-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
54 lines (45 loc) · 1.63 KB
/
template.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
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<title>Timothy L Tickle</title>
<meta http-equiv="content-type" content="text/html; charset=UTF8">
<meta name="keywords" content="Timothy Tickle bioinformatic developer">
<meta name="description" content="Home page for Timothy L Tickle">
<meta name="author" content="Timothy Tickle">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="all">
<div id="header">
<div id="header_text_group">
<div id="hdr_text">
<p id="name">Timothy L Tickle</p>
<p id="title">Sr Software Engineer<br>Aviv Regev Lab<br>Broad Institute</p>
</div>
</div>
<div id="header_widgets">
<p id="email">TimothyLTickle@gmail.com</p>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="http://www.linkedin.com/pub/timothy-tickle/5/245/584" data-format="hover" data-related="false"></script>
</div>
</div>
<div id="navigation">
<ol id="nav_bar">
<li><a href="index.html">About Me</a></li>|
<li><a href="education.html">Education</a></li>|
<li><a href="experience.html">Experience</a></li>|
<li><a href="projects.html">Projects</a></li>|
<li><a href="publications.html">Publications</a></li>|
<li><a href="talks_awards.html">Talks - Awards</a></li>
</ol>
</div>
<div id="main">
<hr />
</div>
<div id="footer">
<hr />
<p>Copyright © Timothy L Tickle 2013. All rights reserved. Designed by Timothy L Tickle.</p>
</div>
</div>
</body>
</html>