forked from alkrauss48/labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
265 lines (238 loc) · 10.4 KB
/
index.php
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE HTML>
<html>
<head>
<title>Labs | Aaron Krauss</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<h1 id="logo">My Labs</h1>
<p>A repository of fun projects by Aaron Krauss</p>
<!-- Nav -->
</div>
</div>
<!-- Features -->
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2>Take a look at what I've been working on</h2>
</header>
<div class="row">
<div class="4u">
<!-- Feature -->
<section>
<a href="carnegie-chart" class="image featured"><img
src="images/carnegie_chart_th.jpg" alt="" /></a>
<header>
<h3>Dale Carnegie Chart</h3>
</header>
<p>For those of you who have read <a
target="blank" href="http://www.amazon.com/How-Win-Friends-Influence-People/dp/0671027034">How to Win
Friends and Influence People</a>, you know how powerful it
is. This chart will help you practice that book.</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="babylon-world-demo" class="image featured"><img src="images/babylon_th.jpg" alt="" /></a>
<header>
<h3>BabylonJS Demo</h3>
</header>
<p><a href="http://babylonjs.com/" target="blank">BabylonJS</a> is a popular library for
creating 3D environments using <strong>WebGL</strong>. Use first person
shooter controls to move, and spacebar to toggle gravity!</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="http://websockets.thesocietea.org" class="image featured"><img src="images/websockets_th.jpg" alt="" /></a>
<header>
<h3>Socket.io Demo</h3>
</header>
<p>Check out this little demo using <a href="http://socket.io" target="blank">socket.io</a> to see how WebSockets work in the wild!</p>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<!-- Feature -->
<section>
<a href="masonry-demo" class="image featured"><img
src="images/masonry_th.jpg" alt="" /></a>
<header>
<h3>MasonryJS Demo</h3>
</header>
<p><a href="http://masonry.desandro.com/"
target="blank">MasonryJS</a> is a sweet JS library which
uses intense math behind the scenes to lay out your web page in a dynamic tile
structure.</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="/open-states-api" class="image featured"><img
src="images/openstates_th.jpg" alt="" /></a>
<header>
<h3>OpenStates API Demo</h3>
</header>
<p>
By using the <a target="_blank" href="http://openstates.org/">OpenStates API</a>
in combination with Yahoo's geolocation API and <strong>async.js</strong>, we can
load our state legislators and avoid callback hell! Error messages with
<a href="https://github.com/t4t5/sweetalert" target="_blank">SweetAlert</a> too.
</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="tea-chart" class="image featured"><img
src="images/tea_chart_th.jpg" alt="" /></a>
<header>
<h3>Tea Chart</h3>
</header>
<p>This was my first step in the world of Bootstrap, so I
built a tiny page to show off the different tea types and best
steeping practices.</p>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<!-- Feature -->
<section>
<a href="geojson-demo" class="image featured"><img
src="images/google_maps_th.jpg" alt="" /></a>
<header>
<h3>GeoJSON Demo</h3>
</header>
<p>This is a little demo using the <strong>Google Maps
API</strong> and GeoJSON files. Check out how I use them to
color specific geographical regions.</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="http://wiki.thesocietea.org" class="image featured"><img
src="images/go_wiki_th.jpg" alt="" /></a>
<header>
<h3>Go Wiki</h3>
</header>
<p>My first real <strong>Go</strong> project! Go Wiki is a
fully functioning wiki server built in Go that is tied to a <strong>MongoDB</strong>
collection to persist data.</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="tea-timer" class="image featured"><img
src="images/tea_timer_th.jpg" alt="" /></a>
<header>
<h3>Tea Timers</h3>
</header>
<p>I love <strong>Tea</strong>, so I thought I would build
some tea timers to complement my tea chart and help any other
tea enthusiasts with preparing loose-leaf tea.</p>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<!-- Feature -->
<section>
<a href="flip-typed-demo" class="image featured"><img
src="images/flip-typed-demo.jpg" alt="" /></a>
<header>
<h3>Flip + Typed.js Demo</h3>
</header>
<p>This is a fun, small little demo which uses pure CSS to <strong>flip a page</strong> over,
and then render text using <a target="_blank" href="http://www.mattboldt.com/demos/typed-js/">Typed.js</a></p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="d3/subway" class="image featured"><img src="images/d3_th.jpg" alt="" /></a>
<header>
<h3>Interactive D3 Demo</h3>
</header>
<p><a href="http://d3js.org/" target="blank">D3.js</a> is
a javascript library for creating SVG graphics based on data
from json documents.</p>
</section>
</div>
</div>
<ul class="actions">
<li><a href="https://github.com/alkrauss48/labs" class="button icon fa-arrow-right">Check out the GitHub
Repo</a></li>
</ul>
</section>
</div>
<!-- Banner -->
<div id="banner-wrapper">
<div class="inner">
<section id="banner" class="container">
<p>Welcome to my laboratory.<br />No beakers. No test tubes. Just code.</p>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<div id="footer" class="container">
<header>
<h2>If you enjoyed these projects, <a target="blank" href="http://thesocietea.org">Check out my main site</a></h2>
</header>
<div class="12u">
<section>
<p>I enjoy working on all types of projects, ranging from
design-based CMS sites to hardcore back-end apps and APIs. I
only post small personal demos and projects here, but if you want to
see the cool things I've done at various companies or larger
projects, check out my <a target="blank" href="http://thesocietea.org">main
site</a> or my <a target="blank" href="https://github.com/alkrauss48">GitHub page</a></p>
<div style="text-align: center;" class="row">
<div class="icon 4u fa-envelope">
<a href="mailto:[email protected]"> [email protected]</a>
</div>
<div class="icon 4u fa-twitter">
<a target="blank" href="https://twitter.com/thecodeboss"> @thecodeboss</a>
</div>
<div class="icon 4u fa-github">
<a target="blank" href="https://github.com/alkrauss48"> alkrauss48</a>
</div>
</div>
</section>
</div>
</div>
</div>
<div id="copyright" class="container">
<ul class="links">
<li>© <a href="http://thesocietea.org">Aaron Krauss</a>. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<?php include 'analytics.php'; ?>
</body>
</html>