-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 828 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
30
31
---
layout: splash
classes: wide
---
<link rel="stylesheet" href="/assets/css/style.css" />
<div class="header-container">
<h1 class="title">Hi, I'm Elizabeth.👋</h1>
</div>
<div class="sub-header">
I'm a software developer, animal friend, nature admirer, art enthusiast,
human.
</div>
<div class="content">
<div>
I write
<a href="https://www.github.com/elizabethengelman" target="_blank">code</a>.
<a href="https://www.github.com/elizabethengelman" target="_blank"
><i style="color: lightgrey" class="fas fa-external-link-alt fa-xs"></i
></a>
</div>
<div>I write <a href="words.html">words</a>.</div>
<div>I give <a href="talks.html">talks</a>.</div>
<div>I dabble with <a href="creative-projects.html">art</a>.</div>
<div>I have a <a href="resume.html">resume</a>.</div>
</div>