Skip to content

Commit d2f45e6

Browse files
Update cv.html
1 parent 3abf5a3 commit d2f45e6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cv.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
<html lang="en">
33
<head>
44
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script>
5-
<link rel="icon" href="images/profile_picture.jpeg">
5+
<link rel="icon" href="images/profile_picture.webp">
66
<meta charset="UTF-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta property="og:image" content="images/profile_picture.webp" />
9+
<meta property="og:title" content="Hariprashad Ravikumar | Theoretical Particle Physicist" />
10+
<meta property="og:description" content="PhD candidate at NMSU researching Lattice QCD" />
11+
<meta property="og:url" content="https://hariprashad-ravikumar.github.io/" />
12+
<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)">
13+
<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" />
814
<title>Hariprashad Ravikumar</title>
915
<link rel="stylesheet" href="styles.css">
1016
<style>
@@ -19,7 +25,7 @@
1925
margin: 0 auto;
2026
}
2127
header {
22-
background: #000 no-repeat center url("images/cover_website.jpeg");
28+
background: #000 no-repeat center url("images/cover_website.webp");
2329
background-size: cover;
2430
background-repeat: no-repeat;
2531
color: #ffffff;
@@ -354,6 +360,6 @@ <h2>Merit Awards</h2>
354360
<p>&copy; 2025 Hariprashad Ravikumar. All rights reserved.</p>
355361
</footer>
356362

357-
<script src="script.js"></script>
363+
<script src="script.js" defer></script>
358364
</body>
359365
</html>

0 commit comments

Comments
 (0)