Skip to content

Commit 9bf3146

Browse files
Update talks.html
1 parent d2f45e6 commit 9bf3146

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

talks.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<link rel="icon" href="images/profile_picture.jpeg">
4+
<link rel="icon" href="images/profile_picture.webp">
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:image" content="images/profile_picture.webp" />
8+
<meta property="og:title" content="Hariprashad Ravikumar | Theoretical Particle Physicist" />
9+
<meta property="og:description" content="PhD candidate at NMSU researching Lattice QCD" />
10+
<meta property="og:url" content="https://hariprashad-ravikumar.github.io/" />
11+
<meta name="description" content="Hariprashad Ravikumar — PhD candidate in Theoretical Particle Physics at New Mexico State University Specialized in Lattice QCD, Transverse Momentum Dependent Parton Distribution Functions (TMDs) (Sivers Shift)">
12+
<meta name="keywords" content="Hariprashad Ravikumar, Lattice QCD, Transverse Momentum Dependent Parton Distribution Functions, TMDs, Sivers Shift, EDM, nEDM, conformal field theory, particle physics, theoretical physics" />
713
<title>Hariprashad Ravikumar</title>
814
<link rel="stylesheet" href="styles.css">
915
<script type="text/javascript" async
@@ -23,7 +29,7 @@
2329
margin: 0 auto;
2430
}
2531
header {
26-
background: #000 no-repeat center url("images/cover_website.jpeg");
32+
background: #000 no-repeat center url("images/cover_website.webp");
2733
background-size: cover;
2834
background-repeat: no-repeat;
2935
color: #ffffff;
@@ -205,6 +211,6 @@ <h2>Talks & Presentations</h2>
205211
<p>&copy; 2025 Hariprashad Ravikumar. All rights reserved.</p>
206212
</footer>
207213

208-
<script src="script.js"></script>
214+
<script src="script.js" defer></script>
209215
</body>
210216
</html>

0 commit comments

Comments
 (0)