-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<title>David Berman's Website</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/About">About</a></li>
<li><a href="/Resume">CV</a></li>
<li><a href="/Blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>David Berman</h1>
<p>Currently working in Nairobi Kenya on quantitative approaches to sustainable finance in the United Nations Environment Programme.</p>
<!--p>I'm best known as the horrible cop from <em>A Touch of Evil</em> Don't trust me. <a href="/about">Read more about my life...</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<h2>Projects</h2>
<h3>Environmental Analytics</h3>
<ul style="list-style-type:disc;">
<li>one</li>
<li>two</li>
<li>Three</li>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://github.com/dberm312">github.com/dberm312</a></li>
</ul>
</footer>
</body>
</html>