-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (39 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta charset="utf-8">
<title>Ricky Magner's Webpage</title>
</head>
<body>
<header>
<nav>
<ul>
<li class="pages"><a href="index.html" class="current">Home</a></li>
<li class="pages"><a href="research.html">Research</a></li>
<li class="pages"><a href="teaching.html">Teaching</a></li>
<li class="pages"><a href="misc.html">Misc</a></li>
</ul>
</nav>
</header>
<h1> Welcome! </h1>
<section>
Hi! My name is Ricky Magner and I am a 6th year PhD student in the Mathematics & Statistics Department at Boston University! My research interests lie
in the intersection of number theory and geometry. My advisor is Jared Weinstein. More information about my research and thesis can be found in the Research tab.
</section>
<br />
<h2> Contact Info: </h2>
<div class="maintext">
<table>
<tr>
<td><strong>Email:</strong></td>
<td>Rmagner (AT) bu (DOT) edu</td>
</tr>
<tr>
<td><strong>Office:</strong></td>
<td>MCS 251</td>
</tr>
</table>
</div>
<footer>Last Updated: November 2020</footer>
</body>
</html>