diff --git a/index.html b/index.html index 6479634..83dacf4 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + + Sayantan Santra | PhD Student at the University of Oklahoma - +
-
- -

Sayantan Santra (সায়ন্তন সাঁতরা)

-
+
+ gravatar +

Sayantan Santra (সায়ন্তন সাঁতরা)

+

Sayantan Santra
(সায়ন্তন সাঁতরা)

+
Office: PHSC 903
Email: sayantan[dot]santra[at]ou.edu
@@ -55,7 +36,7 @@ at the University of Oklahoma, working under my advisor Dr. Kimball Martin.

-

Previously, I received an M. Math. from the Indian Statistical Institute (Bangalore Center).

+

Previously, I received an M. Math. from the Indian Statistical Institute.

I'm interested in Number Theory. Some of my specific areas of interest include:

diff --git a/style.css b/style.css new file mode 100644 index 0000000..d101456 --- /dev/null +++ b/style.css @@ -0,0 +1,57 @@ +.container { + margin: 0 auto; + max-width: 800px; +} + +.header { + text-align: center; +} + +img { + border: 5px solid #333; + padding: 1px; + border-radius: 10px; +} + +.row { + display: flex; +} + +.column { + flex: 50%; +} + +.column[name="mail"] { + text-align: right; +} + +.mobile-name { + display: none; +} + +@media (pointer:none), +(pointer:coarse) { + .row { + display: block; + } + + .column[name="mail"] { + text-align: left; + } + + .header { + text-align: left; + } + + img { + max-width: 150px; + } + + .pc-name { + display: none; + } + + .mobile-name { + display: block; + } +} \ No newline at end of file