This repository has been archived by the owner on Jul 12, 2020. It is now read-only.
forked from jqr/jqr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
825 lines (398 loc) · 17.7 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
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
<!DOCTYPE html>
<html lang="en"><!--
__ __ __ __
/\ \/\ \ /\ \ __ /\ \
\ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
\ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
\ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
\ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
\/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
/\___/ \ \____/
\/__/ \/___/
Powered by Hydejack v7.1.1 <https://qwtel.com/hydejack/>
-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>Welcome | Kevin Trethewey</title>
<meta property="og:title" content="Welcome" />
<meta name="author" content="Kevin Trethewey" />
<meta property="og:locale" content="en" />
<meta name="description" content="…" />
<meta property="og:description" content="…" />
<link rel="canonical" href="http://localhost:4000/" />
<meta property="og:url" content="http://localhost:4000/" />
<meta property="og:site_name" content="Kevin Trethewey" />
<meta property="og:image" content="http://localhost:4000/assets/img/default.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@kevintrethewey" />
<meta name="twitter:creator" content="@Kevin Trethewey" />
<script type="application/ld+json">
{"name":"Kevin Trethewey","description":"…","url":"http://localhost:4000/","headline":"Welcome","dateModified":null,"datePublished":null,"sameAs":null,"@type":"WebSite","author":{"@type":"Person","name":"Kevin Trethewey"},"image":"http://localhost:4000/assets/img/default.jpg","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/assets/icons/icon.png"},"name":"Kevin Trethewey"},"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="keywords" content="">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Kevin Trethewey">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="application-name" content="Kevin Trethewey">
<meta name="msapplication-config" content="/assets/ieconfig.xml">
<meta name="theme-color" content="#4fb1ba">
<meta name="generator" content="Hydejack v7.1.1" />
<link rel="alternate" type="application/atom+xml" title="Kevin Trethewey Feed" href="http://localhost:4000/feed.xml">
<link rel="alternate" href="http://localhost:4000/" hreflang="en">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<link rel="apple-touch-icon" href="/assets/icons/icon.png">
<link rel="manifest" href="/assets/manifest.json">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<link id="_katexJS" rel="dns-prefetch" href="/assets/bower_components/katex/dist/katex.min.js">
<link id="_katexCSS" rel="dns-prefetch" href="/assets/bower_components/katex/dist/katex.min.css">
<script>
function stdOnEnd(n,e){n.onload=function(){this.onerror=this.onload=null,e(null,n)},n.onerror=function(){this.onerror=this.onload=null,e(new Error("Failed to load "+this.src),n)}}function ieOnEnd(n,e){n.onreadystatechange=function(){"complete"!=this.readyState&&"loaded"!=this.readyState||(this.onreadystatechange=null,e(null,n))}}window.setRelStylesheet=function(n){function e(){this.rel="stylesheet"}var o=document.getElementById(n);o.addEventListener?o.addEventListener("load",e,!1):o.onload=e},window._loaded=!1,window.loadJSDeferred=function(n,e){function o(){window._loaded=!0;var o=document.createElement("script");o.src=n,e&&(("onload"in o?stdOnEnd:ieOnEnd)(o,e),o.onload||stdOnEnd(o,e));var t=document.scripts[0];t.parentNode.insertBefore(o,t)}window._loaded?o():window.addEventListener?window.addEventListener("load",o,!1):window.onload=o};
!function(a){"use strict";var b=function(b,c,d){function e(a){return h.body?a():void setTimeout(function(){e(a)})}function f(){i.addEventListener&&i.removeEventListener("load",f),i.media=d||"all"}var g,h=a.document,i=h.createElement("link");if(c)g=c;else{var j=(h.body||h.getElementsByTagName("head")[0]).childNodes;g=j[j.length-1]}var k=h.styleSheets;i.rel="stylesheet",i.href=b,i.media="only x",e(function(){g.parentNode.insertBefore(i,c?g:g.nextSibling)});var l=function(a){for(var b=i.href,c=k.length;c--;)if(k[c].href===b)return a();setTimeout(function(){l(a)})};return i.addEventListener&&i.addEventListener("load",f),i.onloadcssdefined=l,l(f),i};"undefined"!=typeof exports?exports.loadCSS=b:a.loadCSS=b}("undefined"!=typeof global?global:this);
!function(a){if(a.loadCSS){var b=loadCSS.relpreload={};if(b.support=function(){try{return a.document.createElement("link").relList.supports("preload")}catch(b){return!1}},b.poly=function(){for(var b=a.document.getElementsByTagName("link"),c=0;c<b.length;c++){var d=b[c];"preload"===d.rel&&"style"===d.getAttribute("as")&&(a.loadCSS(d.href,d,d.getAttribute("media")),d.rel=null)}},!b.support()){b.poly();var c=a.setInterval(b.poly,300);a.addEventListener&&a.addEventListener("load",function(){b.poly(),a.clearInterval(c)}),a.attachEvent&&a.attachEvent("onload",function(){a.clearInterval(c)})}}}(this);
window._noPushState = false;
window._noDrawer = false;
</script>
<!--[if gt IE 8]><!---->
<script>
WebFontConfig = {
google: {
families: ['Roboto+Slab:700','Noto+Sans:400,400i,700,700i']
},
custom: {
families: ['icomoon'],
urls: ['/assets/icomoon/style.css']
}
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = "/assets/bower_components/webfontloader/webfontloader.js";
s.parentNode.insertBefore(wf, s);
}(document));
</script>
<!--<![endif]-->
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:700%7CNoto+Sans:400,400i,700,700i">
<style>
html { font-family: 'Noto Sans', Helvetica, Arial, sans-serif }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading { font-family: 'Roboto Slab', Helvetica, Arial, sans-serif }
</style>
<link rel="stylesheet" href="/assets/icomoon/style.css">
</noscript>
<!--[if gt IE 8]><!---->
<link rel="stylesheet" href="/assets/css/hydejack.css?v=7.1.1">
<style id="_pageStyle">
.content a:not(.btn){color:#4fb1ba;border-color:rgba(79,177,186,0.2)}.content a:not(.btn):hover{border-color:#4fb1ba}:focus{outline-color:#4fb1ba}.btn-primary{color:#fff;background-color:#4fb1ba;border-color:#4fb1ba}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 3px rgba(79,177,186,0.5)}.btn-primary:hover,.btn-primary.hover{color:#fff;background-color:#409ba3;border-color:#409ba3}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#4fb1ba;border-color:#4fb1ba}.btn-primary:active,.btn-primary.active{color:#fff;background-color:#409ba3;border-color:#409ba3}::selection{color:#fff;background:#4fb1ba}::-moz-selection{color:#fff;background:#4fb1ba}
</style>
<!--<![endif]-->
</head>
<body>
<div class="navbar fixed-top">
<div class="content">
<div class="nav-btn-bar">
<span class="sr-only">Jump to:</span>
<a id="_menu" class="nav-btn no-hover" href="#_navigation">
<span class="sr-only">Navigation</span>
<span class="icon-menu"></span>
</a>
</div>
</div>
</div>
<hy-push-state>
<main
id="_main"
class="content fade-in layout-welcome"
role="main"
data-color="#4fb1ba"
data-image="/assets/img/sidebar-bg.jpg
"
data-overlay
>
<article class="page" role="article">
<img
src="/assets/img/kevint-128-128.jpg
"
class="avatar"
alt="Kevin Trethewey"
srcset="/assets/img/kevint-128-128.jpg
1x,/assets/img/kevint-128-128.jpg
2x"
/>
<h1 class="page-title hr">Welcome</h1>
<p>I’m a coach, consultant and business owner with a software development background and a deep curiosity for how work works. I have had the opportunity to build software, teams and organisations in vastly different domains, and seen growing levels of success along the way.</p>
<p>This personal site is where I keep track of some of the <a href="/projects/">things I’m working on</a>. I also <a href="/blog/">blog</a> occasionally, and record what I am thinking about as small <a href="/nuggets/">nuggets</a> worth pondering about.</p>
<p>I’m very interested in global business and learning opportunities, but would not relocate from Johannesburg South Africa at this time.</p>
<section>
<h2 id="selected-projects">Selected Projects</h2>
<div class="columns">
<div class="column column-1-2">
<article class="project-card">
<a href="/projects/drivenci/" class="no-hover flip-project" tabindex="-1">
<div class="project-card-img img sixteen-nine">
<img
src="/assets/img/projects/drivenci@0,25x.jpg
"
alt="Drivenci Unconference"
srcset="/assets/img/projects/drivenci.jpg
1920w,/assets/img/projects/drivenci@0,5x.jpg
960w,/assets/img/projects/drivenci@0,25x.jpg
480w"
sizes="(min-width: 90em) 22.5rem, (min-width: 54em) 19.5rem, (min-width: 42em) 17.5rem, 100vw"
/>
</div>
</a>
<h3 class="project-card-title">
<a href="/projects/drivenci/" class="flip-title">Drivenci Unconference</a>
</h3>
<legend class="project-card-text fine faded">A local, invitation only Unconference hosted in Johannesburg, South Africa.
</legend>
</article>
</div>
<div class="column column-1-2">
<article class="project-card">
<a href="/projects/teamtourism/" class="no-hover flip-project" tabindex="-1">
<div class="project-card-img img sixteen-nine">
<img
src="/assets/img/projects/teamtourism@0,25x.jpg
"
alt="Team Tourism"
srcset="/assets/img/projects/teamtourism.jpg
1920w,/assets/img/projects/teamtourism@0,5x.jpg
960w,/assets/img/projects/teamtourism@0,25x.jpg
480w"
sizes="(min-width: 90em) 22.5rem, (min-width: 54em) 19.5rem, (min-width: 42em) 17.5rem, 100vw"
/>
</div>
</a>
<h3 class="project-card-title">
<a href="/projects/teamtourism/" class="flip-title">Team Tourism</a>
</h3>
<legend class="project-card-text fine faded">Get a passport. Find teams to visit. Be a team tourist.
</legend>
</article>
</div>
<div class="column column-1-2">
<article class="project-card">
<a href="/projects/spinemodel/" class="no-hover flip-project" tabindex="-1">
<div class="project-card-img img sixteen-nine">
<img
src="/assets/img/projects/spinemodel@0,25x.jpg
"
alt="The Spine Model"
srcset="/assets/img/projects/spinemodel.jpg
1920w,/assets/img/projects/spinemodel@0,5x.jpg
960w,/assets/img/projects/spinemodel@0,25x.jpg
480w"
sizes="(min-width: 90em) 22.5rem, (min-width: 54em) 19.5rem, (min-width: 42em) 17.5rem, 100vw"
/>
</div>
</a>
<h3 class="project-card-title">
<a href="/projects/spinemodel/" class="flip-title">The Spine Model</a>
</h3>
<legend class="project-card-text fine faded">Making sense of human work systems
</legend>
</article>
</div>
<div class="column column-1-2">
<article class="project-card">
<a href="/projects/canary/" class="no-hover flip-project" tabindex="-1">
<div class="project-card-img img sixteen-nine">
<img
src="/assets/img/projects/canary@0,25x.jpg
"
alt="Chaos Canary"
srcset="/assets/img/projects/canary.jpg
1920w,/assets/img/projects/canary@0,5x.jpg
960w,/assets/img/projects/canary@0,25x.jpg
480w"
sizes="(min-width: 90em) 22.5rem, (min-width: 54em) 19.5rem, (min-width: 42em) 17.5rem, 100vw"
/>
</div>
</a>
<h3 class="project-card-title">
<a href="/projects/canary/" class="flip-title">Chaos Canary</a>
</h3>
<legend class="project-card-text fine faded">Gives you confidence that your team’s environment is healthy and reminds you what to do about it as soon as it isn’t.
</legend>
</article>
</div>
</div>
<p class="read-more mt0">
See <a class="heading flip-title" href="/projects/">Projects</a> for more
</p>
</section>
<section>
<h2 id="selected-posts" class="hr">Selected Posts</h2>
<ul class="related-posts">
<li>
<a href="/2016/12/01/collaborativeprogramming/" class="h4 flip-title">
<span>Collaborative Programming</span>
</a>
<time class="heading faded fine" datetime="2016-12-01T00:00:00+02:00">01 Dec 2016</time>
</li>
<li>
<a href="/2014/10/17/problems/" class="h4 flip-title">
<span>Getting tired of dealing with problems?</span>
</a>
<time class="heading faded fine" datetime="2014-10-17T00:00:00+02:00">17 Oct 2014</time>
</li>
</ul>
<p class="read-more">
See <a class="heading flip-title" href="/posts/">Posts</a> for more
</p>
</section>
</article>
<footer role="contentinfo">
<hr/>
<p><small class="copyright">© 2017. All rights reserved.</small></p>
<hr class="sr-only"/>
</footer>
</main>
<hy-drawer>
<header id="_sidebar" class="sidebar" role="banner">
<div class="sidebar-bg sidebar-overlay" style="background-color:#4fb1ba;background-image:url(/assets/img/sidebar-bg.jpg
)"></div>
<div class="sidebar-sticky">
<div class="sidebar-about">
<h2 class="h1"><a href="/">Kevin Trethewey</a></h2>
<p class="fine">
I’m always interested in consulting and speaking opportunities internationally. Please connect with me for this, or anything else you’d like to discuss.
</p>
</div>
<nav class="sidebar-nav heading" role="navigation">
<span class="sr-only">Navigation:</span>
<ul>
<li>
<a
id="_navigation"
href="/blog/"
class="sidebar-nav-item"
>
Blog
</a>
</li>
<li>
<a
href="/nuggets/"
class="sidebar-nav-item"
>
Nuggets
</a>
</li>
<li>
<a
href="/projects/"
class="sidebar-nav-item"
>
Projects
</a>
</li>
<li>
<a
href="/resume/"
class="sidebar-nav-item"
>
Resume
</a>
</li>
<li>
<a
href="/about/"
class="sidebar-nav-item"
>
About
</a>
</li>
</ul>
</nav>
<div class="sidebar-social">
<span class="sr-only">Social:</span>
<ul>
<li>
<a href="https://twitter.com/kevintrethewey" title="Twitter" class="no-mark-external">
<span class="icon-twitter"></span>
<span class="sr-only">Twitter</span>
</a>
</li>
<li>
<a href="mailto:<kevint@gmail.com>" title="Email" class="no-mark-external">
<span class="icon-mail"></span>
<span class="sr-only">Email</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kevint" title="LinkedIn" class="no-mark-external">
<span class="icon-linkedin2"></span>
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li>
<a href="https://instagram.com/kevin_trethewey" title="Instagram" class="no-mark-external">
<span class="icon-instagram"></span>
<span class="sr-only">Instagram</span>
</a>
</li>
<li>
<a href="https://github.com/kevint" title="GitHub" class="no-mark-external">
<span class="icon-github"></span>
<span class="sr-only">GitHub</span>
</a>
</li>
<li>
<a href="https://kevintrethewey.com/feed.xml" title="RSS" class="no-mark-external">
<span class="icon-rss2"></span>
<span class="sr-only">RSS</span>
</a>
</li>
</ul>
</div>
</div>
</header>
</hy-drawer>
</hy-push-state>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-146968-7', 'auto');
ga('send', 'pageview');
loadJSDeferred('https://www.google-analytics.com/analytics.js');
</script>
<!--[if gt IE 9]><!---->
<script>loadJSDeferred('/assets/js/hydejack.js?v=7.1.1');</script>
<!--<![endif]-->
<hr class="sr-only"/>
<h2 class="sr-only">Templates (for web app):</h2>
<template id="_animation-template">
<div class="animation-main fixed-top">
<div class="content">
<div class="page"></div>
</div>
</div>
</template>
<template id="_loading-template">
<div class="loading">
<span class="sr-only">Loading…</span>
<span class="icon-cog"></span>
</div>
</template>
<template id="_error-template">
<div class="page">
<h1 class="page-title">Error</h1>
<p class="lead">
Sorry, an error occurred while loading <a class="this-link" href=""></a>.
</p>
</div>
</template>
<template id="_back-template">
<a id="_back" class="back nav-btn no-hover">
<span class="sr-only">Back</span>
<span class="icon-arrow-left2"></span>
</a>
</template>
</body>
</html>