Some cosmetic changes

This commit is contained in:
Sayantan Santra 2023-04-25 00:45:18 -05:00
parent c898c4a062
commit 5bd8666c46
1 changed files with 34 additions and 20 deletions

View File

@ -13,11 +13,24 @@
year_span.innerHTML = year_array[year_num];
}
</script>
<style>
div {
margin: 0 auto;
max-width: 800px;
}
img {
border: 5px solid #333;
}
</style>
</head>
<body onload="putYear()">
<div>
<center>
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=300" />
<h1>Sayantan Santra (সায়ন্তন সাঁতরা)</h1>
</center>
<p>Office: PHSC 903</p>
<p>Email: sayantan[dot]santra[at]ou.edu</p>
@ -40,6 +53,7 @@
<hr />
<i>This page was last updated on Apr 25, 2023.</i>
</div>
</body>
</html>