-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (477 loc) · 17.2 KB
/
Copy pathindex.html
File metadata and controls
547 lines (477 loc) · 17.2 KB
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
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>ASP</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik:3003|Space+Mono" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="…">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type='text/javascript' src='jquery.tinytimer.min.js'></script>
<style>
* { font-family: 'Rubik', Helvetica, sans-serif;}
a { text-decoration: none; transition: 0.15s ease-in-out; }
a :hover {
color: red;
}
h4 {
font-family: 'Space Mono', sans-serif;
}
</style>
</head>
<body class="bg-white">
<main>
<div class="pa3 bg-washed-red">
<div class="dib w-100">
<div class="dib w-100 mw9">
<div class="dib w-auto">
<div class="db mb2 tl">
<div class="dib fl fn-ns w6">
<h4 id="timer--living" class="f3 fw3 ma0 w-auto dark-blue mr4-ns">
</h4>
</div>
<div class="dib-ns dn ml3">
<h3 class="f3 fw3 ma0 dark-blue">
Living
</h3>
</div>
</div>
<div class="db mb2">
<div class="dib fl fn-ns w6">
<h4 class="f3 fw3 ma0 w-auto dark-blue mr4-ns strike">
03410 : 00 : 00
</h4>
</div>
<div class="dib-ns dn ml3">
<h3 class="f3 fw3 ma0 dark-blue strike">
and working in New York
</h3>
</div>
</div>
<div class="db mb2">
<div class="dib fl fn-ns w6">
<h4 id="timer--living-in-sp" class="f3 fw3 ma0 w-auto dark-blue mr4-ns">
</h4>
</div>
<div class="dib-ns dn ml3">
<h3 class="f3 fw3 ma0 dark-blue">
and working in São Paulo
</h3>
</div>
</div>
<div class="db mb2">
<div class="dib fl fn-ns w6">
<h4 id="timer--working-on-domino" class="f3 fw3 ma0 w-auto dark-blue mr4-ns">
</h4>
</div>
<div class="dib-ns dn ml3">
<h3 class="f3 fw3 ma0 dark-blue">
on Domino
</h3>
</div>
</div>
</div>
<div class="dn-ns dib mv4">
<h3 class="f3 fw3 ma0 dark-blue">
Living
</h3>
<h3 class="f3 fw3 ma0 dark-blue">
and working in New York
</h3>
<h3 class="f3 fw3 ma0 dark-blue">
on Domino
</h3>
</div>
<div class="dib tc fr">
<div class="dib mw7 v-top tc">
<img class="dib tc w-100 mw5" src="images/AlexanderSingh[SelfPortraitAsDisfiguredSquare].jpg">
</div>
<h3 class="f6 fw3 mv2 lh-copy gray">
Self portrait for <a href="http://www.monsterchildren.com/">Monster Children mag</a>, 2011. </span>
</h3>
</div>
</div>
</div>
<div class="popover fr absolute"></div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
T : L : D : R
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
Building products & solving problems. Currently accepting new friendships.<br> <span class="f4">
<a class="hot-pink fw7 dim" href="mailto:[email protected]">Email</a>
<a class="ml3 hot-pink fw7 dim" href="http://www.are.na/alex-singh">Are.na</a>
<a class="ml3 hot-pink fw7 dim" href="http://www.twitter.com/@automaticyes">Twitter</a>
</h3>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
00 : 00 : 00
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
Currently, exploring a <a target="_blank" class="hot-pink ph1" href="https://www.google.com.br/maps/place/S%C3%A3o+Paulo,+State+of+S%C3%A3o+Paulo/@-23.6815315,-46.8754885,10z/data=!3m1!4b1!4m5!3m4!1s0x94ce448183a461d1:0x9ba94b08ff335bae!8m2!3d-23.5505199!4d-46.6333094?hl=en">new city</a> & new opportunities. <a class="hot-pink" href="mailto:[email protected]">Message me.</a>
</h3>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
0115 : 24 : 36
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
Recently, wearing hats & working with a startup to get their product to market.
<span class="dib w-100 f4 lh-copy">My role is all-encompasing and includes: product strategy, design + front-end development, business model design, sales & marketing strategy & helping build & manage the product team.</span>
</h3>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 id="timer--project-dmno" class="f3 fw3 ma0 w-auto silver mr4-ns">
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
I co-founded <a class="relative pointer dim hot-pink bw1 ph2-ns br2" href="http://www.wearedomino.com">Domino</a> to help freelancers find work through their friends. <span class="dib f4 lh-copy">(Finding consistent well paying work is a freelancer's #1 challenge)</span>
</h3>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 id="timer--project-ft" class="f3 fw3 ma0 w-auto silver mr4-ns">
3 : 2 : 2
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
One of Domino's side projects is <a class="pointer dim hot-pink ph2-ns br2" href="http://www.wearedomino.com/fasttrack">Fast Track</a>, an attempt to create the fastest, simplest, most focused time/activity tracker possible.<span class="dib f4 lh-copy">There's something really enjoyable about creating a product that just does one single thing really well.</span>
</h3>
</a>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
00 : 00 : 00
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
Roadtrip is an interview magazine by Domino. The participants themselves choose the questions and decide who answers them. <span class="dib f4">It's a small luxury to create a project built for chaos and designed to spiral out of control in a world that overvalues precision and control.
</h3>
</div>
</div>
<div class="f2 dib mb2 ml3 mt5 ">
<div class="dib w6 w-100">
<h4 id="timer--project-adr" class="f3 fw3 ma0 w-auto silver mr4-ns">
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
Want to fall down the rabbit hole? <a class="pointer dim hot-pink ph2-ns br2" href="https://www.are.na/alex-singh/assorted-design-references-vol-i">ADR</a> is my design research channel.
<span class="dib f4">The goal is to foster combinatorial creativity by collecting a large range of different material.</span>
</h3>
</a>
</div>
</div>
<div class="f2 dib mb2 ml3 mt5 ">
<div class="dib w6 w-100">
<h4 id="timer--project-writing" class="f3 fw3 ma0 w-auto silver mr4-ns">
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
One of my goals for 2017 was to develop a consistent <a class="pointer dim hot-pink ph2-ns br2" href="http://alexsingh.svbtle.com">writing habit</a>. If you're interested in casual observations on product design, philosophy, epistemology and meaning then you may like it.
<span class="dib w-100 f4">If you do check it out, send some criticism my way. I want to keep improving.</span>
</h3>
</a>
</div>
</div>
<div class="f2 dib mb2 ml3 mt5 relative">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
024 : 12 : 01
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy z-5">
Latitude Zero was a single issue travel magazine that emphasized the journey over the destination. Originally pitched to Airbnb, we made it our own & distributed it directly to travelers at various points of departure throughout New York City.
</h3>
</div>
</div>
<div class="f2 dib mb2 ml3 mt5 mb5-ns">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
054 : 18 : 33
</h4>
</div>
<div class="dib w-50-l w-50-m w-100 mw7-ns">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
<a class="pointer dim hot-pink br2" href="http://www.mottodistribution.com/mottoberlin/trippple-nippples-2010-2012.html">Trippple Nippples</a> is a photo book made up of 5 loose saddle-stitched signatures. It features images shot while on tour with the Japanese art-rock band between 2010 and 2012.
<span class="f4 dib w-100 lh-copy">It's nearly sold out, though I still have some personal copies left. HMU if you want one.</span>
<span class="f5 dib w-100 mt3 silver lh-copy">
11.5x8.5" ⋅ 80 pages ⋅ Photographs & text ⋅ Coated and uncoated stock ⋅ Saddle stitched signatures ⋅ Matte cover ⋅ Contained within a plastic sleeve ⋅ Designed with Sinisa Mackovic.</span>
</h3>
</a>
</div>
<div class="dib mw6-ns mw5-m w-50 fr-ns fl">
<img class="inline dib mw5 mw5-ns fr-ns" src="images/tripnipbook.jpg">
<img class="inline dib mw5 mw4-ns fl-ns" src="images/tripnip02.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/tripnip03.jpg">
<img class="inline dib mw5 mw3-ns fr-ns" src="images/tripnip04.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/tripnipbook02.jpg">
<img class="inline dib mw5 mw3-ns fl-ns" src="images/tripnip07.jpg">
<img class="inline dib mw5 mw3-ns fr-ns" src="images/tripnip05.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/tripnip08.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/alexsinghtripnip010.jpg">
</div>
</div>
<div class="f2 dib mb2 ml3 mv5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
254 : 4 : 2
</h4>
</div>
<div class="dib w-50-l w-50-m w-100 mw7-ns">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
VOID was a black and white newsprint magazine featuring photos shot during & around New York Fashion Week, distributed to guests at the Ace Hotel. It was an antidote to the booooooooring photos you see plastered everywhere else and an excuse to do something different.
<span class="f4 dib w-100 lh-copy">Design: James Kape & Briton Smith. Art Direction: Joshua Gurrie & Rob Meyers</span>
</h3>
</div>
<div class="dib mw6-ns mw5-m w-50 fr-ns fl">
<img class="inline dib mw5 mw5-ns fr-ns" src="images/void.jpg">
<img class="inline dib mw5 mw4-ns fl-ns" src="images/void02.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/void03.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/void04.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/void05.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/void06.jpg">
</div>
</div>
<div class="f2 dib mb2 ml3 mv5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
1460 : 00 : 00
</h4>
</div>
<div class="dib w-50-l w-50-m w-100 mw7-ns">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
"Fashion Week" was an intermittent 4 year project to build a surreal narrative disassociated from the event itself, and the inspiration for creating VOID.
</h3>
</div>
<div class="dib mw6-ns mw5-m w-50 fr-ns fl">
<img class="inline dib mw5 mw5-ns fr-ns" src="images/alexsinghfw06.jpg">
<img class="inline dib mw5 mw3-ns fr-ns" src="images/alexsinghfw01.jpg">
<img class="inline dib mw5 mw4-ns fr-ns" src="images/alexsinghfw09.jpg">
<img class="inline dib mw5 mw5-ns fr-ns" src="images/alexsinghfw05.jpg">
<img class="inline dib mw5 mw4-ns fl-ns" src="images/alexsinghfw011.jpg">
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
094 : 4 : 48
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
In the summer of 2012 I ran an open air bazaar on Greenpoint Ave. <a class="pointer dim hot-pink ph2-ns br2" href="http://outoutoutlet.tumblr.com">Outlet</a> bartered my unwanted possessions in exchange for video footage of the oblivious new owners picking up these items.
</h3>
</a>
</div>
</div>
<div class="f2 db mb2 ml3 mt5">
<div class="dib w6 w-100">
<h4 class="f3 fw3 ma0 w-auto silver mr4-ns">
1095 : 20 : 17
</h4>
</div>
<div class="dib">
<h3 class="f2 fw3 ma0 dark-blue lh-copy">
"On Tour" is a chronicle of the numerous music festivals I toured with around Australia at the beginning of my photography career.
</h3>
</div>
</div>
<div class="dib w-100 mv5">
<div class="dib w-auto pa2 mb5">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
1 : 0 : 3
</h4>
</div>
<div class="dib mw7 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Portrait Study
</h3>
<img class="mw5 inline" src="images/alexsinghportraitstudy.jpg">
</div>
</div>
<div class="dib w-auto pa2 mb5">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
1 : 0 : 2
</h4>
</div>
<div class="dib mw7 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Japan
</h3>
<img class="mw5 inline" src="images/alexsinghmisc01.jpg">
</div>
</div>
<div class="dib w-auto pa2 mb5">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
1 : 0 : 1
</h4>
</div>
<div class="dib mw7 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Portrait Study After Schiele
</h3>
<img class="inline mw5" src="images/alexsinghmisc02.jpg">
</div>
</div>
<div class="dib w-auto pa2 mb5">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
0 : 0 : 0
</h4>
</div>
<div class="dib mw7 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Errata
</h3>
<h3 class="f4 fw6 mv2 lh-copy black">
Colophon
</h3>
<h3 class="f4 fw3 mv2 lh-copy black">
Made by moi,<br>
using <a href="http://www.tachyons.io">Tachyons</a> (highly recommended)<br>
Hosted by <a href="http://ww.github.com">GitHub Pages</a><br>
Typeset in <a href="https://fonts.google.com/specimen/Space+Mono">Space Mono<br>
& <a href="http://fonts.google.com/specimen/Rubik">Rubik</a><br>
<a href="https://github.com/frnsys/super-studies">mouseOver image code</a><br>by <a href="https://github.com/frnsys">Francis Tseng</a>.
</h3>
</div>
</div>
<div class="dib w-auto pa2 mb5">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
0 : 0 : 0
</h4>
</div>
<div class="dib mw6 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Errata
</h3>
<h3 class="f4 fw6 mv2 lh-copy black">
Published in
</h3>
<h3 class="f4 fw3 mv2 lh-copy black">
Design Genius (lol)<br>
Vice Photo Annual 2011<br>
Monster Children Photo Annual 2011<br>
Dazed & Confused<br>
Self-Titled<br>
Dossier<br>
Spook<br>
Intersection<br>
NY Mag<br>
Sydney Morning Herald<br>
Japan Times<br>
<span class="fw6">& a bunch of others I've forgotten</span>
</h3>
</div>
</div>
<div class="dib w-100 mw5 pa2 mb5 mh3-ns">
<div class="dib w-100 v-top mb3">
<h4 class="f3 fw3 ma0 dark-blue mr4-ns">
0 : 0 : 0
</h4>
</div>
<div class="dib mw7 v-top">
<h3 class="f5 fw3 mv2 lh-copy gray">
Errata
</h3>
<h3 class="f4 fw6 mv2 lh-copy black">
Exhibitions
</h3>
<h3 class="f4 fw3 mv2 lh-copy black">
Outlet Gallery NY<br>
Monster Children Gallery Sydney<br>
Alaska Projects Sydney<br>
Poppositions Brussels<br>
Some gallery somewhere in France<br>
</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<script>
var mouse = {x:0,y:0},
offset = {x:10, y:10};
$('.inline').on('mouseenter', function() {
var src = $(this).attr('src');
$('.popover').html('<img src="'+src+'">').show();
offset.x = -$('.popover').width()/2;
clearTimeout(this.timer);
}).on('mouseleave', function() {
this.timer = setTimeout(function() {
$('.popover').hide();
}, 0);
});
document.addEventListener('mousemove', function(e){
mouse.x = e.pageX;
mouse.y = e.pageY;
$('.popover').css({
left: (mouse.x + offset.x) + 'px',
top: (mouse.y + offset.y) + 'px'
});
});
</script>
<script>
$(document).ready(function () {
var d = new Date('November 2, 2083');
d.setMinutes(d.getMinutes() + 30);
$('#timer--living').tinyTimer({ to: d, format: '%d : %0m : %0s' });
var d = new Date('August 8, 2008');
d.setMinutes(d.getMinutes() + 30);
$('#timer--living-in-nyc').tinyTimer({ from: d, format: '0%d : %0m : %0s', });
var d = new Date('December 10, 2017');
d.setMinutes(d.getMinutes() + 30);
$('#timer--living-in-sp').tinyTimer({ from: d, format: '000%d : %0m : %0s' });
var d = new Date('January 1, 2015');
d.setMinutes(d.getMinutes() + 30);
$('#timer--working-on-domino').tinyTimer({ from: d, format: '0%d : %0m : %0s' });
var bso = new Date('August 17, 2017');
bso.setMinutes(bso.getMinutes() + 30);
$('#timer--project-bso').tinyTimer({ from: bso, format: '0%d : %0m : %0s' });
var dmno = new Date('September 10, 2014');
dmno.setMinutes(dmno.getMinutes() + 30);
$('#timer--project-dmno').tinyTimer({ from: dmno, format: '0%d : %0m : %0s' });
var dmnoFT = new Date('February 15, 2016');
dmnoFT.setMinutes(dmnoFT.getMinutes() + 30);
$('#timer--project-ft').tinyTimer({ from: dmnoFT, format: '0%d : %0m : %0s' });
var adr = new Date('February 4, 2017');
adr.setMinutes(adr.getMinutes() + 30);
$('#timer--project-adr').tinyTimer({ from: adr, format: '0%d : %0m : %0s' });
var writing = new Date('November 29, 2016');
writing.setMinutes(writing.getMinutes() + 30);
$('#timer--project-writing').tinyTimer({ from: writing, format: '0%d : %0m : %0s' });
});
</script>
</body>
</html>