-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (28 loc) · 1.18 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
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lato:100|Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<title>Jeremy Hewett</title>
</head>
<body>
<div class="container">
<h1 class="title">Jeremy Hewett</h1>
<p>Software Engineer</p>
<p><span class="quote">Life is like riding a bicycle. In order to keep your balance, you must keep moving.</span><br/><span>Albert Einstein</span></p>
<br/>
<a class="social-link" href="https://www.linkedin.com/in/jeremy-hewett-90093737" target="_blank">
<img src="images/linkedin_icon.svg" width="24" height="24">
</a>
<a class="social-link" href="https://github.com/jeremyhewett" target="_blank">
<img src="images/github_icon.svg" width="24" height="24">
</a>
<a class="social-link" href="https://www.instagram.com/jeremtbc" target="_blank">
<img src="images/instagram_icon.svg" width="24" height="24" >
</a>
</div>
</body>
</html>