forked from zackkitzmiller/z19r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
104 lines (96 loc) · 4.45 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
<!DOCTYPE>
<html>
<head>
<title>Zack is a Kitzmiller</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Ubuntu&subset=latin" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<!--
,dPYb, I8 ,dPYb, ,dPYb,
IP'`Yb I8 IP'`Yb IP'`Yb
I8 8I gg 88888888 gg I8 8I I8 8I
I8 8bgg, "" I8 "" I8 8' I8 8'
I8 dP" "8 gg I8 ,gggg, ,ggg,,ggg,,ggg, gg I8 dP I8 dP ,ggg, ,gggggg,
I8d8bggP" 88 I8 d8" Yb ,8" "8P" "8P" "8, 88 I8dP I8dP i8" "8i dP""""8I
I8P' "Yb, 88 ,I8, dP dP I8 8I 8I 8I 88 I8P I8P I8, ,8I ,8' 8I
,d8 `Yb,_,88,_ ,d88b, ,dP ,adP' ,dP 8I 8I Yb,_,88,_,d8b,_ ,d8b,_ `YbadP' ,dP Y8,
88P Y88P""Y888P""Y888" ""Y8d88P' 8I 8I `Y88P""Y88P'"Y888P'"Y88888P"Y8888P `Y8
,d8I'
,dP'8I
,8" 8I
I8 8I
`8, ,8I
`Y8P"
-->
<body>
<header>
<h1>zack kitzmiller <img src="assets/images/kitzmillers_heart_80x33.png" id="throb" class="heart" onClick="document.getElementById('throb').className='heart throbbb'">’s u</h1>
<hgroup>
<h2 class="find-me-elsewhere"><a href="http://github.com/zackkitzmiller">github</a></h2>
<h2 class="find-me-elsewhere"><a href="http://twitter.com/zackkitzmiller">twitter</a></h2>
<h2 class="find-me-elsewhere"><a href="http://twitter.com/drunkzackkitz">tiwterr</a></h2>
<h2 class="find-me-elsewhere"><a href="http://b.z19r.com">blog</a></h2>
</hgroup>
</header>
<main>
<section class="section-right">
<h4>contributors</h4>
<ul class="contributors">
<li><a href="https://github.com/Gufran">Mohammad Gufran</a></li>
<li><a href="https://github.com/zacharyblank">zachary blank</a></li>
<li><a href="http://migreyes.com/">mig reyes</a></li>
<li><a href="https://github.com/philipbrown">philip brown</a></li>
<li><a href="https://github.com/drsii">dan syme</a></li>
<li><a href="https://github.com/tonydew">tony dew</a></li>
<li><a href="http://mattstauffer.co/">Matt Stauffer</a></li>
<li><a href="http://atdiehm.com">Adam Diehm</a></li>
<li><a href="http://ericwaller.com">Eric Waller</a></li>
<li><a href="/">me</a></li> <!-- internal linking! -->
</ul>
</section>
<section class="section-left">
<h4>purpose</h4>
<p>
The purpose of this experiment is unknown. As Brian Fantana once said,
"They've done studies, you know. 60 percent of the time, it works every time".
So regardless of the experiment's purpose, we're bound to get a result.
</p>
</section>
</main>
<footer>this website is <a href="http://github.com/zackkitzmiller/z19r">open source</a>. All reasonable PRs will be merged.</footer>
<script>
window.addEventListener("resize", function() {
if ((window.outerHeight - window.innerHeight) > 100) {
console.log([
" ,-\"-.__,-\"-.__,-\"-..",
" ( C> )( C> )( C> ))",
" /.`-_-'||`-_-'||`-_-'/",
" /-\"-.--,-\"-.--,-\"-.--/|",
" ( C> )( C> )( C> )/ |",
" (|`-_-',.`-_-',.`-_-'/ |",
" `-----++-----++----'| |",
" | || || |-'",
" | || || |",
" | || || |",
" `-_-' `-_-' `-_-'"
].join("\n"));
}
});
</script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '52bdc5e3eddd5b7c9f0048b4');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>
</body>
</html>