-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (33 loc) · 1.25 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
<!DOCTYPE html>
<html>
<!--
<head>
<title>Garrett Barboza</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<style>
body {
font-family: "Open Sans", sans-serif;
}
</style>
</head>
<body>
<p>Hi! I'm Garrett.</p>
<p>I can be reached via <i>[my first name]@garrettbarboza.com</i></p>
<p>You pause the colors with the [space] key.</p>
<p>
I enjoy <a target="_blank"href="https://www.youtube.com/watch?v=hi90o1dkNKA">murky bedroom pop</a>,
computer security, yerba mate, shoegazing, yoga, trying to not suck at
pottery, and sarcastic personal blurbs.
</p>
<p>You can <s>stalk</s>.. find me on the following social sites!</p>
<ul>
<li><a target="_blank" href="https://twitter.com/garrettbarboza">Twitter</a></li>
<li><a target="_blank" href="https://www.instagram.com/itscoolicanchangethis/">Instagram</a></li>
<li><a target="_blank" href="https://www.facebook.com/garrett.barboza">Facebook</a></li>
<li><a target="_blank" href="https://github.com/gbarboza">Github</a></li>
</ul>
<script type="text/javascript" src="g.js"></script>
<script type="text/javascript" src="h.js"></script>
</body>
-->
</html>