-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 2.77 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 2.77 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Elliott Wendel</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<div class="container">
<header class="wrapper">
<h1 id="header-name"> Elliott Wendel </h1>
<nav id="navitems">
<ul>
<li><a href="#"> About </a></li>
<li><a href="portfolio.html"> Portfolio </a></li>
<li><a href="contact.html"> Contact </a></li>
</ul>
</nav>
</header>
<div id="center-area">
<div id="main-section">
<article id="main-content">
<h2>About Me</h2>
<div id="articleline1"></div>
<div>
<img id="profilepic" src="assets/images/head-shot.jpeg" alt="Profile Picture of me">
<p>
Next level copper mug retro twee wayfarers tattooed butcher freegan XOXO chia. Vape succulents unicorn subway tile cliche farm-to-table. Readymade raw denim letterpress portland food truck, listicle hashtag glossier four dollar toast godard. Farm-to-table tousled whatever freegan. Next level lyft disrupt hell of ennui, coloring book echo park.
<br/>
<p>
Woke tbh pop-up kogi, butcher kitsch leggings crucifix succulents readymade deep v whatever austin. Readymade jean shorts vexillologist jianbing la croix. Fashion axe asymmetrical pitchfork you probably haven't heard of them tbh direct trade small batch, humblebrag deep v celiac food truck DIY beard iPhone. Health goth truffaut gluten-free bitters air plant microdosing. Butcher ethical truffaut, put a bird on it pabst letterpress schlitz literally migas tacos listicle taxidermy.
</p>
<br/>
<p>
Messenger bag kinfolk four dollar toast vape authentic subway tile stumptown disrupt craft beer letterpress YOLO brooklyn pour-over hexagon. Man bun disrupt meditation, mixtape meh roof party mustache.
</p>
</div>
</article>
</div>
<aside>
<div id="asidecontact">
<h3>Connect With Me</h3>
<div id="asideline2"></div>
<div id="socialimages">
<a href="https://github.com/ewendel88" target="_blank"><img id="socialimage" src="assets/images/github.img" alt="This is a picture of the github logo." height="50" width="50"/></a>
<a href="https://www.linkedin.com" target="_blank"><img id="socialimage" src="assets/images/linkedin.img" alt="This is a picture of the linkedin logo." height="50" width="50"></a>
<a href="https://stackoverflow.com" target="_blank"><img id="socialimage" src="assets/images/stackoverflow.img" alt="This is a picture of the stackoverflow logo." height="50" width="50"></a>
</div>
</div>
</aside>
</div>
</div>
<footer id="stickyfooter">
<p id="copyright">©Copyright 2017 Elliott Wendel</p>
</footer>
</body>
</html>