-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 962 Bytes
/
index.html
File metadata and controls
33 lines (32 loc) · 962 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
29
30
31
32
33
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name='date' content='$date-meta$'>
<link rel='stylesheet' href='styles.css'>
<title>Jake Tanis</title>
</head>
<body>
<div class='index'>
<div>
<br>
<br>
<br>
<p>Hi, I'm Jake.</p>
<p>I enjoy creating helpful tools and processes. I also enjoy writing about it.</p>
</div>
<br>
<div>
<p>Look around to learn more about my work:</p>
<ul>
<li><a href='resumes/resume-tw.html'>Resume</a></li>
<li><a href='projects/projects.html'>Projects</a></li>
<li><a href='blog posts/posts.html'>Blog</a></li>
</ul>
</div>
<br>
<p>If you'd like to connect, email me at <a href='mailto:jaketanis@proton.me'>jaketanis@proton.me</a>.</p>
</div>
</body>
</html>