-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (28 loc) · 1.31 KB
/
about.html
File metadata and controls
34 lines (28 loc) · 1.31 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
<!DOCTYPE html>
<head>
<title>Elyse Holladay</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Elyse Holladay</h1>
<div class="nav">
<a href="index.html">Home</a>
<a href="about.html">About Me</a>
<a href="contact.html">Contact</a>
</div>
<div class="image">
<img src="images/elyse.png" alt="">
</div>
<p>
Elyse is a developer/designer from Austin, TX who spends most of her time writing Sass and HTML. She's Princess of Sass at Square Root building the front-end framework for their flagship application. She teaches for Girl Develop It, MakerSquare, occasionally speaks at conferences, and helps coordinate the ATX Web Show. She has a GIF for every occasion, goes to yoga, loves makeup, shoes, and good wine, and believes there isn't enough purple on the web. Please say hi!
</p>
<h3>Fun Facts</h3>
<ul>
<li>I took photographic proof that I can do handstands in Big Bend National Park a few weeks ago.</li>
<li>I have a nail polish and makeup collection so vast my friends call it the Narnia Makeup Drawer.</li>
<li>I drive stick and own a motorcycle (but I'm trying to sell it—anyone want one?)</li>
<li>I'm a New Orleans Saints fan. Who dat!</li>
<li>I go by my middle name.</li>
</ul>
</body>
</html>