-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 784 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 784 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
<!DOCTYPE html>
<html>
<head>
<title>TJ Slezak, Data Scientist</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="/cv">CV</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm TJ.</h1>
<p>This is my blog site. Here I will demonstrate my solutions to problems I run into or create. </p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:tjslezak@hotmail.com">email</a></li>
<li><a href="https://github.com/tjslezak">github.com/tjslezak</a></li>
</ul>
</footer>
</body>
</html>