-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
643 lines (633 loc) · 31.9 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
<html>
<head>
<title>Conrad Jackson - Experiments & Undesign</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<style>
@import url('https://fonts.googleapis.com/css?family=Cousine:700|Space+Mono|VT323');
</style>
<link rel="stylesheet" type="text/css" href="styles/typefaces.css" />
<link rel="stylesheet" type="text/css" href="styles/verticlerhythm.css" />
<link rel="stylesheet" type="text/css" href="styles/backgrounds.css" />
<link rel="stylesheet" type="text/css" href="styles/backgroundimages.css" />
<link rel="stylesheet" type="text/css" href="styles/links.css" />
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
<link rel="stylesheet" type="text/css" href="styles/nav.css" />
<link rel="stylesheet" type="text/css" href="styles/listicle.css" />
<link rel="stylesheet" type="text/css" href="styles/circle.css" />
<link rel="stylesheet" type="text/css" href="styles/roller.css" />
<link rel="stylesheet" type="text/css" href="styles/intro.css" />
<script src="https://use.fontawesome.com/f3995b1f69.js"></script>
</head>
<body>
<header>
<div class="mobilebar" id='menu-bar'>
<div id='menu-button' class='burger'>
<label class='btn' for='btnBurger'>
<i class="fa fa-bars fa-border" aria-hidden="true"></i>
</label>
</div>
<div class="pagetitle terminal">Conrad Jackson</div>
</div>
</header>
<div class="roller-blind">
<section class='home roller-home'>
<div class='content'>
<div class='aligner'>
<div class="aligner-item main clearfix">
<h1 class="title roller-title">CONRAD</h1>
</div>
<div class="aligner-item main clearfix">
<h1 class="title roller-title">JACKSON</h1>
</div>
</div>
</div>
</section>
<div class="background-separator">
<div class="circle roller-circle"></div>
</div>
</div>
<nav class="aligner-item aligner-item--top mono roller-nav">
<ul class='nav-menu'>
<li class='homelink'>
<a class='mainlink primary' href='#top'>
<span>CJ</span>
<span>self</span>
</a>
</li>
<li class='long'>
<a class='mainlink' href='#contact'>
<span>Connecting</span>
<span>contact</span>
</a>
</li>
<li>
<a class='mainlink' href='#doing'>
<span>Doing</span>
<span>hobby code</span>
</a>
</li>
<li>
<a class='mainlink' href='#being'>
<span>Being</span>
<span>bio</span>
</a>
</li>
<li>
<a class='mainlink' href='#thinking'>
<span>Thinking</span>
<span>daftness</span>
</a>
</li>
<li>
<a class='mainlink' href='#liking'>
<span>Using</span>
<span>favourites</span>
</a>
</li>
<li>
<a class='mainlink' href='#using'>
<span>Trying</span>
<span>experiments</span>
</a>
</li>
<li>
<a class='mainlink' href='https://conradj.co.uk/weeklyreads'>
<span>Reading</span>
<span>
<i class="fa fa-external-link-square" aria-hidden="true"></i>
</span>
</a>
</li>
</ul>
</nav>
<div class="container">
<section id='contact' class='bg8 intro-fadein'>
<div class='content'>
<ul>
<li>
<a class='mainlink' href='mailto:[email protected]' target='_blank'>
<span>Email</span>
<span>20th century communication</span>
</a>
</li>
<li>
<a class='mainlink' href='https://www.twitter.com/conradj' target='_blank'>
<span>Twitter</span>
<span>random witterings</span>
</a>
</li>
<li>
<a class='mainlink' href='https://www.linkedin.com/in/conradsjackson' target='_blank'>
<span>LinkedIn</span>
<span>professional front</span>
</a>
</li>
<li>
<a class='mainlink' href='https://github.com/conradj' target='_blank'>
<span>Github</span>
<span>code dossing</span>
</a>
</li>
<li>
<a class='mainlink' href='https://www.facebook.com/conradsjackson' target='_blank' title='ick'>
<span>Facebook</span>
<span>virtual persona</span>
</a>
</li>
<li>
<a class='mainlink' href='https://plus.google.com/u/0/+ConradJackson1' target='_blank' title='whyyyyyy?'>
<span>Google+</span>
<span>temporal deadzone</span>
</a>
</li>
</ul>
</div>
</section>
<section id='doing' class='Projects bg3'>
<div class='content'>
<h1>Side Projects</h1>
<ol class='listicle'>
<li for='btn365Savings'>
<div class='listItem'>
<input type='checkbox' id='btn365Savings' checked='checked' />
<label class='btn' for='btn365Savings'>365Savings
<a class='sublink external' target='_blank' href='https://365saving.co'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Savings Challenge App</blockquote>
<small>React | Progressive Web App | Web Workers | Netlify </small>
<br />
<a class='sublink github' href='https://github.com/conradj/365savingpwa' target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li for='btnWeeklyReads'>
<div class='listItem'>
<input type='checkbox' id='btnWeeklyReads' checked='checked' />
<label class='btn' for='btnWeeklyReads'>Weekly Reads
<a class='sublink external' target='_blank' href='https://conradj.co.uk/weeklyreads'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Articles I've read in Pocket</blockquote>
<small>Gatsby.js | GraphQL | React | Pocket api | Wercker | Azure </small>
<br />
<a class='sublink github' href='https://github.com/conradj/pocket-public-archive'
target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li for='btnTotterup'>
<div class='listItem'>
<input type='checkbox' id='btnTotterup' checked='checked' />
<label class='btn' for='btnTotterup'>TotterUp!
<a class='sublink external' target='_blank' href='https://totterup.com'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Social Leagues for sociable gaming</blockquote>
<small>Meteor.js | Node.js | React | MongoDB | Cordova | CircleCI | Azure</small>
<br />
<a class='sublink github' href='https://github.com/conradj/totterup' target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a class='sublink github' href='https://play.google.com/store/apps/details?id=com.totterup.lifelongleague.app&hl=en'
target='_blank'>
<i class="fa fa-android" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li for='btnSecretSanta'>
<div class='listItem'>
<input type='checkbox' id='btnSecretSanta' checked='checked' />
<label class='btn' for='btnSecretSanta'>Secret Santa Nemesis
<a class='sublink external' target='_blank' href='https://secret-santa.now.sh'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Secret Santa app for distributed families</blockquote>
<small>Server Rendered React | Express | SendGrid | Next.js | Now.sh </small>
<br />
<a class='sublink github' href='https://secret-santa.now.sh/_src' target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li for='btnPropMan'>
<div class='listItem'>
<input type='checkbox' id='btnPropMan' checked='checked' />
<label class='btn' for='btnPropMan'>Property Manager
<a class='sublink external' target='_blank' href='https://propertymanagertrellostripestormpath.azurewebsites.net'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Manage your Rightmove searches in Trello</blockquote>
<small>Stormpath for Auth | Stripe for billing | Trello api | Node (Express, Jade,
Swagger)
| Azure/VSO </small>
</div>
</label>
</div>
</li>
<li>
<div class='listItem'>
<input type='checkbox' id='btnSonos' checked='checked' />
<label class='btn' for='btnSonos'>Sonoserous
<div>
<blockquote>Scrobble Sonos plays to the Web</blockquote>
<small>Raspberry Pi | Python | Sonos |</small>
<a class='sublink github' href='https://github.com/conradj/sonoserous' target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li>
<div class='listItem'>
<input type='checkbox' id='btnTotterup' checked='checked' />
<label class='btn' for='btnTotterup'>IoT Dashboard
<a class='sublink external' target='_blank' href='https://github.com/conradj/iotserver'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>IoT Dashboard, Music Analyser</blockquote>
<small>Node | Loopback | PostgreSQL | Echonest api | Aurelia | ES2015 | JSPM | Gulp
|
Websockets | Azure |</small>
<a class='sublink github' href='https://github.com/conradj/iotserver' target='_blank'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li>
<div class='listItem'>
<input type='checkbox' id='btnMatilda' checked='checked' />
<label class='btn' for='btnMatilda'>Matildann
<a class='sublink external' target='_blank' href='https://matildann.azurewebsites.net'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Corporate Brochureware for a tiny human</blockquote>
<small>Azure | Pictures and Prose |</small>
<a class='sublink github' href='https://github.com/conradj/matildaann'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li>
<div class='listItem'>
<input type='checkbox' id='btn1mmonkeys' checked='checked' />
<label class='btn' for='btn1mmonkeys'>Conradj.co.uk
<a class='sublink external' href='#btn1mmonkeys'>
<small style='text-transform:lowercase;'>(You're looking at it)</small>
</a>
<div>
<blockquote>Experiments & undesign</blockquote>
<small>Azure | Lets Encrypt | CSS3 | NoJS |</small>
<a class='sublink github' href='https://github.com/conradj/1mmonkeys'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
<li>
<div class='listItem'>
<input type='checkbox' id='btnPocket' checked='checked' />
<label class='btn' for='btnPocket'>Pocket Weekly Reads
<small style='text-transform:lowercase;'>(attempt 1)</small>
<a class='sublink external' target='_blank' href='https://curator-cj.azurewebsites.net'>
<i class="fa fa-external-link" aria-hidden="true"></i>
</a>
<div>
<blockquote>Weekly digest of articles I've read on
<a class='sublink' href='https://getpocket.com' target='blank'>Pocket</a>
</blockquote>
<small>Node Express | Mongo | Pug | Pocket api |</small>
<a class='sublink github' href='https://github.com/conradj/reading'>
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</label>
</div>
</li>
</ol>
</div>
</section>
<section id='being' class='life bg1'>
<div class='content'>
<h1>The story so far</h1>
<ol class='listicle'>
<li>Travel a bit</li>
<li>get a job</li>
<li>Live in a house</li>
<li>with someone amazing</li>
<li>and a cute little kid</li>
<li>Ride bikes together</li>
</ol>
</div>
</section>
<section id='thinking' class='Ideas bigmoon'>
<div class='content'>
<h1>Ideas
<small>(as yet unstarted)</small>
</h1>
<ol class='listicle'>
<li>Smartthings app to tell you if your train is late</li>
<li>Reverse Kickstarter (people pledge money against your idea until someone says they will take
the
money and do it)</li>
<li>Some sort of thing to save the news</li>
<li>Some sort of thing that saves democracy</li>
<li>Some sort of thing that improves social mobility (OutsideIn.com)</li>
<li>Real time Ambient music stream generated from your activities from web usage, wearables and IoT
sensors</li>
<li>Taxi share</li>
<li>Bad driving app</li>
<li>Personal proximity warner</li>
<li>Music Festival chooser</li>
<li>AR Running App (chase the sandwich)</li>
<li>Road bumps that play a tune if you go over them slowly enough</li>
<li>Tin foil clothing brand to protect you from Wifi/Kinect</li>
<li>Toothbrush that changes from grey to a nice bright colour when wet and then back as it dries
out.
Try and keep the colour by brushing your teeth regularly. Also reminds you if you brushed your
teeth
this morning or not.</li>
<li>An image serving site where you could specify the subject matter, type and size of image:
<pre><img url=”http://pictopics.com/happycat/icon/16/16” /></pre>
</li>
<li>IoT automation routines generated via machine learning</li>
<li>AI/ML Drone decorators - roofs and high ceilings a speciality! Special Introductory Offer!</li>
<li>Uber for "open" data (data that should/used to be open). Two sided marketplace, use
blockchain/ethereum
for contracts?</li>
</ol>
</div>
</section>
<section id='liking' class='Likes bg5'>
<div class='content'>
<h1>things I like</h1>
<ul>
<li>
<a class='mainlink' href='https://trello.com/' target='_blank'>
<span>Trello</span>
<span>I use Trello to organise everything.</span>
</a>
</li>
<li>
<a class='mainlink' href='https://workflowy.com/' target='_blank'>
<span>Workflowy</span>
<span>Great for outlining stuff. Lists of lists. Lists of lists of lists.</span>
</a>
</li>
<li>
<a class='mainlink' href='https://getpocket.com/' target='_blank'>
<span>Pocket</span>
<span>Most used app on my phone. Makes me know more things.</span>
</a>
</li>
<li>
<a class='mainlink' href='https://sonos.com/' target='_blank'>
<span>Sonos</span>
<span>Lets me listen to more music.</span>
</a>
</li>
<li>
<a class='mainlink' href='https://cotic.co.uk/' target='_blank'>
<span>Cotic</span>
<span>Properly lovely bikes designed for british riding.</span>
</a>
</li>
<li>
<a class='mainlink' href='https://stratechery.com/' target='_blank'>
<span>Stratechery</span>
<span>Deep dive tech analysis.</span>
</a>
</li>
<li>Animated gif backgrounds</li>
<li>Brushing your teeth twice a day</li>
</ul>
</div>
</section>
<section id='using' class='bg7'>
<div class='content'>
<h1>currently trying out:</h1>
<ul>
<li>Firefox (fine for browsing, ok for dev)</li>
<li>Zapier</li>
<li>Monzo</li>
<li>Amazon Echo Dot (and coding)</li>
</ul>
<h2>Smart/Wifi enabled:</h2>
<ul>
<li>Light bulbs</li>
<li>Power sockets</li>
<li>Motion sensors</li>
<li>Switches</li>
<li>Scales</li>
<li>Speakers</li>
<li>Watch</li>
<li>Thermostat</li>
<li>Buttons</li>
<li>
<a class='sublink' href='https://www.youtube.com/watch?v=VJJXVux5P3Q' target='_blank'>Thingumies</a>
</li>
</ul>
</div>
</section>
<section id='helping' class='bg8'>
<div class='content'>
<h1>Attribution</h1>
<ul>
<li>
<a class='mainlink' href='http://technoir.nl/' target='_blank'>
<span>Movie backgrounds</span>
<span>Tech Noir</span>
</a>
</li>
<li>
<a class='mainlink' href='https://livingstills.tumblr.com/' target='_blank'>
<span>Nature backgrounds</span>
<span>Living stills</span>
</a>
</li>
<li>
<a class='mainlink' href='https://www.heropatterns.com/' target='_blank'>
<span>SVG background</span>
<span>Hero Patterns</span>
</a>
</li>
<li>
<a class='mainlink' href='https://tympanus.net' target='_blank'>Tricksy CSS
<span></span>
<span>Codrops</span>
</a>
</li>
<!--view-source:https://tympanus.net/Development/PseudoElementsAnimationsTransitions/index2.html-->
</ul>
</div>
</section>
<!--<section class='facebook bg7'>
<div class='content'>
<h1>THE HORRIFIC FACEBOOK CONSPIRACY ///TODO format this</h1>
<div>https://www.washingtonpost.com/news/the-intersect/wp/2016/08/19/98-personal-data-points-that-facebook-uses-to-target-ads-to-you/
What else do they (probably) know about that they don't tell us?
Recent Bereavements
Who it was
Number of affairs
Online only
Misogyny level
Isms
Unhappily...
Married
Employed
Parenting
Personal hygiene
Environmental hygiene (how clean their house is)
CO2 footprint
Criminal record
Number of real friends
Average time in browser
Spent on facebook
Other social media
E-commerce
By category
Adult sites
By keyword
Number of times they've found something on Amazon and compared the price on other retailers
Amount more expensive it has to be on Amazon Prime for them to purchase with different retailer
Likely usernames and passwords
Number of sentences typed per submitted sentences
Preferred social media personality (perky, aloof, pro, bro, earth mother, drunk mother)
Ratio of seen charity sponsorship posts to donations
Average donation to charity
Salary
Amount spent on alcohol
Risk score based on the sum of minutes of (higher score = lower risk):
Time before deadline taxes were submitted,
Time before deadline vehicle tax purchased
Average time before flight that they do online check-in
Average time before holiday they purchased holiday insurance
Likely amount of time spent browsing in incognito mode
Amount of time computer+phone is inactive and unlocked
Full contents of clipboard history</div>
</div>
</section>-->
<!--<section>
<<iframe width="500" height="500" src="https://www.youtube.com/embed/sZ5nEuG-CRc?autoplay=1&start=0" frameborder="0" allowfullscreen></iframe>
<iframe width="500" height="500" src="https://www.youtube.com/embed/sZ5nEuG-CRc?autoplay=1&start=1" frameborder="0" allowfullscreen></iframe>-->
<!--<canvas id="music-for-airports" width="1000" height="1000" style="width: 800px; height: 800px;"></canvas>
<script src="https://cdn.rawgit.com/mohayonao/web-audio-api-shim/master/build/web-audio-api-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<script src="musicforairports.js"></script>-->
<!--</section>-->
<section class='bg4'>
<div class='content'>
<h1>MY NAME IS CONRAD
<br />
<span class='mono'>undefined is null or not an object</span>
</h1>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</section>
<section class=''>
<h1>NOTES</h1>
<p>Nobody will be reading this far down.</p>
<p>I wonder how far can I get with
<s>no js</s>, no build steps, no css preprocessor?</p>
<h4>/// TODO:</h4>
<ul>
<li>
<s>Fix mobile for home screen</s>
</li>
<li>Stop using external files and cdn it all to sort out the mixed content TLS issue without caning my
hosting
bandwidth
</li>
<li>
<s>Nicer section titles</s>
</li>
<li>
<s>Finish Side projects (the section on it, I'm never going to finish the actual side projects)</s>
</li>
<li>Do a Work section</li>
<li>
<s>Fix link formatting</s>
</li>
<li>Section navigation with smooth scroll (in css only?)</li>
<li>Format Ideas section and add more info</li>
<li>Fix colours</li>
<li><s>Better picture of me, maybe randomize on click</s></li>
<li>Less Google like lens</li>
<li>
<s>Find that article about vertical spacing and do that.</s>
<small>(It was
<a href="https://zellwk.com/blog/why-vertical-rhythms/" target="_blank">this</a> one, but I
also
used
<a href="https://designmodo.com/vertical-rhythm/" target="_blank">this</a> one)</small>
</li>
<li>Replace G+ with something better</li>
<li>One day maybe tidy it all up, especially the css organisation. One day.</li>
<li>Break out sections into separate files and build.</li>
<li>
<s>More things I like and links</s>
</li>
<li>Have a more interesting first section</li>
<li><s>Consider getting rid of the sticky navbar</s></li>
<li>Add a section on automations</li>
</ul>
</section>
</div>
<!--<marquee>If the music makes you feel uneasy it might be because the track is syncronised 1 second apart. I am inordinately proud of discovering this effect. It might also be because the track is called "Remurdered". Lastly, if you need a little web developer laugh then google "Marqee Tag"...</marquee>
-->
<script>
if (document.location.hostname == "www.conradj.co.uk") {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-101404147-1', 'auto');
ga('send', 'pageview');
}
document.addEventListener('DOMContentLoaded', function () {
function menuSlide(e) {
document.querySelector('nav').classList.toggle("nav-menu-on");
}
document.querySelector('header').addEventListener('click', menuSlide, true);
});
</script>
</body>
</html>