-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
714 lines (599 loc) · 40.1 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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Meet André Luís a.k.a. andr3 — Frontend Eng. · Designer · Speaker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="/favicon.ico">
<!-- production -->
<link rel="stylesheet" href="build/css/all.min.css">
<!-- end of production -->
<!-- dev
<link rel="stylesheet" href="/vendor/normalize-css/normalize.css">
<link rel="stylesheet" href="/vendor/animate.css/animate.css">
<link rel="stylesheet" href="/build/css/base.css">
<link rel="stylesheet" href="/build/css/typography.css">
<link rel="stylesheet" href="/build/css/common.css">
<link rel="stylesheet" href="/build/css/icons.css">
<link rel="stylesheet" href="/build/css/forms.css">
<link rel="stylesheet" href="/build/css/content.css">
<link rel="stylesheet" href="/build/css/debug.css">
end of dev -->
<!-- Small -->
<link rel="stylesheet" href="/build/css/s-small.min.css" media="only screen and (max-width: 480px)">
<!-- Medium -->
<link rel="stylesheet" href="/build/css/m-medium.min.css" media="only screen and (min-width: 481px) and (max-width: 900px)">
<!-- Large -->
<link rel="stylesheet" href="/build/css/l-large.min.css" media="only screen and (min-width: 901px)">
<script src="/vendor/modernizr/modernizr.js"></script>
<script type="text/javascript" src="//use.typekit.net/dvi6aob.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script>
var vh = document.documentElement.clientHeight * 0.80; // 80%
document.write('<style>.ratio[data-ratio=one-screen][class] { min-height: ' + vh +'px; }</style>');
</script>
<!-- SEO & Semantics -->
<link rel="canonical" href="http://meet.andr3.net/">
<!-- You're so meta! -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@andr3">
<meta name="twitter:title" content="Meet... @andr3!">
<meta name="twitter:description" content="This is the tale of a nerd growing up on the web. He has an overflowing desire to build digital products that make the lives of a lot of people a bit better. #forhire #frontend #ux">
<meta name="twitter:creator" content="@andr3">
<meta name="twitter:image:src" content="http://s.meet.andr3.net/build/imgs/square-preview.png?v1.0.1">
<meta name="twitter:domain" content="meet.andr3.net">
<!-- Facebook OpenGraph -->
<meta property="og:title" content="Meet André Luís a.k.a andr3">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="http://meet.andr3.net">
<meta property="og:image" content="http://s.meet.andr3.net/build/imgs/rect-preview.png?v1.0.">
<meta property="og:site_name" content="andr3.net">
<meta property="fb:admins" content="andreluis">
<meta property="og:description" content="This is the tale of a nerd growing up on the web. He has an overflowing desire to build digital products that make the lives of a lot of people a bit better.">
<!-- /meta -->
</head>
<body id="meetandr3" class="vcard" data-reading-mode="full">
<!--[if lt IE 9]>
<div class="unsupported">
<div class="pillow">
<h2>Hello there, old <del>timer</del> <ins>browser</ins>.</h2>
<p><strong>If you are seeing this, you're using <em>a very old browser</em>.</strong></p>
<p>You're either stuck with it (which I sympathize with) or you're just testing this to see if I've gone the extra mile to add support to this little bugger. ;-)</p>
<p>The fact is that <em>you'll still be able to browse around and read pretty much everything</em>, but much of the enhancements will be either disabled, broken or out of place. The effort increases significantly and the audience share in this kind of websites tend to be far more modern browsers.</p>
<p><strong>Were this project aimed at general population, it would have been polished to iron out the kinks for legacy browsers.</strong></p>
<p>For now, you'll have to take my word for it. Time is of the essence.</p>
<p>Cheers,</p>
<p class="t-light">André Luís a.k.a. andr3</p>
</div>
</div>
<![endif]-->
<header>
<div class="pillow ratio" data-ratio="one-screen">
<div class="box">
<div id="sticky-header" class="make-this-sticky">
<div data-icon="dr3-logo"></div>
<h1>
<span class="animation-step-1" data-animation="fadeInDown">Meet</span>
<span class="who">
<span class="fn animation-step-2" data-animation="fadeIn">André <span>Luís</span></span>
<span class="nickname animation-step-3" data-animation="fadeInDown"><abbr title="also known as">aka</abbr> andr3</span>
</span>
</h1>
</div>
<div class="header-intro animation-step-4" data-animation="fadeIn">
<h2 class="assist">Introduction</h2>
<h3>The web nerd</h3>
<p>This is the tale of a <strong>nerd</strong> growing up on the <strong>web</strong>. He has an overflowing desire to build digital products that make the lives of a lot of people a bit better.</p>
<h3>In a nutshell</h3>
<ul class="tags">
<li>frontend</li>
<li>user-centered design</li>
<li>accessibility</li>
<li>webdesign</li>
<li>semantics</li>
<li>rwd</li>
<li>futurefriendly</li>
</ul>
<p><button class="button t-discrete t-dark restart-animations">restart animations</button></p>
</div>
</div> <!-- /.box -->
<ul id="site-actions" class="actions make-this-sticky animation-step-5" data-animation="fadeInRight">
<li>
<a class="button" href="#contact">
<span class="button--main">Get in touch</span>
<span class="button--secondary">available for hire</span>
</a>
</li>
<li>
<a class="button" href="#follow">
<span class="button--main">Stay in touch</span>
<span class="button--secondary">all over the web</span>
</a>
</li>
<!-- Disabled for now
<li>
<a class="button" href="mailto:[email protected]">
<span class="button--main t-no-italic"><i class="html-icon"></i></span>
<span class="button--secondary">this web thingie</span>
</a>
</li>
-->
</ul>
</div>
</header>
<main>
<section class="intro">
<div class="reading-modes t-simpler for-js pillow">
<p class="t-light">Adjust <strong>reading time</strong>, if needed.</p>
<ul>
<li><input type="radio" name="chk-modes" id="chk-mode-quick"><label role="button" for="chk-mode-quick" title="At any time, press key 1" class="button mode-quick" data-mode="quick" data-key="1"><i></i><span>~2 min.</span></label></li>
<li><input type="radio" name="chk-modes" id="chk-mode-semifull"><label role="button" for="chk-mode-semifull" title="At any time, press key 2" class="button mode-semifull" data-mode="semifull" data-key="2"><i></i><span>~5 min.</span></label></li>
<li><input type="radio" name="chk-modes" id="chk-mode-full"><label role="button" for="chk-mode-full" title="At any time, press key 3" class="button mode-full" data-mode="full" data-key="3"><i></i><span>~10 min.</span></label></li>
</ul>
</div>
<div data-turn-off=".intro-quote">
<div class="pillow">
<h2>The beginning</h2>
<p>
He has been in love with the web ever since he laid eyes on the wonders of <em>bleeding edge</em> browsing technology that was Internet Explorer 2.0.
<span class="only-full">
<abbr lang="webish" title="Who would have thought">Whodathunkit</abbr> he would be making a living out of what happened inside that chrome 15 years later? <em class="t-stone t-light">Certainly not that 16 years old teen, that's for sure.</em>
</span>
</p>
<p>
<span class="only-full">Around 2003, he stumbled upon Dan's <a href="http://simplebits.com">simplebits.com</a>. By starting to explore his blogroll, he was thrown into the world of webstandards and hasn't let go ever since <span class="t-assist">(see <a href="#mentors">remote mentors</a> section)</span>.</span>
<span class="only-semifull only-full">
He <span class="only-full">then</span> ended up designing and coding his homegrown blogging platform (full-stack) which powers <a href="http://andr3.net/blog/">andr3.net/blog</a> for almost a decade. Also launched the now extinct mobifeeds.net — an RSS reader for <abbr title="eXtensible Hypertext Markup Language">XHTML</abbr> mobile browsers in 2006. Later co-launched <a href="http://igive.sapo.pt" hreflang="pt">iGive</a> and DailyPhotoWall.net (Jan. 2011 - Dec. 2011).
</span>
</p>
<p>But let's fast-forward to today, shall we?</p>
</div>
</div>
<div>
<div class="pillow">
<h2>Today</h2>
<p><strong>André is now a mature front-end engineer with an acute concern for elegant and purposeful design.</strong> Coming up with delightful solutions through a user-centred approach drives him to pursue simplicity, with enough complexity within users' effortless grasp.</p>
<p class="only-semifull only-full">He's also grown quite fond of climbing onto a stage and speaking to his fellow colleagues and sharing best-practices and experiences.</p>
</div>
</div>
<div>
<div class="pillow">
<ul class="list-of list-of-memories">
<li>
<a href="http://www.slideshare.net/andr3/pdf-responsive-webdesign-umahistoriadastrincheiras">
<img src="/build/imgs/slides-esad.low.jpg"
data-fullsrc="/build/imgs/slides-esad.jpg">
<span class="caption">
ESAD Web Talks: RWD from the trenches, in Portuguese
</span>
</a>
</li>
<li>
<a href="http://instagram.com/p/a_VZWFOgNt/">
<img src="/build/imgs/highlight-instagram.jpg">
<span class="caption">
Highlight from Instagram
</span>
</a>
</li>
<li>
<a href="http://10web.pt/programas/programa-1-desenvolvimento-de-front-end-andre-luis/">
<img src="/build/imgs/highlight-10web.low.jpg"
data-fullsrc="/build/imgs/highlight-10web.jpg">
<span class="caption">
André being interviewed for a podcast
</span>
</a>
</li>
<li>
<a href="http://ux.sapo.pt/3950.html">
<img src="/build/imgs/highlight-sapoux.low.jpg"
data-fullsrc="/build/imgs/highlight-sapoux.jpg">
<span class="caption">
Accessibility User Testing at SAPO
</span>
</a>
</li>
</ul>
</div>
</div>
</section>
<div class="eras">
<div class="bridge">
<div class="pillow t-center">
<p class="t-light"><em>How did he get here?</em></p>
</div>
</div>
<section id="startups" class="section section__centered">
<div class="pillow">
<h2>
<span class="section--year">2013</span>
<span class="section--title">The Startup World</span>
</h2>
<div class="section--meta">
<ul>
<li><a href="http://www.uniplaces.com/">UniPlaces.com</a></li>
<li>
<abbr class="dtstart" title="2013-04-01">April 2013</abbr>
to
<abbr class="dtend" title="2014-01-01">December 2013</abbr>
</li>
<li>
~30 employees
</li>
</ul>
</div>
<figure class="t-wide">
<figcaption>A screenshot of Uniplaces.com</figcaption>
<img class="lazyloading-image" src="/build/imgs/uniplaces.low.jpg" data-fullsrc="/build/imgs/uniplaces.jpg" alt="A screenshot of Uniplaces.com">
</figure>
<p>
Leaping at the opportunity of being part of a young and promising team building a useful product from sunny Lisbon,
<span class="only-quick">
André joined UniPlaces to lead the front-end development and assist in proving the validity of the pivot in the business model through a user-centered effort.
</span>
<span class="only-semifull only-full">
André joined the early ranks of <a href="http://www.uniplaces.com">UniPlaces</a> in April 2013 to lead the front-end development and assist in proving the validity of the pivot in the business model through a user-centered effort.
</span>
</p>
<p><span class="only-full">The effort came into fruition when, </span>7 months later, the company successfully raised $1,000,000 from Octopus Investments, with a track record of impressive growth supported by the launch of the <abbr title="Minimum Viable Product">MVP</abbr> launched in June<span class="only-full"> and its improvements over the next months.</span></p>
<h3>About the company</h3>
<p>UniPlaces is an online platform that connects students with accommodation providers and facilitates the renting process. Currently operating in Lisbon and London.</p>
<h3>Highlighted work</h3>
<ol class="highlighted-work">
<li>
<strong class="t-stone">Student Website</strong>
<a href="http://www.uniplaces.com/">uniplaces.com</a>
</li>
<li>
<strong class="t-stone">Recommended Areas</strong>
<a href="http://www.uniplaces.com/london/recommended">uniplaces.com/london/recommended</a>
</li>
<li>
<strong class="t-stone">UniPlaces Pattern Library</strong>
<a href="http://www.uniplaces.com/eng/pattern-library">uniplaces.com/eng/pattern-library</a>
</li>
</ol>
<ul class="tags section--tags">
<li>startup</li>
<li>frontend</li>
<li>user-centered design</li>
<li>ux</li>
<li>lean ux</li>
<li>webdesign</li>
</ul>
</div>
</section>
<hr>
<section id="futurefriendly" class="section section__centered">
<div class="pillow">
<h2>
<span class="section--year">2012 <span class="section--year--to">to</span> 2013</span>
<span class="section--title">The Future Friendly Awakening</span>
</h2>
<div class="section--meta">
<ul>
<li><a href="http://www.sapo.pt/">SAPO.pt</a></li>
<li>
<abbr class="dtstart" title="2012">Early 2012</abbr>
to
<abbr class="dtend" title="2013-07">July 2013</abbr>
</li>
<li>
~300 employees
</li>
</ul>
</div>
<p>André had been working at <a href="http://www.sapo.pt"><abbr title="Serviço de Apontadores POrtugueses">SAPO</abbr></a>—a local company to the likes of Yahoo!—for 4 years when he was challenged to be part of the team as Lead Front-end Engineer that would go ahead to redesign the #1 most visited website produced in Portugal: <a href="http://www.sapo.pt">www.sapo.pt</a>.</p>
<p>With roughly <abbr title="30 million">30M</abbr> monthly visits, its audience made it incredibly challenging to deliver not only a Responsive solution, but a future-friendly one: resolution-independent, device and browser agnostic but also usable and enjoyable. It strived to be a modern example of bleeding edge good practices but also universally accessible as much as possible.</p>
<figure class="t-wide">
<figcaption>
A screencast of a High-Impact Multimedia Ad Format created and deployed at SAPO.pt (© PTC/SAPO)
<span class="t-stone">Available formats:
<a href="/build/videos/DemoTakeover.mov">23<abbr title="Megabyte">MB</abbr> mov</a> ·
<a href="/build/videos/DemoTakeover-large.webm">6<abbr title="Megabyte">MB</abbr> webm</a> ·
<a href="/build/videos/DemoTakeover-large.ogv">3.9<abbr title="Megabyte">MB</abbr> ogv</a>
</span>
</figcaption>
<div class="lazyloading-container">
<script type="text/plain">
<video id="demo-takeover-video" poster="/build/imgs/sapo.jpg" controls preload="metadata"
class="video-js vjs-default-skin" width="570" height="321"
data-setup="{}">
<source
src="/build/videos/DemoTakeover-large.mp4"
type="video/mp4; codecs='avc1.64001E, mp4a.40.2'">
<source
src="/build/videos/DemoTakeover-large.webm"
type="video/webm; codecs='vp8, vorbis'">
<source
src="/build/videos/DemoTakeover-large.ogv"
type="video/ogg">
<img src="/build/imgs/sapo.jpg" alt="A screencast of a High-Impact Multimedia Ad Format deployed at SAPO.pt">
</video>
</script>
<noscript>
<video id="demo-takeover-video" poster="/build/imgs/sapo.png" controls preload="metadata"
class="video-js vjs-default-skin" width="570" height="321"
data-setup="{}">
<source
src="/build/videos/DemoTakeover-large.mp4"
type="video/mp4; codecs='avc1.64001E, mp4a.40.2'">
<source
src="/build/videos/DemoTakeover-large.webm"
type="video/webm; codecs='vp8, vorbis'">
<source
src="/build/videos/DemoTakeover-large.ogv"
type="video/ogg">
<img src="/build/imgs/sapo.png" alt="A screencast of a High-Impact Multimedia Ad Format deployed at SAPO.pt">
</video>
</noscript>
</div>
</figure>
<p>He also worked closely with the sales team on defining, designing and implementing an unobtrusive commercial solution to a high-impact multimedia responsive ad format that allowed advertisers to reach audiences that were until then restricted to small almost static graphic banners (mobile formats).</p>
<h3>About the company</h3>
<p>SAPO is a web company born out of the 90s portals. It has grown to become the most important and most used network of content-producing websites in Portugal.</p>
<h3>Highlighted work</h3>
<ol class="highlighted-work">
<li>
<strong class="t-stone">Responsive Web Portal</strong>
<a href="http://www.sapo.pt/">sapo.pt</a> (Ed. 2012 - now)
</li>
<li>
<strong class="t-stone">Multimedia High-impact Responsive Ad Format</strong>
<a href="http://meet.andr3.net/build/videos/DemoTakeover.mov">Watch the Screencast</a>
(23<abbr title="Megabyte">MB</abbr> video)
</li>
<li>
<strong class="t-stone">Slides about the Technical Challenges (Presented at <a href="http://www.esad.pt"><abbr title="Escola Superior de Artes e Design">ESAD</abbr></a>)</strong>
<a href="http://www.slideshare.net/andr3/pdf-responsive-webdesign-umahistoriadastrincheiras">Responsive Web: A story from the Trenches</a> (in Portuguese)
</li>
</ol>
<ul class="tags section--tags">
<li>futurefriendly</li>
<li>frontend</li>
<li>responsive</li>
<li>mobile ads</li>
<li>mobilefirst</li>
<li>svg</li>
</ul>
</div>
</section>
<hr>
<section id="quality" class="section section__centered">
<div class="pillow">
<h2>
<span class="section--year">2010 <span class="section--year--to">to</span> 2012</span>
<span class="section--title">The Quality Phase</span>
</h2>
<div class="section--meta">
<ul>
<li><a href="http://www.sapo.pt/">SAPO.pt</a></li>
<li>
<abbr class="dtstart" title="2010-02">February 2010</abbr>
to
<abbr class="dtend" title="2012">Early 2012</abbr>
</li>
<li>
~300 employees
</li>
</ul>
</div>
<blockquote class="quote">
<p>Be a yardstick of quality. Some people aren't used to an environment where excellence is expected.</p>
<p class="quote--sig"><small>— Steve Jobs</small></p>
</blockquote>
<p>This is the phase where he honed his <strong>love for Usability and Quality</strong>. By conducting dozens of user interviews (<a href="http://ux.sapo.pt/3950.html" hreflang="pt">some of which</a> changed his perception of the role of technology) he learned methods to get into users' heads as they use a product or simply consult them to help build a product more in-tune with their needs.</p>
<p>Also worked as a <strong>Quality Assurance engineer</strong>, in which he constantly conducted heuristic usability reviews, performance load testing, helped teams establish test flows in order to assess whether projects from all areas of the company were fit for launch.</p>
<h3>About the company</h3>
<p>SAPO is a web company born out of the 90s portals. It has grown to become the most important and most used network of content-producing websites in Portugal.</p>
<h3>Highlighted work</h3>
<ul>
<li class="t-empty">
The entirety of this work was conducted internally, so very few traces are visible from this era.
</li>
</ul>
<ul class="tags section--tags">
<li>web</li>
<li>mobile</li>
<li>usability</li>
<li><abbr title="interaction design">IxD</abbr></li>
<li>accessibility</li>
<li>quality assurance</li>
<li><abbr title="user experience">UX</abbr></li>
<li>documentation</li>
<li>training</li>
</ul>
</div>
</section>
<hr>
<div class="bridge">
<div class="pillow t-center">
<p class="t-light"><em>Before this, he worked as a full-stack web developer.</p>
<p class="t-light">He also got a degree in Computer Science and took the <abbr title="Certificate of Proficiency in English">CPE</abbr> from Cambridge <abbr title="English for Speakers of Other Languages">ESOL</abbr>.</em></p>
</div>
</div>
</div> <!-- /.eras -->
<div id="mentors" class="extra only-full only-semifull t-assist">
<section class="section">
<div class="pillow">
<h2>Remote Mentors</h2>
<p>As an avid speaker, André has tried to share with others useful knowledge as kind of a pay-it-forward thing, since he has been helped by the open sharing by plenty of remote mentors.</p>
<p>These are the names of those who have <em>taught</em>, <em>inspired</em> and <em>shown him the way</em>.
<strong class="t-stone">Thank you for everything.</strong>
<span class="t-stone t-light">By the way, these are not endorsements.</span>
</p>
<ul class="list-of-mentors">
<li><span>Dan</span> Cederholm</li>
<li><span>Jeffrey</span> Zeldman</li>
<li><span>Jeremy</span> Keith</li>
<li><span>John</span> Hicks</li>
<li><span>Doug</span> Bowman</li>
<li><span>Ethan</span> Marcotte</li>
<li><span>Molly</span> Holzschlag</li>
<li><span>Dunstan</span> Orchard</li>
<li><span>Dave</span> Shea</li>
<li><span>Tantek</span> Çelik</li>
<li><span>Elliot</span> Jay Stocks</li>
<li><span>Hugo</span> Baeta</li>
<li><span>Bryan</span> Veloso</li>
<li><span>Rui</span> Lopes</li>
<li><span>Jonathan</span> Snook</li>
<li><span>Simon</span> Collison</li>
<li><span>Jason</span> Santa Maria</li>
<li><span>Richard</span> Rutter</li>
<li><span>Chris</span> Murphy</li>
<li><span>Nicklas</span> Persson</li>
<li><span>Lea</span> Verou</li>
<li><span>Gustavo</span> Pimenta</li>
<li><span>Wilson</span> Miner</li>
<li><span>Paulo</span> Zoom/Pereira</li>
<li><span>Dan</span> Rubin</li>
<li><span>Andy</span> Clarke</li>
<li><span>Brian</span> Suda</li>
<li><span>Robert</span> Bringhurst</li>
<li><span>Jon</span> Tangerine</li>
<li><span>Tiago</span> Pedras</li>
<li><span>Daniel</span> Burka</li>
</ul>
<p>If your name is up there, you have been a major influence on André's work.</p>
</div>
</section>
</div>
</main>
<div class="footer-summary">
<div id="contact" class="contact">
<form id="frm_contact" class="form" action="./contact" method="post">
<div class="pillow" id="frm_submission">
<h2>Get in touch</h2>
<p>Whether you just want to say <q>Hi</q> or you have a question or business proposition, hit him up.</p>
<p>If you prefer, you can use a good ol' email: <a href="mailto:[email protected]">[email protected]</a>.</p>
<div class="assist">
<p>
<label for="email">Are you human? If so, type in: Yes</label>
<input type="text" name="email" id="email">
</p>
</div>
<fieldset>
<legend class="t-assist">Your message</legend>
<p class="field">
<label for="message">
<span class="field--label" data-required>What's on your mind?</span>
<textarea required id="message" name="message" placeholder="Say your piece here…"></textarea>
</label>
</p>
<p class="field">
<label for="subject">
<span class="field--label">Reason</span>
<input class="t-full" type="text" id="subject" name="subject" placeholder="Why are you reaching him?">
</label>
</p>
</fieldset>
<fieldset class="submitter">
<legend class="t-assist">Who might you be?</legend>
<p class="field">
<label for="who">
<span class="field--label">Your name</span>
<input class="t-full" type="text" id="who" name="who">
</label>
</p>
<p class="field">
<label for="who_contact">
<span class="field--label">Some sort of contact</span>
<input class="t-full" type="text" id="who_contact" name="who_contact" placeholder="">
<span class="field--help">An email address or something he can use to reply.</span>
</label>
</p>
</fieldset>
<p class="buttons">
<button type="submit" class="button">
Send it
</button>
</p>
</div>
<div id="frm_sent" data-for-status="saved" aria-hidden="true">
<div class="pillow">
<div>
<h2>Thank you! He's got your message</h2>
<p>He'll get back to you as soon as possible.</p>
<div class="again">
<p class="t-light">Forgot something?</p>
<p><button type="button" class="button">Send another!</button></p>
</div>
</div>
</div>
</div>
</form>
</div>
<div id="follow">
<div class="pillow">
<h2>Stay in touch</h2>
<p>He can be found on pretty much every online service out there, but these are the popular online water coolers.</p>
<ul class="list-of list-of-links">
<li id="twitter"><a rel="me" href="http://twitter.com/andr3" data-human-href="twitter.com/andr3"><i class="html-icon"></i>twitter</a>
<a href="https://twitter.com/andr3" class="twitter-follow-button" data-show-count="false">Follow @andr3</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li>
<li id="github"><a rel="me" href="http://github.com/andr3" data-human-href="github.com/andr3"><i class="html-icon"></i>GitHub</a></li>
<li id="linkedin"><a rel="me" href="http://linkedin.com/in/andr3" data-human-href="linkedin.com/in/andr3"><i class="html-icon"></i>LinkedIn</a></li>
<li id="lanyrd"><a rel="me" href="http://lanyrd.com/profile/andr3/" data-human-href="lanyrd.com/profile/andr3"><i class="html-icon"></i>Lanyrd</a></li>
<li id="dribbble"><a rel="me" href="http://dribbble.com/players/andr3" data-human-href="dribbble.com/players/andr3"><i class="html-icon"></i>dribbble</a></li>
<li id="flickr"><a rel="me" href="http://flickr.com/photos/andr3/" data-human-href="flickr.com/photos/andr3"><i class="html-icon"></i>flickr</a></li>
<li id="instagram"><a rel="me" href="http://instagram.com/andr3/" data-human-href="instagram.com/andr3"><i class="html-icon"></i>Instagram</a></li>
<li id="facebook"><a rel="me" href="http://facebook.com/andreluis" data-human-href="facebook.com/andreluis"><i class="html-icon"></i>facebook</a></li>
</ul>
</div>
</div>
</div>
<footer>
<div class="pillow">
<ul class="list-of">
<li>
<small>
<abbr title="Creative Commons Attribution Non-commercial Share-alike">
cc-by-nc-sa
</abbr>
Some rights reserved.
</small>
</li>
<li>
<ul class="list-of">
<li class="separator">
<em>Handcrafted <span class="only-m only-l">in Lisbon</span> by <a class="email" href="mailto:[email protected]">André Luís</a></em>
</li>
<li>
<a href="https://typekit.com/colophons/dvi6aob">Colophon</a>
</li>
</ul>
</li>
</ul>
</div>
</footer>
<!-- Production -->
<script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="/build/js/production.min.js"></script>
<!-- end of production -->
<!-- dev
<script src="//code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="/vendor/sticky/jquery.sticky.js"></script>
<script src="/vendor/jquery-waypoints/waypoints.js"></script>
<script src="/assets/js/ControlledAnimation.js"></script>
<script src="/assets/js/AsyncForm.js"></script>
<script src="/assets/js/ReadingModes.js"></script>
<script src="/assets/js/LazyLoadingContainer.js"></script>
<script src="/assets/js/LazyLoadingImage.js"></script>
<script src="/assets/js/smoothScrollTo.function.js"></script>
<script src="/assets/js/meetandr3.js"></script>
end of dev -->
<!-- ga -->
<script>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47805326-1', 'andr3.net');
ga('send', 'pageview');
</script>
</body>
</html>