-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (73 loc) · 2.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kellen Green</title>
<meta charset="UTF-8" />
<meta name="description" content="A Kellen Green introduction." />
<meta name="viewport" content="width=device-width" />
<link rel="icon" href="/static/icon.svg" sizes="any" />
<link rel="stylesheet" href="/static/main.css" />
<script defer type="module" src="/static/bg.js"></script>
</head>
<body>
<div class="m-1">
<header>
<p class="text-lime yaml-comment">Well howdy stranger!</p>
<p class="text-lime yaml-comment">Allow me to introduce myself.</p>
</header>
<main>
<h2 class="text-red text-pseudo-white yaml-key">about</h2>
<div class="ml-1">
<p>
<span class="text-blue text-pseudo-white yaml-key">name</span>
<span class="text-yellow">Kellen Green</span>
</p>
<p>
<span class="text-blue text-pseudo-white yaml-key">occupation</span>
<span class="text-yellow">Software Engineer</span>
</p>
<p>
<span class="text-blue text-pseudo-white yaml-key">employer</span>
<a class="text-green" href="https://www.splunk.com/">Splunk</a>
</p>
<p>
<span class="text-blue text-pseudo-white yaml-key">residency</span>
<span class="text-yellow">London</span>
</p>
<p>
<span class="text-blue text-pseudo-white yaml-key"
>baccalaureate</span
>
<span class="text-yellow">Gonzaga University</span>
</p>
<p>
<span class="text-blue text-pseudo-white yaml-key">contact</span>
<a class="text-green" href="mailto:me@kellengreen.com"
>me@kellengreen.com</a
>
</p>
</div>
<h2 class="text-red text-pseudo-white yaml-key">talents</h2>
<div class="ml-1">
<h3 class="text-blue text-pseudo-white yaml-key">languages</h3>
<div class="ml-1">
<p class="text-yellow text-pseudo-white yaml-item">JavaScript</p>
<p class="text-yellow text-pseudo-white yaml-item">CSS</p>
<p class="text-yellow text-pseudo-white yaml-item">Go</p>
<p class="text-yellow text-pseudo-white yaml-item">Python</p>
</div>
<h3 class="text-blue text-pseudo-white yaml-key">extracurricular</h3>
<div class="ml-1">
<p class="text-yellow text-pseudo-white yaml-item">
<a
class="text-green"
href="https://www.youtube.com/channel/UCcg9CiEcezby2B00nfksv-Q"
>Tech Talks</a
>
</p>
</div>
</div>
</main>
</div>
</body>
</html>