Some cosmetic changes
This commit is contained in:
parent
c898c4a062
commit
5bd8666c46
1 changed files with 34 additions and 20 deletions
14
index.html
14
index.html
|
@ -13,11 +13,24 @@
|
||||||
year_span.innerHTML = year_array[year_num];
|
year_span.innerHTML = year_array[year_num];
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
div {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 5px solid #333;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body onload="putYear()">
|
<body onload="putYear()">
|
||||||
|
<div>
|
||||||
|
<center>
|
||||||
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=300" />
|
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=300" />
|
||||||
<h1>Sayantan Santra (সায়ন্তন সাঁতরা)</h1>
|
<h1>Sayantan Santra (সায়ন্তন সাঁতরা)</h1>
|
||||||
|
</center>
|
||||||
<p>Office: PHSC 903</p>
|
<p>Office: PHSC 903</p>
|
||||||
<p>Email: sayantan[dot]santra[at]ou.edu</p>
|
<p>Email: sayantan[dot]santra[at]ou.edu</p>
|
||||||
|
|
||||||
|
@ -40,6 +53,7 @@
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
<i>This page was last updated on Apr 25, 2023.</i>
|
<i>This page was last updated on Apr 25, 2023.</i>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue