-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformat.html
More file actions
439 lines (435 loc) · 22.3 KB
/
format.html
File metadata and controls
439 lines (435 loc) · 22.3 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
<!-- Project Samples -->
<section class="pt-4 pb-2">
<!-- Section Title -->
<div class="container align-center">
<h2 id="work">Work Samples</h2>
<p class="sub-header mb-2 mw-35em md-pr-pl-3">Below are some examples of my recent work. I work on all types of design projects so please let me know if I can help
or if you have any questions.</p>
</div>
<!-- Work Examples -->
<div class="container-fluid flex-layout l-media-grid">
<!-- Concordus -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-Concordus-RWD-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-Concordus-RWD-LG.jpg 2000w, images/content-img/16x9/img-16x9-Concordus-RWD-MD.jpg 1900w"
alt="Concordus landing page design and development for Kentico CMS.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Successfully delivered</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Concordus Applications</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-Concordus-RWD-MD.jpg" srcset="images/content-img/16x9/img-16x9-Concordus-RWD-LG.jpg 2000w, images/content-img/16x9/img-16x9-Concordus-RWD-MD.jpg 1900w"
alt="Concordus landing page design and development for Kentico CMS.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Successfully delivered</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Concordus Applications</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- MaxCentive -->
<figure class="media-item media-light">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-MaxCentive-2-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-MaxCentive-2-LG.jpg 2000w, images/content-img/16x9/img-16x9-MaxCentive-2-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Currently working on this project since February</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">MaxCentive</span>
</figcaption>
</a>
<noscript>
<figure class="media-item media-light">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-MaxCentive-2-MD.jpg" srcset="images/content-img/16x9/img-16x9-MaxCentive-2-LG.jpg 2000w, images/content-img/16x9/img-16x9-MaxCentive-2-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Currently working on this project since February</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">MaxCentive</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- Swiss Ritual -->
<figure class="media-item">
<a class="media-wrap img" href="//codepen.io/collection/DRGMBP/">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-SR-Future-Islands-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-SR-Future-Islands-LG.jpg 2000w, images/content-img/16x9/img-16x9-SR-Future-Islands-MD.jpg 1900w"
alt="Samples of some coded art done in CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Successfully delivered</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Swiss Ritual</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="//codepen.io/collection/DRGMBP/">
<img class="lazyload" src="images/content-img/16x9/img-16x9-SR-Future-Islands-MD.jpg" srcset="images/content-img/16x9/img-16x9-SR-Future-Islands-LG.jpg 2000w, images/content-img/16x9/img-16x9-SR-Future-Islands-MD.jpg 1900w"
alt="Samples of some coded art done in CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Successfully delivered</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Swiss Ritual</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- CSS Grid Samples -->
<figure class="media-item">
<a class="media-wrap img" href="//codepen.io/collection/XWovqe/">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-CSS-Grid-samples-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-CSS-Grid-samples-LG.jpg 2000w, images/content-img/16x9/img-16x9-CSS-Grid-samples-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Collection built in</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">CSS Grid Collection</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="//codepen.io/collection/XWovqe/">
<img src="images/content-img/16x9/img-16x9-CSS-Grid-samples-MD.jpg" srcset="images/content-img/16x9/img-16x9-CSS-Grid-samples-LG.jpg 2000w, images/content-img/16x9/img-16x9-CSS-Grid-samples-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Collection built in</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">CSS Grid Collection</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- in2M Logo -->
<figure class="media-item media-light">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-in2M-logo-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-in2M-logo-LG.jpg 2000w, images/content-img/16x9/img-16x9-in2M-logo-MD.jpg 1900w"
alt="in2Marketplace logo design">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">in2Marketplace</span>
</figcaption>
</a>
<noscript>
<figure class="media-item media-light">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-in2M-logo-MD.jpg" srcset="images/content-img/16x9/img-16x9-in2M-logo-LG.jpg 2000w, images/content-img/16x9/img-16x9-in2M-logo-MD.jpg 1900w"
alt="in2Marketplace logo design">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">in2Marketplace</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- Adobe XD Contest -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-XD-profile-contest-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-XD-profile-contest-LG.jpg 2000w, images/content-img/16x9/img-16x9-XD-profile-contest-MD.jpg 1900w"
alt="Samples of some coded art done in CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Built with Adobe XD</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Adobe XD Contest</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-XD-profile-contest-MD.jpg" srcset="images/content-img/16x9/img-16x9-XD-profile-contest-LG.jpg 2000w, images/content-img/16x9/img-16x9-XD-profile-contest-MD.jpg 1900w"
alt="Samples of some coded art done in CodePen.">
<time class="time-stamp" datetime="2017">
<span class="sr-only">Built with Adobe XD</span>2017</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Adobe XD Contest</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- Nav20s -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-Nav20s-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-Nav20s-MD.jpg 2000w, images/content-img/16x9/img-16x9-Nav20s-SM.jpg 1900w"
alt="Nav20s.com home page website design concept.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Nav20s</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-Nav20s-MD.jpg" srcset="images/content-img/16x9/img-16x9-Nav20s-MD.jpg 2000w, images/content-img/16x9/img-16x9-Nav20s-SM.jpg 1900w"
alt="Nav20s home page website design concept.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Nav20s</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- Nav World Wide -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-NWW-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-NWW-MD.jpg 2000w, images/content-img/16x9/img-16x9-NWW-SM.jpg 1900w"
alt="Navigators World Wide home website design">
<time class="time-stamp" datetime="2015">
<span class="sr-only">Successfully delivered</span>2015</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Nav World Wide</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-NWW-MD.jpg" srcset="images/content-img/16x9/img-16x9-NWW-MD.jpg 2000w, images/content-img/16x9/img-16x9-NWW-SM.jpg 1900w"
alt="Navigators World Wide home website design">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2015</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Nav World Wide</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- DPI -->
<figure class="media-item media-light">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-DPI-home-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-DPI-home-MD.jpg 2000w, images/content-img/16x9/img-16x9-DPI-home-SM.jpg 1900w"
alt="Disciple Portal web design.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Disciple Portal</span>
</figcaption>
</a>
<noscript>
<figure class="media-item media-light">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-DPI-home-MD.jpg" srcset="images/content-img/16x9/img-16x9-DPI-home-MD.jpg 2000w, images/content-img/16x9/img-16x9-DPI-home-SM.jpg 1900w"
alt="Disciple Portal web design.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Disciple Portal</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- HPG -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-HPG-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-HPG-MD.jpg 2000w, images/content-img/16x9/img-16x9-HPG-SM.jpg 1900w"
alt="HealthPlanG home page redesign">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">HealthPlanG</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-HPG-MD.jpg" srcset="images/content-img/16x9/img-16x9-HPG-MD.jpg 2000w, images/content-img/16x9/img-16x9-HPG-SM.jpg 1900w"
alt="HealthPlanG home page redesign">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">HealthPlanG</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- Adobe XD Dashboard UI Kit -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-XD-dashboard-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-XD-dashboard-LG.jpg 2000w, images/content-img/16x9/img-16x9-XD-dashboard-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">Dashboard UI Kit</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-XD-dashboard-MD.jpg" srcset="images/content-img/16x9/img-16x9-XD-dashboard-LG.jpg 2000w, images/content-img/16x9/img-16x9-XD-dashboard-MD.jpg 1900w"
alt="Samples of my CSS Grid collection on CodePen.">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">in2Marketplace</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
<!-- The 104 Initiative logo -->
<figure class="media-item">
<a class="media-wrap img" href="#0">
<img class="lazyload" data-src="images/content-img/16x9/img-16x9-104v2-logo-MD.jpg" data-srcset="images/content-img/16x9/img-16x9-104v2-logo-MD.jpg 2000w, images/content-img/16x9/img-16x9-104v2-logo-SM.jpg 1900w"
alt="The 104 Initiative logo redesign">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">The 104 Intiative</span>
</figcaption>
</a>
<noscript>
<figure class="media-item">
<a href="#0">
<img src="images/content-img/16x9/img-16x9-104v2-logo-MD.jpg" srcset="images/content-img/16x9/img-16x9-104v2-logo-MD.jpg 2000w, images/content-img/16x9/img-16x9-104v2-logo-SM.jpg 1900w"
alt="The 104 Initiative logo redesign">
<time class="time-stamp" datetime="2016">
<span class="sr-only">Successfully delivered</span>2016</time>
<figcaption class="media-caption" aria-hidden="true">
<span class="project-title">The 104 Intiative</span>
</figcaption>
</a>
</figure>
</noscript>
</figure>
</div>
<!--<a class="cta-link" href="portfolio/">View Portfolio</a>-->
</section>
<!-- About -->
<section id="about" class="pt-pb-2">
<div class="container-fluid">
<div class="about-me">
<!-- About Me -->
<div class="info-block info-block-about">
<figure class="circle-mask mug hidden">
<img class="lazyload" data-src="../images/content-img/1x1/img-1x1-avatar.jpg" alt="Eric Thayer">
</figure>
<noscript>
<figure class="mug circle-mask">
<img src="../images/content-img/1x1/img-1x1-avatar.jpg" alt="Eric Thayer">
</figure>
</noscript>
<h2 id="my-background">Background</h2>
<p class="mw-35em mb-0">I started out in San Diego as a
<a href="motion-reel/">post-production artist</a> but since moving to Denver I have worked with
<a href="//www.linkedin.com/in/commonmovement/"
title="view my LinkedIn profile">small and large companies</a> with a focus on web design and front-end development.</p>
<!-- example links -->
<div class="example-links flex flex-wrap pt-sm text-md">
<h3 class="small-header sr-only">current project: in2Marketplace.com</h3>
<!-- Resume -->
<div class="flex ai-center pt-pb-tiny pr-sm">
<strong class="text-sm Roboto">View Resume</strong>
<a href="../Eric-Thayer-Resume-Web-Designer-and-Front-end-Developer.pdf" class="has-tooltip" title="view my resume in PDF form">
<svg class="icon ml-mr-0 text-lg-r">
<use xlink:href="#icon-pdf" />
</svg>
<span class="tooltip">View Resume</span>
</a>
</div>
</div>
</div>
<!-- My Status -->
<div class="info-block info-block-status hidden">
<h2 id="current-status" class="mb-sm">Current Status</h2>
<p class="mb-0">
<a href="../hire-me/" class="text-link text-md">I'm looking for a team to call my own.</a> Although I enjoy the freedom of freelancing, I want to be part of a
product design or development team that cares deeply about
<a href="//blog.producthive.org/design-is-a-team-sport-with-jared-spool-a32d73786412/">communication</a>,
<a href="http://www.standardista.com/standards/making-basic-web-pages-accessible/">accessibility</a> and
<a href="//adactio.com/articles/9465/">performance</a> based solutions.</p>
</div>
<!-- My Focus -->
<div class="info-block info-block-skills">
<h2 id="my-focus">My Focus</h2>
<ul class="content-list feature-list">
<li>Responsive Web Design</li>
<li>Front-end Development</li>
<li>Performance Audits</li>
<li>Inclusive Display Patterns</li>
<li>
<abbr title="user interface and user experience design">UI/UX</abbr> Design Systems</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="pt-pb-2">
<div class="container align-center">
<h2>Contact Me</h2>
<p class="sub-header mb-3 mw-35em md-pr-pl-2">Please fill out the contact form or feel free to send me an email.</p>
</div>
<div class="container container-fluid">
<!-- Contact Form -->
<form class="contact-form" name="contact" netlify-honeypot="bot-field" action="../thank-you/" netlify>
<!-- Form Build -->
<div class="form-wrap flex flex-wrap">
<!-- Form Group (left) -->
<div class="form-group form-group-left flex flex-wrap">
<!-- Name -->
<div class="input-row">
<label class="flex" for="Name">Name
<span class="req-mark ml-a text-sm-r">required</span>
</label>
<input id="Name" name="Name" type="text" class="required" title="This is a required field" required>
</div>
<!-- Email Address -->
<div class="input-row">
<label class="flex" for="Email">Email
<span class="req-mark ml-a text-sm-r">required</span>
</label>
<input id="Email" name="Email" type="email" class="required" title="This is a required field" required>
</div>
<!-- Phone Number -->
<div class="input-row">
<label for="Phone">Phone</label>
<input id="Phone" name="Phone" type="tel" title="your best contact phone number">
</div>
</div>
<!-- Form Group (right) -->
<div class="form-group form-group-right flex flex-wrap">
<!-- Message Detail -->
<div class="input-row">
<label for="Message">Message</label>
<textarea id="Message" name="Message" title="leave me a message if you want"></textarea>
</div>
</div>
<p class="sr-only hidden">
<label>Don’t fill this out:
<input name="bot-field">
</label>
</p>
<!-- Submit -->
<div class="submit-input pt-sm md-pt-1">
<button class="submit-button text-sm" type="submit" tabindex="0">
<span>Send</span>
</button>
</div>
</div>
</form>
</div>
</section>
<!-- {{ $PatternLibrarySCSS := resources.Get "css/pattern-library/pattern-library.scss" }}
{{ $PatternLibraryCSS := $PatternLibrarySCSS | resources.ToCSS (dict "targetPath" "css/pattern-library/pattern-library.css" "enableSourceMap" false) }}
{{ $PatternLibraryAutoprefixed := $PatternLibraryCSS | resources.PostCSS }}
{{ $PatternLibraryMinified := $PatternLibraryAutoprefixed | resources.Minify }}
{{ $PatternLibrary := resources.Get "css/pattern-library/pattern-library.scss" | toCSS | postCSS | minify }} -->
<!-- <link rel="stylesheet" href="{{ $PatternLibrary.Permalink }}"> -->
<!-- <link rel="stylesheet" href="{{ .Site.BaseURL }}css/pattern-library/pattern-library.min.css"> -->