Skip to content

Commit 1fabcbb

Browse files
Update index.html
1 parent c055d58 commit 1fabcbb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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">
77
<meta name="google-site-verification" content="r1D-6SNj_GhLprCtVjNcUrtT76lZ5x0xJ9wzBv05wbE" />
8-
<meta property="og:image" content="images/profile_picture.jpeg" />
8+
<meta property="og:image" content="images/profile_picture.webp" />
99
<meta property="og:title" content="Hariprashad Ravikumar | Theoretical Particle Physicist" />
1010
<meta property="og:description" content="PhD candidate at NMSU researching Lattice QCD" />
1111
<meta property="og:url" content="https://hariprashad-ravikumar.github.io/" />
@@ -51,7 +51,7 @@
5151
margin: 0 auto;
5252
}
5353
header {
54-
background: #000 no-repeat center url("images/cover_website.jpeg");
54+
background: #000 no-repeat center url("images/cover_website.webp");
5555
background-size: cover;
5656
background-repeat: no-repeat;
5757
color: #ffffff;
@@ -109,7 +109,7 @@ <h1>Hariprashad Ravikumar</h1>
109109

110110
<main>
111111
<figure class="research-figure">
112-
<img src="images/profile_picture.jpeg" alt="PhD Research Photo" style="width: 190px; height: 190px;">
112+
<img src="images/profile_picture.webp" alt="PhD Research Photo" style="width: 190px; height: 190px;">
113113
</figure>
114114

115115
<p class = "a">I am a theoretical particle physics PhD candidate at New Mexico State University, USA. I am currently engaged in research aimed at understanding the intrinsic motion of quarks and gluons inside the nucleons.</p>
@@ -136,6 +136,6 @@ <h1>Hariprashad Ravikumar</h1>
136136
margin-right: 20px; /* Adjust the margin as needed */
137137
}
138138
</style>
139-
<script src="script.js"></script>
139+
<script src="script.js" defer></script>
140140
</body>
141141
</html>

0 commit comments

Comments
 (0)