-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.61 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
33
34
35
36
37
<!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 href="https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="main.css">
<title>anthony bronkema</title>
</head>
<body>
<div class="flex_container">
<div class="header-icons">
<a href="https://www.github.com/abronkema" target="blank">
<i class="fas fa-code-branch icon" id="code"></i>
</a>
<a href="#" target="">
<i class="far fa-paper-plane icon" id="mail"></i>
</a>
</div>
<div class="header">
<p class="header-name__primary">anthony bronkema</p>
<p class="header-name__alt"></p>
<form name="feedback" method="post" data-netlify="true">
<input type="text" name="feedback" id="feedbackInput" class="hide"></label>
</form>
</div>
<div class="narrative">
<p>I'm a Product Manager at University of Virginia</p>
<p>My focus areas are cloud applications and enterprise licensing</p>
<p class="narrative_small">(There will eventually be more here, but reach out in the meantime)</p>
</div>
</div>
<script src="/app.js"></script>
</body>
</html>