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,33 +13,47 @@
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()">
<img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=300" /> <div>
<h1>Sayantan Santra (সায়ন্তন সাঁতরা)</h1> <center>
<p>Office: PHSC 903</p> <img src="https://www.gravatar.com/avatar/a5114f8f2ab803638d442ab3cb39d329?s=300" />
<p>Email: sayantan[dot]santra[at]ou.edu</p> <h1>Sayantan Santra (সায়ন্তন সাঁতরা)</h1>
</center>
<p>Office: PHSC 903</p>
<p>Email: sayantan[dot]santra[at]ou.edu</p>
<hr /> <hr />
<p>I'm a <span id="year-span"></span> year PhD student in the Department of Mathematics <p>I'm a <span id="year-span"></span> year PhD student in the Department of Mathematics
at the University of Oklahoma, working under my advisor at the University of Oklahoma, working under my advisor
<a href="https://math.ou.edu/~kmartin">Dr. Kimball Martin.</a> <a href="https://math.ou.edu/~kmartin">Dr. Kimball Martin.</a>
</p> </p>
<p>Previously, I received an M. Math. from the Indian Statistical Institute (Bangalore Center).</p> <p>Previously, I received an M. Math. from the Indian Statistical Institute (Bangalore Center).</p>
<p>I'm interested in Number Theory. Some of my specific areas of interest include: <p>I'm interested in Number Theory. Some of my specific areas of interest include:
<ul> <ul>
<li>Elliptic Curves</li> <li>Elliptic Curves</li>
<li>Hecke Eigenforms</li> <li>Hecke Eigenforms</li>
<li>L-functions of Newforms</li> <li>L-functions of Newforms</li>
</ul> </ul>
</p> </p>
<a href=https://github.com/SinTan1729/CV/raw/main/CV.pdf>You can take a look at my CV here.</a> <a href=https://github.com/SinTan1729/CV/raw/main/CV.pdf>You can take a look at my CV here.</a>
<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>