-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1002 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Britton Stanfill</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
</head>
<body>
<ul class="menu top">
<li>Portfolio</li>
<li>Blog</li>
</ul>
<div class="photo-identity"></div>
<div class="profile-wrapper">
<h1 class="name">Britton Stanfill</h1>
<h1 class="title">Designer and Developer @ Qualtrics</h1>
<div class="bio">
<p class="bio">
Chillwave Terry Richardson irony, before they sold out deep v occupy Tumblr Marfa beard readymade bespoke pickled selfies. Fap vinyl selfies, Echo Park sartorial roof party lo-fi stumptown cred. DIY salvia squid, 3 wolf moonroof party cornhole YOLO PBR street art gastropub fap. Carles shabby chic freegan occupy Terry Richardson.
</p>
<p class="bio">
Tonx raw denim artisan,
</p>
</div>
<ul class="social"></ul>
</div>
</body>
</html>