-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.03 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="styles/hack.css">
<link rel="stylesheet" href="styles/standard.css">
<link rel="icon" href="favicon.ico?v=2" type="image/x-icon">
<title>Jonathan Tamsut - Software Engineer</title>
</head>
<body>
<div class="main container">
<h3>Jonathan Tamsut's Home on the Interwebs</h3>
<p>
My name is Jon. I'm a software engineer at <a href="https://github.com/">GitHub</a>. This is my little slice of the Internet.
<p>
Feel free to <a href="mailto:[email protected]">E-mail</a> me, check out my <a href="https://www.linkedin.com/in/jtamsut/">LinkedIn</a> or visit my
<a href="https://github.com/jtamsut">GitHub</a>.
</p>
</div>
</body>
</html>