-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 979 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Hemanth Guthala | Lab Pradical</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">Research</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/analysis">Analysis</a></li>
<li><a href="/action">Action</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Lab Pradical</h1>
<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 -->
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
<li><a href="https://forestgov.isb.edu/people-team/hemanth-guthala/">github.com/hankquinlan</a></li>
</ul>
</footer>
</body>
</html>