-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
44 lines (42 loc) · 993 Bytes
/
about.html
File metadata and controls
44 lines (42 loc) · 993 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Max Heldman</title>
</head>
<body>
<nav>
<ul>
<a href="/">Home</a> ||
<a href="/about">About</a> ||
<a href="/HeldmanCV.pdf">CV</a> ||
<a href="/poster-siamcse21.pdf">SIAM-CSE 21 poster</a> ||
<a href="/projects">Projects</a> ||
<a href="/teaching">Teaching</a>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h3>Background</h3>
<p>
</p>
<h3>Academic interests</h3>
<p>
<h3>Extracurricular</h3>
<p>
</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<h3>
Contact me:
</h3>
<ul>
<a href="mailto:mheldman1@gmail.com">personal email</a></li> ||
<a href="mailto:heldmanm@bu.edu">institutional email</a></li>
<p>
Mailing address:<br>
</p>
</ul>
</footer>
</body>
</html>