-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.05 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.05 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Dan Leman, Neuroscientist</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="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi, my name is Dan Leman.</h1>
<p> I am a research technician currently working in the labs of Drs. Timothy Gardner, Timothy Otchy, and Ian Davison at Boston University developing open-source neurophotonics tools for systems neuroscience! I am currently seeking admission to PhD programs in neuroscience.</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:dpleman@bu.edu">dpleman@bu.edu</a></li>
<li><a href="https://github.com/gardner-lab/finchscope">github.com/gardner-lab/finchscope</a></li>
</ul>
</footer>
</body>
</html>