-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.54 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
32
<!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="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>William Salt</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="assets/headshot.png" alt="headshot">
<h2>William Salt</h2>
<p>London, United Kingdom.</p>
<a href="https://www.linkedin.com/in/willsalt/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/willejs"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
<h2>About</h2>
<p>When I am not working, I am probably cooking, eating, or cycling somewhere.</p>
<h2>Experience</h2>
<p>Check out my LinkedIn for my work experience, and my Github profile for open source contributions and projects.</p>
<h2>Why</h2>
<p>A former colleague and friend is squatting <a href="http://willsalt.com" target="_blank" style="display: inline" >willsalt.com</a>and has placed some flying hams there. So here we are. Ask for the backstory. </p>
<h2>Contact</h2>
<p>williamejsalt[at]gmail[dot]com</dot></at></p>
</div>
</div>
</body>
</html>