-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 2.18 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<script src="index.js"></script>
<script src="app.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Gruppo&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>Hollin Wakefield</title>
</head>
<body>
<h1>Hollin Wakefield</h1>
<a href="https://yourwai.com/" class="button" target="_blank">Yourwai</br><span>CTO</span></a>
<hr>
<a href="https://lincspring.com/" class="button" target="_blank">LINCspring</br><span>Director of Product & Engineering</span></a>
<hr>
<a href="https://roxxem.com/" class="button" target="_blank">Roxxem</br><span>Product Consultant</span></a>
<hr>
<a href="https://fluentkey.com/" class="button" target="_blank">FluentKey</br><span>Head of Product</span></a>
<hr>
<!-- <a href="#" class="button">Spacey Cards (Coming Soon)</a> -->
<a href="https://falala.app/" target="_blank" class="button">Falala</br><span>Software Engineer</span></a>
<hr>
<a href="Frequency Counter/frequencycounter.html" class="button" target="_blank" rel="noreferrer noopener">Word Frequency Counter</br><span>Software Engineer</span></a>
<!-- <hr> -->
<!-- <a href="learn-a-language.pdf" class="button" download>How to Learn a Language</a> -->
<!-- <a href="Magic 8-Ball/magiceightball.html" class="button" target="_blank" rel="noreferrer noopener">Mysterious Magic 8-Ball Box</a>
<hr>
<a href="Recorder/recorder.html" class="button" target="_blank" rel="noreferrer noopener">Voice Recorder</a>
<hr>
<a href="Langchat Forums/langchat.html" class="button" target="_blank" rel="noreferrer noopener">Langchat Forums</a>
<hr>
<a href="https://quanyunxu.com" class="button" target="_blank" rel="noreferrer noopener">Portfolio for Quanyun Xu</a> -->
<div>
<a href="https://www.linkedin.com/in/hollinwakefield/" target="_blank"><img src="linkedin.png"></a>
<a href="https://github.com/hollinwakefield" target="_blank"><img src="github.png"></a>
</div>
</body>
</html>