-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.php
344 lines (310 loc) · 13.7 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE HTML>
<html>
<head>
<title>Labs | Aaron Krauss</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<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>
<meta name="description" content="A repository of fun personal projects by Aaron Krauss">
<meta property="og:description" content="A repository of fun personal projects by Aaron Krauss">
<meta property="og:image" content="https://labs.thecodeboss.dev/images/labs-og-image.jpg">
<meta property="og:title" content="Labs | Aaron Krauss">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://labs.thecodeboss.dev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thecodeboss" />
<meta name="twitter:creator" content="@thecodeboss" />
<!--[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 personal projects by Aaron Krauss</p>
<!-- Nav -->
</div>
</div>
<!-- Features -->
<div id="features-wrapper">
<section id="features" class="container">
<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="http://growlerfriday.com" class="image featured"><img src="images/growler-friday.jpeg" alt="Growler Friday" /></a>
<header>
<h3>Growler Friday</h3>
</header>
<p>
Start off your weekend right with
<a href="https://growlerfriday.com" target="_blank">Growler Friday</a>!
There's a fun countdown until Friday, with a neat animation
on Friday too! Don't know what a growler is? Click and find out.
</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="https://websockets.thecodeboss.dev" 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="https://github.com/alkrauss48/kubernetes" class="image featured"><img
src="images/kubernetes.jpg" alt="Kubernetes" /></a>
<header>
<h3>My Kubernetes Config</h3>
</header>
<p>
I've revamped all of my personal projects to have them
dockerized, built through CI, and hosted with <b>Kubernetes</b>.
Check out my k8s config if you want to learn more!
</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="https://github.com/alkrauss48/ansible-packer-terraform-demo" class="image featured"><img
src="images/hashicorp.jpeg" alt="" /></a>
<header>
<h3>Ansible, Packer, and Terraform Demo</h3>
</header>
<p>
Ever wanted to learn about some cool server administration
and DevOps tools?
<a href="https://github.com/ansible/ansible" target="_blank">Ansible</a>
and Hashicorp's
<a href="https://www.packer.io/" target="_blank">Packer</a> and
<a href="https://www.terraform.io/" target="_blank">Terraform</a>
are a great place to start.
</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="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="js-game-dev/breakout-phaser" class="image featured"><img
src="images/breakout-phaser.jpg" alt="" /></a>
<header>
<h3>Breakout - Phaser.js</h3>
</header>
<p>
Remember the old-school breakout game? Check out this
version of it built in
<a href="https://phaser.io/" target="_blank">Phaser.js</a>
- one of JavaScript's most powerful game engines.
</p>
</section>
</div>
<div class="4u">
<!-- Feature -->
<section>
<a href="js-game-dev/pong-vanilla-js" class="image featured">
<img src="images/pong-vanilla-js.png" alt="Pong - Vanilla JS" />
</a>
<header>
<h3>Pong - Vanilla JS</h3>
</header>
<p>But who says you <i>need</i> a fancy framework or game engine to
make a game? Here's a perfectly good version of Pong,
written in <b>less than 100 lines of plain JavaScript</b>.</p>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<!-- Feature -->
<section>
<a href="/word-up" class="image featured"><img
src="images/word-up.jpg" alt="" /></a>
<header>
<h3>Word Up!</h3>
</header>
<p>
This is a simple and sweet app, built in collaboration with the open source community,
geared towards showing messages to speakers and presenters via a large screen.
Shoutout to <a href="https://github.com/silashuereca" target="_blank">@silashuereca</a> for completing the project!
</p>
</section>
</div>
<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>
<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="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 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>
<ul class="actions" style="margin-top: 5em;">
<li>
<a href="https://github.com/alkrauss48/labs" class="button icon fa-arrow-right">
Check out the <u>Labs</u> 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="https://thecodeboss.dev">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="https://thecodeboss.dev">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 6u fa-github">
<a target="blank" href="https://github.com/alkrauss48"> alkrauss48</a>
</div>
<div class="icon 6u fa-link">
<a target="blank" href="https://thecodeboss.dev"> thecodeboss.dev</a>
</div>
</div>
</section>
</div>
</div>
</div>
<div id="copyright" class="container">
<ul class="links">
<li>© <a href="https://thecodeboss.dev">Aaron Krauss</a>. All rights reserved.</li>
</ul>
</div>
</div>
<?php include 'analytics.php'; ?>
</body>
</html>