-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
579 lines (396 loc) · 24.5 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
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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Aron Atkins </title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.122.0">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href='/css/aronatkins.css'>
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Aron Atkins" />
<meta property="og:title" content="Aron Atkins" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aronatkins.github.io/" />
<meta itemprop="name" content="Aron Atkins">
<meta itemprop="description" content=""><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Aron Atkins"/>
<meta name="twitter:description" content=""/>
<meta name="twitter:site" content="@aronatkins"/>
</head>
<body>
<header class="site-header">
<nav role="navigation" class="site-navigation">
<div class="bounded-wrapper">
<div class="bounded" >
<div class="header-columns">
<div class="site-title">
<a href="https://aronatkins.github.io/">
Aron Atkins
</a>
</div>
<div>
<ul class="site-navigation-list">
<li>
<a href="/about/" title="About page">
About
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<main role="main">
<div class="bounded-wrapper">
<div class="bounded">
<article>
</article>
<div>
<h2>Posts</h2>
<section>
<ul class="post-list">
<li>
<span class="post-when">
2024-02-23
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2024-02-23-hugo-soundcloud-shortcode/">Hugo: SoundCloud Shortcode</a>
</li>
<li>
<span class="post-when">
2022-05-18
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2022-05-18-growing-up-annotated/">Growing Up: Annotated</a>
</li>
<li>
<span class="post-when">
2022-05-17
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2022-05-17-from-where-came-tintern/">From where came Tintern?</a>
</li>
<li>
<span class="post-when">
2021-03-25
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2021-03-25-aronography/">aronography</a>
</li>
<li>
<span class="post-when">
2019-11-18
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2019-11-18-i-go-you-go-we-all-go-hugo/">I Go, You Go, We All Go: Hugo!</a>
</li>
<li>
<span class="post-when">
2016-10-12
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2016-10-12-installing-rstudio-daily-ubuntu-builds/">Installing RStudio daily builds (Ubuntu)</a>
</li>
<li>
<span class="post-when">
2016-09-16
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2016-09-16-potato/">potato</a>
</li>
<li>
<span class="post-when">
2016-02-22
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2016-02-22-gemma-neopixel-1-random_same/">Gemma+NeoPixel 1: random_same</a>
</li>
<li>
<span class="post-when">
2016-02-22
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2016-02-22-gemma-neopixel-0-wheel/">Gemma+NeoPixel 0: Wheel</a>
</li>
<li>
<span class="post-when">
2016-02-21
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2016-02-21-jewelbots-wearableskit/">Jewelbots WearablesKit</a>
</li>
<li>
<span class="post-when">
2015-11-15
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-11-15-go-tell-me-about-slow-channels/">go: tell me about slow channels</a>
</li>
<li>
<span class="post-when">
2015-11-01
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-11-01-back-in-my-day/">Back in My Day</a>
</li>
<li>
<span class="post-when">
2015-10-25
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-10-25-reunion/">Reunion</a>
</li>
<li>
<span class="post-when">
2015-10-16
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-10-16-birthday-party-pirates/">Birthday Party Pirates</a>
</li>
<li>
<span class="post-when">
2015-06-03
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-06-03-installing-rstudio-daily-builds/">Installing RStudio daily builds</a>
</li>
<li>
<span class="post-when">
2015-04-30
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-04-30-jekyll-markdown-and-source-highlighting/">jekyll, markdown, and source highlighting</a>
</li>
<li>
<span class="post-when">
2015-04-30
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-04-30-go-email-with-attachments/">go: email with attachments</a>
</li>
<li>
<span class="post-when">
2015-04-29
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-04-29-emacs-aron-git-grep/">emacs: aron/git-grep</a>
</li>
<li>
<span class="post-when">
2015-03-25
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-03-25-rehash-pixels-to-penguins/">Rehash: Pixels to Penguins</a>
</li>
<li>
<span class="post-when">
2015-02-07
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-02-07-the-maggots-rise-again/">The Maggots Rise Again</a>
</li>
<li>
<span class="post-when">
2015-02-04
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-02-04-i-r-what-i-r/">I R what I R</a>
</li>
<li>
<span class="post-when">
2015-01-23
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-01-23-i-never-started/">I never started</a>
</li>
<li>
<span class="post-when">
2015-01-22
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-01-22-a-perfect-pull/">A perfect pull?</a>
</li>
<li>
<span class="post-when">
2015-01-02
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2015-01-02-a-placebetween-us-was-built-with-love/">a.placebetween.us was built with love</a>
</li>
<li>
<span class="post-when">
2014-12-23
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-23-you-build-it-you-own-it/">You build it, you own it!</a>
</li>
<li>
<span class="post-when">
2014-12-21
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-21-growing-up-live/">Growing Up: Live</a>
</li>
<li>
<span class="post-when">
2014-12-21
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-21-happy-birthday-jason-macierowski/">Happy Birthday, Jason Macierowski!</a>
</li>
<li>
<span class="post-when">
2014-12-18
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-18-girls-and-legos-absurd/">Girls and Legos? Absurd!</a>
</li>
<li>
<span class="post-when">
2014-12-13
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-13-hey-buddy/">Hey, Buddy!</a>
</li>
<li>
<span class="post-when">
2014-12-12
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-12-live-at-wjul/">Live @ WJUL</a>
</li>
<li>
<span class="post-when">
2014-12-11
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-11-i-used-to-be-jaded/">I used to be jaded</a>
</li>
<li>
<span class="post-when">
2014-12-10
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-10-farewell-brightcove/">Farewell, Brightcove</a>
</li>
<li>
<span class="post-when">
2014-12-09
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-09-knowing-everything-too-young/">Knowing Everything Too Young</a>
</li>
<li>
<span class="post-when">
2014-12-06
</span>
→
<a class="post-link" href="https://aronatkins.github.io/posts/2014-12-06-hello-world/">Hello, world</a>
</li>
</ul>
</section>
</div>
</div>
</div>
</main>
<footer role="contentinfo">
<div class="bounded-wrapper">
<div class="bounded">
<div class="footer-columns">
<div class="footer-column nowrap">
<ul class="contact-list">
<li>Aron Atkins</li>
<li>
<a href="http://gweep.net/~aron/">gweep.net/~aron/</a>
</li>
<li>aron.atkins@gmail.com</li>
<li>
<a href="/index.xml">
<span class="icon icon-rss">
<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>RSS</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="RSS" sketch:type="MSArtboardGroup" fill="#000000">
<path d="M50,25 C50,11.1928806 38.8071194,0 25,0 C11.1928806,0 0,11.1928806 0,25 C0,38.8071194 11.1928806,50 25,50 C38.8071194,50 50,38.8071194 50,25 Z M47,25 C47,12.8497349 37.1502651,3 25,3 C12.8497349,3 3,12.8497349 3,25 C3,37.1502651 12.8497349,47 25,47 C37.1502651,47 47,37.1502651 47,25 Z M15.9310647,31.9383671 C15.9310647,33.4789156 17.124854,34.722384 18.5941945,34.722384 C20.0692323,34.722384 21.2608163,33.4789799 21.2608775,31.9383671 C21.2608775,30.4059173 20.0692936,29.1484369 18.5941945,29.1484369 C17.124854,29.1484369 15.9310647,30.4059173 15.9310647,31.9383671 Z M15.9310647,24.8801766 C18.4283003,24.8801766 20.7764883,25.9045951 22.5442915,27.7604778 C24.3102568,29.6124397 25.2845487,32.0872928 25.2845487,34.7164707 L29.1366284,34.7164064 C29.1366284,27.0736971 23.2104415,20.8569335 15.9310647,20.8569335 L15.9310647,24.8801766 Z M15.9310647,17.7475554 C24.8358746,17.7475554 32.0848048,25.3602482 32.0848048,34.7142853 L35.9310647,34.7144139 C35.9310647,23.1426889 26.9580715,13.722384 15.9310647,13.722384 L15.9310647,17.7475554 Z M15.9310647,17.7475554" id="Oval-1" sketch:type="MSShapeGroup"></path>
</g>
</g>
</svg>
</span>
<span class="username">subscribe (RSS)</span>
</a>
</li>
</ul>
</div>
<div class="footer-column nowrap">
<ul class="social-media-list">
<li>
<a href="https://linkedin.com/in/aronatkins/">
<span class="icon icon-linkedin">
<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>LinkedIn</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="LinkedIn" sketch:type="MSArtboardGroup" fill="#000000">
<path d="M25,50 C38.8071194,50 50,38.8071194 50,25 C50,11.1928806 38.8071194,0 25,0 C11.1928806,0 0,11.1928806 0,25 C0,38.8071194 11.1928806,50 25,50 Z M25,47 C37.1502651,47 47,37.1502651 47,25 C47,12.8497349 37.1502651,3 25,3 C12.8497349,3 3,12.8497349 3,25 C3,37.1502651 12.8497349,47 25,47 Z M14,20.1180479 L14,34.6581834 L18.7100851,34.6581834 L18.7100851,20.1180479 L14,20.1180479 Z M16.6646962,13 C15.0534058,13 14,14.0858611 14,15.5115122 C14,16.9076331 15.0222711,18.0247614 16.6035556,18.0247614 L16.6336556,18.0247614 C18.2759867,18.0247614 19.2988222,16.9076331 19.2988222,15.5115122 C19.2682519,14.0858611 18.2759867,13 16.6646962,13 Z M30.5769213,20.1180479 C28.076176,20.1180479 26.9565501,21.5293199 26.3314108,22.5193527 L26.3314108,20.4598644 L21.6207614,20.4598644 C21.6828427,21.8242356 21.6207614,35 21.6207614,35 L26.3314108,35 L26.3314108,26.8795887 C26.3314108,26.445032 26.3619812,26.0115368 26.4865199,25.7004084 C26.826932,24.83226 27.6020069,23.9334233 28.9032674,23.9334233 C30.6083381,23.9334233 31.2899149,25.2667202 31.2899149,27.2206333 L31.2899149,34.999614 L35.9998119,34.999614 L36,26.6627446 C36,22.1966439 33.6763743,20.1180479 30.5769213,20.1180479 Z M30.5769213,20.1180479" id="Oval-1" sketch:type="MSShapeGroup"></path>
</g>
</g>
</svg>
</span>
<span class="username">linkedin.com/in/aronatkins</span>
</a>
</li>
<li>
<a href="https://github.com/aronatkins">
<span class="icon icon-github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">github.com/aronatkins</span>
</a>
</li>
<li>
<a href="https://twitter.com/aronatkins">
<span class="icon icon-twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">twitter.com/aronatkins</span>
</a>
</li>
<li>
<a href="https://soundcloud.com/aronatkins">
<span class="icon icon-soundcloud">
<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<title>SoundCloud</title>
<description>Created with Sketch (http://www.bohemiancoding.com/sketch)</description>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="SoundCloud" sketch:type="MSArtboardGroup" fill="#000000">
<path d="M25,0 C11.1928806,0 0,11.1928806 0,25 C0,38.8071194 11.1928806,50 25,50 C38.8071194,50 50,38.8071194 50,25 C50,11.1928806 38.8071194,0 25,0 Z M25,3 C12.8497349,3 3,12.8497349 3,25 C3,37.1502651 12.8497349,47 25,47 C37.1502651,47 47,37.1502651 47,25 C47,12.8497349 37.1502651,3 25,3 Z M11.2046957,26.4994198 L11,28.2899843 L11.2046957,30.0498224 C11.2122973,30.1238678 11.258563,30.1755611 11.3170241,30.1755611 C11.3736257,30.1755611 11.4197274,30.1243715 11.4286961,30.0505779 L11.6713997,28.2899843 L11.4286961,26.4989161 C11.4200555,26.4251226 11.3733523,26.3731145 11.3170241,26.3731145 C11.2586177,26.3731145 11.2122426,26.4251226 11.2046957,26.4994198 Z M12.8503005,25.3946571 C12.8503005,25.3952867 12.5750031,28.2897324 12.5750031,28.2897324 L12.8503005,31.1207736 C12.8580661,31.1967079 12.9071756,31.2514864 12.9668398,31.2514864 C13.0253555,31.2514864 13.0733712,31.1979672 13.0829963,31.1215921 L13.3961375,28.2897324 L13.0833791,25.3946571 C13.0737541,25.3177153 13.0258477,25.2645739 12.9668398,25.2645739 C12.9075037,25.2645739 12.8583943,25.3194783 12.8503005,25.3946571 Z M14.396866,24.761745 L14.1500608,28.2908658 L14.396866,31.7053294 C14.4034832,31.8110456 14.4745771,31.8908837 14.5613116,31.8908837 C14.6470618,31.8908837 14.7178823,31.8109197 14.7254838,31.7053294 L15.0061953,28.2908658 L14.7254838,24.7609894 C14.7179369,24.6552103 14.6471712,24.5753722 14.5613116,24.5753722 C14.4745771,24.5753722 14.403866,24.6552732 14.396866,24.761745 Z M15.9578691,25.0172521 L15.7251733,28.2909287 L15.9578691,31.7335372 C15.9645956,31.8549944 16.0449317,31.9468586 16.1461038,31.9468586 C16.2457993,31.9468586 16.3264635,31.8549314 16.3339557,31.733852 L16.5983703,28.2909287 L16.3339557,25.0157409 C16.3268463,24.8947875 16.2460727,24.8036159 16.1461038,24.8036159 C16.044877,24.8036159 15.9642128,24.8955431 15.9578691,25.0172521 Z M17.5195284,22.9658916 L17.3001764,28.292251 L17.5195284,31.7345446 C17.5252159,31.8690983 17.6326223,31.9751293 17.7456069,31.9751293 C17.85799,31.9751293 17.972123,31.8685946 17.972123,31.7337261 L18.205475,28.292251 L17.950412,22.9658916 C17.9436307,22.8306454 17.8434977,22.7241106 17.7311147,22.7241106 C17.6182395,22.7241106 17.5248877,22.8305824 17.5195284,22.9658916 Z M19.0799298,21.7485496 C19.0799298,21.7489903 18.8752888,28.2933213 18.8752888,28.2933213 L19.0803673,31.7138925 C19.085508,31.8633686 19.1890863,31.9816775 19.3161256,31.9816775 C19.4420165,31.9816775 19.5458683,31.8633686 19.5518839,31.7126332 L19.7832125,28.2933213 L19.5518839,21.7485496 C19.5455948,21.5974994 19.4419618,21.4795682 19.3160709,21.4795682 C19.1890863,21.4795682 19.085508,21.5977513 19.0799298,21.7485496 Z M20.6267141,20.9640207 L20.4502919,28.2940139 L20.6269329,31.6585473 C20.6312532,31.8388756 20.7830113,31.9814257 20.9374491,31.9814257 C21.0916135,31.9814257 21.2481294,31.8388756 21.2481294,31.657477 L21.4195204,28.2942028 L21.2073871,20.9639577 C21.2024652,20.7820553 21.064215,20.6391905 20.9103787,20.6391905 C20.7556128,20.6391905 20.6309251,20.7816146 20.6267141,20.9640207 Z M22.1736078,21.4133933 L22.025459,28.2954621 L22.1736078,31.6071059 C22.1771625,31.8179717 22.3266784,31.9846998 22.5091162,31.9846998 C22.6910072,31.9846998 22.8440778,31.8182235 22.8440778,31.6048392 L23.0066094,28.2958399 L22.8385544,21.4128896 C22.8341794,21.1998201 22.6872885,21.032966 22.5053975,21.032966 C22.3232331,21.032966 22.1771625,21.1997571 22.1736078,21.4133933 Z M23.7558296,19.3647403 L23.6005168,28.2972251 L23.7562671,31.5388532 C23.7590015,31.7759119 23.947455,31.9709107 24.1542288,31.9709107 C24.3605652,31.9709107 24.5521358,31.7757859 24.5521358,31.5353272 L24.7023627,28.2972251 L24.5239717,19.3640477 C24.5209639,19.1245334 24.341862,18.9290938 24.1355257,18.9290938 C23.9286971,18.9290938 23.7589468,19.1245334 23.7558296,19.3647403 Z M34.2236391,24.3767843 C33.9495448,20.8031482 31.3466882,18 28.1717992,18 C27.3948523,18 26.641093,18.1759838 25.9723183,18.4738655 C25.7124428,18.589593 25.6441927,18.7089094 25.6441927,18.9399865 L25.6441927,31.5248122 C25.6441927,31.7674747 25.8069977,31.9696515 26.0125684,31.9933888 C26.0213184,31.9945221 35.4956182,32 35.5570323,32 C37.4589032,32 39,30.2245469 39,28.0346031 C39,25.8446593 37.4574267,24.0688914 35.5556651,24.0688914 C35.0838752,24.0688914 34.6335774,24.1788262 34.2236391,24.3767843 Z M34.2236391,24.3767843" id="Oval-1" sketch:type="MSShapeGroup"></path>
</g>
</g>
</svg>
</span>
<span class="username">soundcloud.com/aronatkins</span>
</a>
</li>
</ul>
</div>
<div class="footer-column text-wrap">
I am Aron Atkins, a software engineer and musician living just outside Boston.
</div>
</div>
</div>
</div>
</footer>
</body>
</html>