-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
701 lines (413 loc) · 29.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
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
IT Director eComplete & Naturecan. | Simon Owen
</title>
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
<meta name="keywords" content="freelance,front-end,web,developer,manchester,s10wen,simon owen,upfrontconf,mcrfred">
<meta name="description" content="Freelance Front-End Developer based in Manchester, UK. Also runs McrFRED and UpFrontConf.">
<meta property="og:type" content="website">
<meta property="og:title" content="IT Director eComplete & Naturecan.">
<meta property="og:url" content="https://s10wen.com/index.html">
<meta property="og:site_name" content="IT Director eComplete & Naturecan.">
<meta property="og:description" content="Freelance Front-End Developer based in Manchester, UK. Also runs McrFRED and UpFrontConf.">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Simon Owen / @s10wen">
<meta property="article:tag" content="freelance,front-end,web,developer,manchester,s10wen,simon owen,upfrontconf,mcrfred">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@s10wen">
<link rel="icon" href="/favicon.png">
<!-- Critical CSS -->
<style>.article-category-link,.article-time-link{text-decoration:none;text-transform:uppercase;color:#999;margin-bottom:1em;line-height:1em}.outer{width:90%;margin:0 auto}.outer:after,.outer:before{content:"";display:table}.outer:after{clear:both}#container{position:relative}#main{float:left;width:100%}.article{padding-bottom:80px}.article-meta{margin-bottom:20px}.article-meta:after,.article-meta:before{content:"";display:table}.article-meta:after{clear:both}.article-event-title,.article-meta-title{font-size:0.8em;text-transform:none;color:#555}.article-time{float:left;width:100%;padding-bottom:5px}.article-category-link,.article-time-link{color:#222;font-size:0.8em}.article-title{text-decoration:none;font-size:1.4em;font-weight:bold;color:#222;line-height:1.2em;transition:color 0.2s}#header{position:relative;font-weight:bold;margin-bottom:60px;background:#000}#mug{background:linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.5)), url("/img/header.jpg") right 50% no-repeat;background-size:100% 100%;width:200px;height:200px;text-align:center;border-radius:50%;border:10px solid #fff;position:absolute;left:50%;margin-left:-110px;margin-top:10px;margin-bottom:10px;box-shadow:0 0 12px 0 #999;animation:fadein 0.3s}#header-grad{background:url("/img/header.jpg") right 50% no-repeat;width:100%;height:160px}#header-outer{position:relative;padding:14px 4%;max-width:1000px;margin:0 auto}#header-outer:after,#header-outer:before{content:"";display:table}#header-outer:after{clear:both}.header-logo-wrap{text-align:center}.header-link{padding:10px;display:inline-block;text-decoration:none;font-weight:300;color:#0ff;transition:all 0.2s}.header-link:hover{text-decoration:none}.header-title{display:block;margin-bottom:5px}.header-subtitle{font-size:0.8em}#subtitle-wrap{margin-top:5px;margin-bottom:16px}.main-nav-wrap{float:right;width:100%}#main-nav{text-align:center}.main-nav-link{color:#999;transition:all 0.2s;text-decoration:none;display:inline-block;font-weight:300;margin:3px;font-size:1em;padding:10px 4px}.main-nav-link:hover{text-decoration:none}#header-twitter{background-size:100%;background-image:linear-gradient(to top right, #0ff 0%, #8c00ff 100%);border-radius:10px;color:#000;display:inline-block;padding:10px;margin-top:10px;margin-bottom:10px;position:relative;z-index:100;width:100%;text-align:center;text-decoration:none}#header-twitter:before{content:'';border-radius:10px;background-image:linear-gradient(to top right, #8c00ff 0%, #0ff 100%);display:block;height:100%;position:absolute;top:0;left:0;opacity:0;width:100%;z-index:-100;transition:opacity 1s}#header-twitter:hover:before{opacity:1}</style>
<!--
<link rel="stylesheet" href="/css/style.css">
-->
<link href="/css/style.css" rel="stylesheet">
<link href="/css/650.css" rel="stylesheet" media="(min-width: 650px)">
<link href="/css/760.css" rel="stylesheet" media="(min-width: 760px)">
<link href="/css/900.css" rel="stylesheet" media="(min-width: 900px)">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9016310-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-9016310-1');
</script>
<!-- End Google Analytics -->
<!--[if lt IE 10]>
<style>
#header-grad {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff', endColorstr='#8c00ff',GradientType=1 ); /* IE6-9 */
}
</style>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<style>
.outer {
max-width: 672px;
}
</style>
<![endif]-->
<!-- Google Analytics -->
<meta name="google-site-verification" content="p53V9PXu9GYzN6QxFvWyDUTyNux_7k7G4sKxVk3YEnY">
<!-- PWA -->
<link rel="manifest" href="/manifest.json">
<link rel="icon" href="/img/icon-152x152.png">
<meta name="theme-color" content="#000"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<meta name="apple-mobile-web-app-title" content="Simon Owen Front-End Developer"/>
<link rel="apple-touch-icon" href="/img/icon-152x152.png"/>
<meta name="msapplication-TileImage" content="/img/icon-152x152.png"/>
<meta name="msapplication-TileColor" content="#000"/>
<meta name="generator" content="Hexo 5.4.0"></head>
<body>
<header id="header">
<div id="header-outer">
<div class="header-logo-wrap">
<a class="header-link" href="/">
<span class="header-title">IT Director eComplete & Naturecan.</span>
<span class="header-subtitle"></span>
</a>
</div>
<div class="main-nav-wrap">
<nav id="main-nav">
<a class="main-nav-link" href="/">Blog</a>
<a class="main-nav-link" href="/services/">Services</a>
<a class="main-nav-link" href="/work/">Work</a>
<a class="main-nav-link" href="/about/">About</a>
<a class="main-nav-link" href="/contact/">Contact</a>
</nav>
</div>
</div>
<div id="mug"></div>
<div id="header-grad"></div>
</header>
<div class="outer">
<section id="main"><h3>People who I've helped and worked with:</h3>
<div class="thumbnail-wrap">
<a class="thumbnail" target="_blank" href="https://www.google.com/" rel="nofollow noopener">
<img src="/blog/logos/google.png" alt="Google">
</a>
<a class="thumbnail" target="_blank" href="https://www.bbc.co.uk/" rel="nofollow noopener">
<img src="/blog/logos/bbc.png" alt="BBC">
</a>
<a class="thumbnail" target="_blank" href="https://www.mccann.com/" rel="nofollow noopener">
<img src="/blog/logos/mccann.png" alt="McCann">
</a>
<a class="thumbnail" target="_blank" href="https://www.thg.com/" rel="nofollow noopener">
<img src="/blog/logos/thehutgroup.png" alt="The Hut Group">
</a>
<a class="thumbnail" target="_blank" href="https://teluxhd.com/" rel="nofollow noopener">
<img src="/blog/logos/telux.png" alt="Telux">
</a>
</div>
<blockquote><p>Simon is this incredibly rare combination of insightful and curious developer, broad and extensive knowledge of front-end development techniques, and a real motivation to me in his ability to inject energy into a community. Simon would be a huge asset to any team and I'm a bit jealous of the one lucky enough to scoop him up.</p><cite>Paul Irish, Google Chrome Dev Team</cite></blockquote>
<h3>Latest posts:</h3>
<article id="post-mcrfred-79-rich-higgins" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2020/02/11/mcrfred-79-rich-higgins/">
<time datetime="2020-02-11T12:00:00.000Z">2020-02-11</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2020/02/11/mcrfred-79-rich-higgins/">McrFRED 79 Rich Higgins</a>
</h2>
</header>
<p>For the next McrFRED, we will have Rich Higgins joining us talking about working with the JAMstack.</p>
<p class="article-more-link">
<a href="/blog/2020/02/11/mcrfred-79-rich-higgins/" aria-label="Read More about McrFRED 79 Rich Higgins">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-78-david-swallow" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2020/01/16/mcrfred-78-david-swallow/">
<time datetime="2020-01-16T12:00:00.000Z">2020-01-16</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2020/01/16/mcrfred-78-david-swallow/">McrFRED 78 David Swallow</a>
</h2>
</header>
<p>Happy New Year folks! For the next McrFRED, we will have David Swallow joining us talking about accessibility for people with anxiety and panic disorders.</p>
<p class="article-more-link">
<a href="/blog/2020/01/16/mcrfred-78-david-swallow/" aria-label="Read More about McrFRED 78 David Swallow">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-77-phillip-whittaker" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/11/14/mcrfred-77-phillip-whittaker/">
<time datetime="2019-11-14T12:00:00.000Z">2019-11-14</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/11/14/mcrfred-77-phillip-whittaker/">McrFRED 77 Phillip Whittaker</a>
</h2>
</header>
<p>For the next McrFRED, we will have Phillip Whittaker joining us talking about bodyless websites.</p>
<p class="article-more-link">
<a href="/blog/2019/11/14/mcrfred-77-phillip-whittaker/" aria-label="Read More about McrFRED 77 Phillip Whittaker">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-76-cathy-dutton" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/10/19/mcrfred-76-cathy-dutton/">
<time datetime="2019-10-19T11:00:00.000Z">2019-10-19</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/10/19/mcrfred-76-cathy-dutton/">McrFRED 76 Cathy Dutton</a>
</h2>
</header>
<p>For the next McrFRED, we will have Cathy Dutton joining us talking about why she has recently stepped away from Sass.</p>
<p class="article-more-link">
<a href="/blog/2019/10/19/mcrfred-76-cathy-dutton/" aria-label="Read More about McrFRED 76 Cathy Dutton">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-75-chad-gowler" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/09/23/mcrfred-75-chad-gowler/">
<time datetime="2019-09-23T08:30:00.000Z">2019-09-23</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/09/23/mcrfred-75-chad-gowler/">McrFRED 75 Chad Gowler</a>
</h2>
</header>
<p>Originally planned for last month, Chad couldn't make it due to the floods, so they're back again for this month. Thanks Chad! <a href="https://s10wen.com/blog/2019/06/05/mcrfred-74-chad-gowler/">https://s10wen.com/blog/2019/06/05/mcrfred-74-chad-gowler/</a></p>
</div>
</article>
<article id="post-mcrfred-74-chad-gowler" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/06/05/mcrfred-74-chad-gowler/">
<time datetime="2019-06-05T09:30:00.000Z">2019-06-05</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/06/05/mcrfred-74-chad-gowler/">McrFRED 74 Chad Gowler</a>
</h2>
</header>
<p>For the next McrFRED, we will have Chad joining us talking about "Working Through The Problem: How Developers Can Get Involved With Research".</p>
<p class="article-more-link">
<a href="/blog/2019/06/05/mcrfred-74-chad-gowler/" aria-label="Read More about McrFRED 74 Chad Gowler">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-73-andy-carter" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/05/30/mcrfred-73-andy-carter/">
<time datetime="2019-05-30T11:00:00.000Z">2019-05-30</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/05/30/mcrfred-73-andy-carter/">McrFRED 73 Andy Carter</a>
</h2>
</header>
<p>For the next McrFRED, we will have Andy Carter joining us talking about optimising the history of the web browser.</p>
<p class="article-more-link">
<a href="/blog/2019/05/30/mcrfred-73-andy-carter/" aria-label="Read More about McrFRED 73 Andy Carter">Read More</a>
</p>
</div>
</article>
<article id="post-mcrfred-72-show-and-tell" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/05/25/mcrfred-72-show-and-tell/">
<time datetime="2019-05-25T11:00:00.000Z">2019-05-25</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/mcrfred/">mcrfred</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/05/25/mcrfred-72-show-and-tell/">McrFRED 72 Show & Tell</a>
</h2>
</header>
<p>For the next McrFRED, we are going to be doing another addition of 'Show & Tell'.</p>
<p class="article-more-link">
<a href="/blog/2019/05/25/mcrfred-72-show-and-tell/" aria-label="Read More about McrFRED 72 Show & Tell">Read More</a>
</p>
</div>
</article>
<article id="post-perfect-developer-job-role" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/05/10/perfect-developer-job-role/">
<time datetime="2019-05-10T09:10:00.000Z">2019-05-10</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/jobs/">jobs</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/05/10/perfect-developer-job-role/">Perfect Developer Job Role</a>
</h2>
</header>
<p>Since going freelance I've helped grow development teams at a number of businesses. I love to aid in creating a great working environment.</p>
<p>As such, I was interested to find out what values developers considered most important within their job.</p>
<p class="article-more-link">
<a href="/blog/2019/05/10/perfect-developer-job-role/" aria-label="Read More about Perfect Developer Job Role">Read More</a>
</p>
</div>
</article>
<article id="post-custom-domain-name-with-netlify-123reg" class="article article-type-post">
<div class="article-meta">
<div class="article-time">
<span class="article-meta-title">posted on</span>
<a class="article-time-link" href="/blog/2019/04/22/custom-domain-name-with-netlify-123reg/">
<time datetime="2019-04-22T10:11:00.000Z">2019-04-22</time>
</a>
</div>
<div class="article-category">
<span class="article-meta-title">categories</span>
<a class="article-category-link" href="/blog/categories/workflow/">workflow</a>
</div>
</div>
<div class="article-inner">
<header class="article-header">
<h2>
<a class="article-title" href="/blog/2019/04/22/custom-domain-name-with-netlify-123reg/">Custom Domain Name with Netlify and 123-reg</a>
</h2>
</header>
<p>Quick instructions for getting a custom url working with Netlify and 123-reg.</p>
<p class="article-more-link">
<a href="/blog/2019/04/22/custom-domain-name-with-netlify-123reg/" aria-label="Read More about Custom Domain Name with Netlify and 123-reg">Read More</a>
</p>
</div>
</article>
<nav id="page-nav">
<span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/27/">27</a><a class="extend next" rel="next" href="/page/2/">Next &raquo;</a>
</nav>
<h3>Browse by category:</h3>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/blog/categories/apple/">apple</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/bash/">bash</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/browser/">browser</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/case-study/">case study</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/chrome/">chrome</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/chrome-dev-tools/">chrome dev tools</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/clojure-overtone/">clojure overtone</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/conference/">conference</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/css/">css</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/dev-tips/">dev tips</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/digihike/">digihike</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/dotfiles/">dotfiles</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/event/">event</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/ffconf/">ffconf</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/freelance/">freelance</a><span class="category-list-count">6</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/gaming/">gaming</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/health/">health</a><span class="category-list-count">3</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/hexo/">hexo</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/https/">https</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/jank/">jank</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/javascript/">javascript</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/jobs/">jobs</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/lego/">lego</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/mcrfred/">mcrfred</a><span class="category-list-count">107</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/nux/">nux</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/octopress/">octopress</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/photography/">photography</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/raspberry-pi/">raspberry pi</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/responsive-web-design/">responsive web design</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/sass/">sass</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/screencast/">screencast</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/speaking/">speaking</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/svg/">svg</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/unplugged/">unplugged</a><span class="category-list-count">6</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/upfrontconf/">upfrontconf</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/web-development/">web development</a><span class="category-list-count">2</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/webgl/">webgl</a><span class="category-list-count">1</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/wordpress/">wordpress</a><span class="category-list-count">17</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/work/">work</a><span class="category-list-count">51</span></li><li class="category-list-item"><a class="category-list-link" href="/blog/categories/workflow/">workflow</a><span class="category-list-count">16</span></li></ul>
</section>
</div>
<div id="footer-grad"></div>
<footer id="footer">
<div class="outer">
<svg id="batman" width="70" height="42" xmlns="http://www.w3.org/2000/svg"><g fill="#333" fill-rule="nonzero"><path d="M0 20.517C0 9.022 15.746 0 35 0c19.254 0 35 9.021 35 20.517 0 11.496-15.746 20.517-35 20.517-19.254 0-35-9.02-35-20.517zm2.081 0c0 9.995 14.662 18.395 32.919 18.395 18.257 0 32.919-8.4 32.919-18.395S53.257 2.122 34.999 2.122c-18.256 0-32.918 8.4-32.918 18.395z"/><path d="M31.966 4.828l-.397 6.5c-.862 2.645-4.445 7.343-9.29 3.422-1.236-1.51-1.89-3.686.075-8.808 0 0-17.526 3.606-17.526 14.877 0 8.523 11.147 13.16 11.147 13.16-.737-1.585-1.667-2.962-1.375-5.636 1.022-2.695 2.83-2.147 4.447-1.796 1.624.399 3.337 2.147 4.768 3.16.568-.797 1.041-1.648 2.019-2.228 2.218-1.779 3.164-.6 4.36 0 3.569 2.319 3.533 5.598 4.768 8.535v.193c.013-.03.02-.061.033-.091.013.03.029.06.043.09v-.192c1.235-2.937 1.2-6.216 4.768-8.536 1.196-.6 2.142-1.778 4.36 0 .977.58 1.451 1.432 2.019 2.228 1.432-1.012 3.144-2.76 4.768-3.16 1.616-.35 3.088-.809 4.447 1.797.292 2.674-.638 4.051-1.375 5.637 0 0 11.147-4.638 11.147-13.161 0-11.27-17.526-14.877-17.526-14.877 1.964 5.122 1.31 7.298.075 8.808-4.845 3.921-8.428-.777-9.29-3.422l-.397-6.5-1.697 3.012h-2.674l-1.697-3.012z"/></g></svg>
<div id="footer-info" class="inner">© 2004-2021 <a target="_blank" rel="noopener" href="https://twitter.com/s10wen">@s10wen</a></div>
<ul class="footer-social">
<li>
<a target="_blank" href="https://twitter.com/s10wen" rel="nofollow noopener">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" width="28" height="28"><title>Logo: Twitter</title><path fill="#666" d="M24.253 8.756C24.69 17.08 18.297 24.182 9.97 24.62c-3.122.162-6.22-.646-8.86-2.32 2.702.18 5.375-.648 7.507-2.32-2.072-.248-3.818-1.662-4.49-3.64.802.13 1.62.077 2.4-.154-2.482-.466-4.312-2.586-4.412-5.11.688.276 1.426.408 2.168.387-2.135-1.65-2.73-4.62-1.394-6.965C5.574 7.816 9.54 9.84 13.802 10.07c-.842-2.738.694-5.64 3.434-6.48 2.018-.624 4.212.043 5.546 1.682 1.186-.213 2.318-.662 3.33-1.317-.386 1.256-1.248 2.312-2.4 2.942 1.048-.106 2.07-.394 3.02-.85-.458 1.182-1.343 2.15-2.48 2.71z"/></svg>
</a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/s10wen.developer/" rel="nofollow noopener">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29" width="29" height="29"><title>Logo: Facebook</title><path fill="#666" d="M26.4 0H2.6C1.714 0 0 1.715 0 2.6v23.8c0 .884 1.715 2.6 2.6 2.6h12.393V17.988h-3.996v-3.98h3.997v-3.062c0-3.746 2.835-5.97 6.177-5.97 1.6 0 2.444.173 2.845.226v3.792H21.18c-1.817 0-2.156.9-2.156 2.168v2.847h5.045l-.66 3.978h-4.386V29H26.4c.884 0 2.6-1.716 2.6-2.6V2.6c0-.885-1.716-2.6-2.6-2.6z"/></svg>
</a>
</li>
</ul>
</div>
</footer>
<script>
// Set up the batman stylesheet link
const link = document.createElement('link');
link.href = '/css/batman.css';
link.rel = 'stylesheet';
const batmanHead = () => document.head.appendChild(link);
const batmanHeadRemove = () => document.head.removeChild(link);
const batmanLog = () => console.log(Array(16).join('hero'-1)+'Batman');
// If the theme is true, activate theme
if(localStorage.getItem('theme') === 'true') {
batmanHead();
batmanLog();
}
// Get the batman ID and if clicked,
document.getElementById('batman').addEventListener('click', function () {
// if the theme is true, switch to false and remove the stylesheet link
if(localStorage.getItem('theme') === 'true') {
localStorage.setItem('theme', 'false');
batmanHeadRemove();
} else {
localStorage.setItem('theme', 'true');
batmanHead();
batmanLog();
}
});
</script>
<script src="/js/sw-register.js"></script>
</body>
</html>