-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (116 loc) · 3.86 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async
src="https://www.googletagmanager.com/gtag/js?id=G-CZYHC041R2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CZYHC041R2');
</script>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible"
content="chrome=1">
<meta name="google-site-verification"
content="Ccin2OBj94fLYBGyGdCrawAgllKmMH1DkFzWT11jlBI" />
<link rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen" />
<link rel="stylesheet"
type="text/css"
href="stylesheets/pygment_trac.css"
media="screen" />
<link rel="stylesheet"
type="text/css"
href="stylesheets/print.css"
media="print" />
<title>DrJKL.GitHub.io by DrJKL</title>
</head>
<body>
<header>
<div class="container">
<h1>DrJKL.GitHub.io</h1>
</div>
</header>
<div class="container">
<section id="main_content">
<h2>
<a name="about-me"
class="anchor"
href="#about-me">
<span class="octicon octicon-link"></span>
</a>About Me
</h2>
<ul class="about-links">
<li>
<span class="about-label">Name</span>
<a class="about-link">Alexander Brown</a>
</li>
<li>
<span class="about-label">Email</span>
<a href="mailto:[email protected]"
class="about-link">[email protected]</a>
</li>
<li>
<span class="about-label">LinkedIn</span>
<a href="https://linkedin.com/in/drjkl"
class="about-link">https://linkedin.com/in/DrJKL</a>
</li>
<li>
<span class="about-label">Facebook</span>
<a href="https://facebook.com/DrJKL"
class="about-link">https://facebook.com/DrJKL</a>
</li>
<li>
<span class="about-label">GitHub</span>
<a href="https://github.com/DrJKL"
class="about-link"
title="DrJKL's Github">https://github.com/DrJKL</a>
</li>
</ul>
<h2>
<a name="projects"
class="anchor"
href="#projects">
<span class="octicon octicon-link"></span>
</a>
Projects
</h2>
<nav>
<ul>
<li>
<a href="/world-of-snake">world-of-snake</a>
</li>
<li>
<a href="/ratio-playground">ratio-playground</a>
</li>
<li>
<a
href="/candidate-forum-timer">candidate-forum-timer</a>
</li>
<li>
<a href="/p5ts-toy">p5ts-toy</a>
</li>
<li>
<a href="/blobs">blobby buddies</a>
</li>
<li>
<a href="/prompt-crafter/">Prompt Crafter</a>
</li>
<li>
<a href="/wildcard-browser/">Wildcard Browser</a>
</li>
</ul>
</nav>
</section>
</div>
<footer>
<div class="container">
Sploosh.
</div>
</footer>
</body>
</html>