Skip to content

Commit 3abf5a3

Browse files
Update publications.html
1 parent 1fabcbb commit 3abf5a3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

publications.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
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 name="google-site-verification" content="r1D-6SNj_GhLprCtVjNcUrtT76lZ5x0xJ9wzBv05wbE" />
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" />
714
<title>Hariprashad Ravikumar</title>
815
<link rel="stylesheet" href="styles.css">
916
<style>
@@ -15,7 +22,7 @@
1522
margin: 0 auto;
1623
}
1724
header {
18-
background: #000 no-repeat center url("images/cover_website.jpeg");
25+
background: #000 no-repeat center url("images/cover_website.webp");
1926
background-size: cover;
2027
background-repeat: no-repeat;
2128
color: #ffffff;
@@ -117,6 +124,6 @@ <h2>MSc Thesis</h2>
117124
<p>&copy; 2025 Hariprashad Ravikumar. All rights reserved.</p>
118125
</footer>
119126

120-
<script src="script.js"></script>
127+
<script src="script.js" defer></script>
121128
</body>
122129
</html>

0 commit comments

Comments
 (0)