-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
618 lines (548 loc) · 33.5 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
<!doctype html>
<html lang=en>
<head>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta charset=utf-8>
<meta http-equiv="refresh" content="0;url=https://michael.seanmcdade.com/" />
<title>Michael Sean McDade (Crates) :: Full-stack Application Architect, UI / UX Engineer :: Resume and Portfolio</title>
<meta
name="description"
content="Crates is an application architect skilled at full-stack development in React.js, ECMAScript 6+, Redux, Angular, Node.JS, Express and more. He's worked for PwC, Oppenheimer Funds, McKinsey and Co, Gartner, Morgan Stanley and many other massive institutions.">
<meta
name="keywords"
content="javascript, consultant, application architect, resume, portfolio, developer, contractor, react js, angular js, redux, node js, full stack development, agile programming">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#AA0000">
<link rel="canonical" href="https://cr8s.net/">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="/styles/main.css" id="mainCss">
<link rel="icon" href="/favicon.ico" sizes="16x16" type="image/vnd.microsoft.icon">
<style>
#loading-wrapper {
position: fixed;
top: 0;
left: 0;
opacity: 1;
width: 100%;
height: 100%;
background-color: white;
color: #a00;
transition: margin 1s ease-in-out, opacity 1s ease-in-out;
margin-top: 0;
z-index: 9999;
text-align: center;
}
#loading-wrapper p {
font-family: 'Calibri Light', Calibri, 'Helvetica Neue', Helvetica, sans-serif;
position: absolute;
top: 45%;
font-size: 48px;
text-align: center;
margin: 0 auto;
width: 100%;
}
#crates-media-logo { z-index: 10; }
a.read-more-linkedin {
margin-bottom: 20px;
margin-left: 20px;
font-weight: bold;
}
.references {
box-shadow: 0px 8px 8px rgba(0,0,0,0.44);
}
.references p {
margin: 8px 16px;
padding: 4px 16px;
background-color: white;
border: solid 1px #ccc;
box-shadow: 0 4px 3px rgba(0,0,0,0.2);
border-radius: 4px;
}
.reference-pic {
background-size: cover;
background-position: center center;
border: solid 1px #aaa;
}
.debanit-d {
background-image: url('https://media.licdn.com/dms/image/C4D03AQEePaBh5KzZTA/profile-displayphoto-…00_100/0?e=1577923200&v=beta&t=vbkUjDchZ20_WTixjFPKz2ro3_k_dr0lhPHSX5vvH1w');
}
.scott-b {
background-image: url('https://media.licdn.com/dms/image/C4D03AQFM8YkQPXiEVQ/profile-displayphoto-shrink_100_100/0?e=1577923200&v=beta&t=j_01DB6iUPMUkNz69etS-6djwJbU2lSV6nwHyFBWPts');
}
.ciaran-f {
background-image: url('https://media.licdn.com/dms/image/C5603AQH-ATSGZLG3yw/profile-displayphoto-shrink_100_100/0?e=1577923200&v=beta&t=_U8lEuMSilh5D412xf3v7Ge-T62F5NV9U0CpQYmIlbk');
}
html body.mdl-demo .mdl-layout footer.mdl-mega-footer a {
color: white;
}
ul.mdl-mega-footer--link-list, ul.mdl-mega-footer--link-list li {
text-align: center;
}
body.mdl-demo .mdl-mega-footer ul.mdl-mega-footer--link-list li {
display: inline-block;
float: none;
width: auto;
padding: 0;
margin: 0 auto;
}
body.mdl-demo .mdl-mega-footer ul.mdl-mega-footer--link-list li a {
color: white;
}
section.references h5 {
font-weight: bold;
font-size: 14px;
color: #4a4a4a;
}
</style>
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<div id="loading-wrapper">
<p>Loading...</p>
</div>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<div id="crates-media-logo">
<a
href="https://crates.media/"
title="Crates Media: Cross-Platform Rapid Application Development, Web Design and Consultant Services"
><img src="/images/crates-media-logo.jpg" alt="Crates Media Company: Web Design, Application Development and Brand Marketing"></a>
</div>
<header class="mdl-layout__header mdl-layout__header--scroll">
<h1>Michael Sean McDade ("Crates")</h1>
<h2>Full-stack Application Architect, UI / UX Engineer</h2>
<h3>React JS, Angular, JavaScript (ES5/ES6+), HTML5, CSS3, Node.js</h3>
<div class="mdl-layout__tab-bar mdl-js-ripple-effect" id="main-nav">
<a
href="#ui-architect-profile"
class="mdl-layout__tab is-active"
title="Senior Front-end React and Angular Architect: View Developer Profile"
>Profile</a>
<a
href="https://blog.cr8s.net"
class="mdl-layout__tab"
title="Full-stack JavaScript Development Blog - React.js Hooks, Redux and GraphQL"
>Blog</a>
<!--
<a
href="#front-end-developer-experience"
title="Sr. Full-stack JavaScript Programmer: Experience and Professional Work: Michael (Crates) McDade"
class="mdl-layout__tab"
>Experience</a>
-->
<!--
<a
href="#react-angular-programming-testimonials"
title="Recommendations and Testimonials for ReactJS and AngularJS Development by Michael Sean McDade"
class="mdl-layout__tab"
>Testimonials</a>
-->
<a
href="https://linkedin.com/in/crates"
class="hide-on-small-sizes mdl-layout__tab"
target="_blank"
title="Connect with JS Architect Michael McDade (Crates) on LinkedIn"
>LinkedIn</a>
<a
href="https://twitter.com/cr8s"
class="hide-on-small-sizes mdl-layout__tab"
target="_blank"
title="Follow front-end React JS developer Crates on Twitter"
>Twitter</a>
<a
href="https://facebook.com/CR4TES"
class="hide-on-small-sizes mdl-layout__tab"
target="_blank"
title="Follow Crates, Senior Front End JavaScript Programmer, on Facebook"
>Facebook</a>
<a
href="/Resume%20-%20Michael%20McDade%20-%2020200116.pdf"
target="_blank"
title="Download resume: Full-stack rapid application architect / contract consultant, Michael (Crates) McDade"
class="mdl-layout__tab resume"
>Resume</a>
<!--
<a
href="#contact-full-stack-js-contractor"
class="mdl-layout__tab"
title="Sr. JS Contract Developer - Contact Information, Telephone and E-mail Address"
>Contact</a>
-->
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-layout__tab-panel is-active" id="ui-architect-profile">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div style="z-index: 12" class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class="mdl-card__supporting-text">
<h4>The Senior React / Angular / JavaScript Team Lead You're Looking For</h4>
<div class="framework-logos">
<img
src="/images/technologies/react.png"
alt="React.js expertise, including ECMAScript 6+ development, with Redux, Flux and Thunk">
<img
src="/images/technologies/angular.png"
alt="Development in the Angular.JS framework, from Angular 1 through Angular 8">
<img
src="/images/technologies/nodejs.png"
alt="Skilled Node.JS engineering and rapid API development using Express">
</div>
<p class="font-size-up">
<img
src="/images/crates.jpg"
alt="Michael Sean McDade (a.k.a. Crates) is a world-class full stack development engineer"
class="bio-pic">
<b>Hi! I'm Crates,</b> and I can help lead your software development team to achieve excellence in its agile goals.
</p>
<p>
My background is in <b>full-stack application architecture</b> and development.
I specialize in modern front-end technologies: <b>Angular, React, Node.js and ES6+</b>.
I've completed hundreds of consulting contracts over the last 20+ years!
These include both mission-critical roles, and also, long-standing contributions
during my full-time positions at major world brands.
</p>
<p>
I excel at building and leading outstanding teams of full-stack agile developers
with high metrics for success. I've been trained by the best: from DeQue on accessibility,
from J. J. Sutherland on agile and Scrum, and Jeremy Schoemaker ("ShoeMoney") on SEO.
</p>
<p>
You need an exceptional leader to bring your agile shop to the next level.
Wherever they are in their career when they meet me, teams grow under my guidance.
Please take a moment to read some of my many recommendations.
They come from managers, Scrum Masters, peers and direct reports everywhere I've served.
</p>
<p>
I've always balanced my time between hands-on coding and team guidance.
I'm often writing proof-of-concept code and style guides to help the team grow.
This means that I'm exceptionally well-apprised of modern technologies.
I'm awesome with Meteor, React and Angular, and anything using JS, CSS and HTML.
</p>
<p>Let's connect. I'm looking forward to hearing more about your business and its goals!</p>
</div>
<!--
<div class="mdl-card__actions">
<a href="#contact-full-stack-js-contractor" class="mdl-button">Click here to get in touch with Crates »</a>
</div>
-->
</div>
</section>
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div style="z-index: 12" class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Experienced Development Background with Best-of-Breed Companies</h4>
<!--<h5 class="mdl-cell mdl-cell--12-col">(Click any role below for an in-depth case study)</h5>-->
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<ul id="development-work-experience">
<li id="oppenheimer-funds">
<div class="logo">Oppenheimer Funds</div>
<p>
High-worth asset portfolio management software written in <b>React 16 (ES6+).</b>
Very agile environment, strict BDD-first pattern, pair programming full-time.
<!--
<a class="more-info-work-experience" href="#work-experience-oppenheimer-funds">More info »</a>
-->
</p>
</li>
<li id=morgan-stanley>
<div class="logo">Morgan Stanley</div>
<p>
Architected <b>Angular 2</b> solution for managing the firm's commercial real estate portfolio.
Morgan Stanley, 6th-largest US real estate lender, <b>has $1.3 trillion AUM</b>.
<!-- <a class=more-info-work-experience href="#work-experience-morgan-stanley>More info »</a> -->
</p>
</li>
<li id="subway-restaurants">
<div class="logo">Subway Restaurants</div>
<p>
Engineered <b>consumer engagement platform in ES6 and C#</b> with SiteCore CMS.
Web & app experience yields more repeat business and customer satisfaction.
<!-- <a class="more-info-work-experience" href="#work-experience-subway-restaurants">More info »</a> -->
</p>
</li>
<li id="gartner">
<div class="logo">Gartner</div>
<p>
<b>Led the front-end engineering team for 4 years,</b> redesigning every client-facing tool Gartner offers.
Gartner's clients include senior leadership at 80% of Fortune 500 companies.
<!-- <a class=more-info-work-experience href="#work-experience-gartner">More info »</a> -->
</p>
</li>
<li id="mckinsey-and-company">
<div class="logo">McKinsey & Co.</div>
<p>
<b>Rich-content interactive media apps</b> delivered on desktop and mobile via PhoneGap (now Cordova).
McKinsey is the world's leading supply chain and BI consultant firm.
<!-- <a class="more-info-work-experience" href="#work-experience-mckinsey-and-company">More info »</a> -->
</p>
</li>
</ul>
</div>
</div>
<!--
<div class="mdl-card__actions">
<a href="#" class="mdl-button">Case studies of Crates as a Director of Full-stack Development »</a>
</div>
-->
</div>
</section>
<section class="section--footer mdl-grid references">
<!--
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone mdl-cell--2-col-tablet">
<div class="section__circle-container__circle mdl-color--accent section__circle--small debanit-d reference-pic"></div>
</div>
-->
<div class="section__text mdl-cell mdl-cell--3-col-desktop mdl-cell--5-col-tablet mdl-cell--3-col-phone">
<h5>Debanit D. says:</h5>
<p>
Michael is a wizard in UI who conceives and executes exceptional front-ends using the latest in responsive design, CSS styling and UI packages. With these and a immense passion for User Experience enables him to convert any proposed wireframe to a operational website in a breeze.
</p>
<a
href="https://www.linkedin.com/in/crates/"
title="Check out some great references and recommendations for Crates on LinkedIn"
target="_blank"
class="read-more-linkedin"
>Read more on LinkedIn »</a>
</div>
<!--
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone mdl-cell--2-col-tablet">
<div class="section__circle-container__circle mdl-color--accent section__circle--small scott-b reference-pic"></div>
</div>
-->
<div class="section__text mdl-cell mdl-cell--3-col-desktop mdl-cell--5-col-tablet mdl-cell--3-col-phone">
<h5>Scott B. says:</h5>
<p>
I worked with Mike over the course of 4 years and he’s always been a source of inspiration to me.
His leadership and advice has helped hone my own skills and resulted in my promotion to Senior Software Developer earlier this year.
<br><br>
Mike is very results oriented and always over delivers.
He single handedly provided the inspiration and Proof of Concept for what has grown into the Peer Insights product.
</p>
<a
href="https://www.linkedin.com/in/crates/"
title="Check out some great references and recommendations for Crates on LinkedIn"
target="_blank"
class="read-more-linkedin"
>Read more on LinkedIn »</a>
</div>
<!--
<div class="section__circle-container mdl-cell mdl-cell--1-col mdl-cell--1-col-phone mdl-cell--2-col-tablet">
<div class="section__circle-container__circle mdl-color--accent section__circle--small ciaran-f reference-pic"></div>
</div>
-->
<div class="section__text mdl-cell mdl-cell--3-col-desktop mdl-cell--5-col-tablet mdl-cell--3-col-phone">
<h5>Ciaran F. says:</h5>
<p>
I worked as a mid-level front-end developer at Gartner with Michael as my lead.
In my almost 2 decades in this field I have never met anyone close to as talented as Michael is.
<br><br>
His knowledge of JavaScript in all its forms is unmatched, seriously.
Added to this he is very knowledgeable and appreciative of visual design and
business making him truly a unicorn in the development world.
</p>
<a
href="https://www.linkedin.com/in/crates/"
title="Check out some great references and recommendations for Crates on LinkedIn"
target="_blank"
class="read-more-linkedin"
>Read more on LinkedIn »</a>
</div>
</section>
</div>
<!--
<div class="mdl-layout__tab-panel" id=front-end-developer-experience>
<section class="section--center mdl-grid">
<div>
<iframe
src=""
width="100%"
height="650"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen
frameborder="0"
id="work-experience"
></iframe>
</div>
</section>
</div>
-->
<!--
<div
class="mdl-layout__tab-panel"
id="react-angular-programming-testimonials"
>
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div style="z-index: 12" class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Details</h4>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.
</div>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.</div>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.</div>
</div>
<div class="mdl-card__actions"><a href="#" class="mdl-button">Read our features</a></div>
</div>
</section>
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div style="z-index: 12" class="mdl-card mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--4-col-phone">
<div class=mdl-card__supporting-text>
<h4>Experienced Development Background with Best-of-Breed Companies</h4>
<ul id="development-work-experience">
<li id="oppenheimer"></li>
<li id="morgan-stanley"></li>
<li id="subway-restaurants"></li>
<li id="gartner"></li>
<li id="mckinsey-and-company"></li>
</ul>
</div>
<div class="mdl-card__actions"><a href="#" class="mdl-button">Read our features</a></div>
</div>
</section>
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div style="z-index: 12" class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Details</h4>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.</div>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.</div>
<div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div>
<div class="section__text mdl-cell mdl-cell--12-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Lorem ipsum dolor sit amet</h5>Dolore ex deserunt aute fugiat aute nulla ea sunt aliqua nisi cupidatat eu. Duis nulla tempor do aute et eiusmod velit exercitation nostrud quis <a href="#">proident minim</a>.</div>
</div>
<div class="mdl-card__actions"><a href="#" class="mdl-button">Read our features</a></div>
</div>
</section>
</div>
<div class="mdl-layout__tab-panel" id="contact-full-stack-js-contractor">
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-cell mdl-cell--12-col">
<h4>Features</h4>Minim duis incididunt est cillum est ex occaecat consectetur. Qui sint ut et qui nisi cupidatat. Reprehenderit nostrud proident officia exercitation anim et pariatur ex.
<ul class=toc>
<h4>Contents</h4><a href="#"lorem1>Lorem ipsum</a> <a href="#"lorem2>Lorem ipsum</a> <a href="#"lorem3>Lorem ipsum</a> <a href="#"lorem4>Lorem ipsum</a> <a href="#"lorem5>Lorem ipsum</a>
</ul>
<h5 id=lorem1>Lorem ipsum dolor sit amet</h5>
Excepteur et pariatur officia veniam anim culpa cupidatat consequat ad velit culpa est non.
<ul>
<li>Nisi qui nisi duis commodo duis reprehenderit consequat velit aliquip.
<li>Dolor consectetur incididunt in ipsum laborum non et irure pariatur excepteur anim occaecat officia sint.
<li>Lorem labore proident officia excepteur do.</ul>
<p>Sit qui est voluptate proident minim cillum in aliquip cupidatat labore pariatur id tempor id. Proident occaecat occaecat sint mollit tempor duis dolor cillum anim. Dolore sunt ea mollit fugiat in aliqua consequat nostrud aliqua ut irure in dolore. Proident aliqua culpa sint sint exercitation. Non proident occaecat reprehenderit veniam et proident dolor id culpa ea tempor do dolor. Nulla adipisicing qui fugiat id dolor. Nostrud magna voluptate irure veniam veniam labore ipsum deserunt adipisicing laboris amet eu irure. Sunt dolore nisi velit sit id. Nostrud voluptate labore proident cupidatat enim amet Lorem officia magna excepteur occaecat eu qui. Exercitation culpa deserunt non et tempor et non.
<p>Do dolor eiusmod eu mollit dolore nostrud deserunt cillum irure esse sint irure fugiat exercitation. Magna sit voluptate id in tempor elit veniam enim cupidatat ea labore elit. Aliqua pariatur eu nulla labore magna dolore mollit occaecat sint commodo culpa. Eu non minim duis pariatur Lorem quis exercitation. Sunt qui ex incididunt sit anim incididunt sit elit ad officia id.
<p id=lorem2>Tempor voluptate ex consequat fugiat aliqua. Do sit et reprehenderit culpa deserunt culpa. Excepteur quis minim mollit irure nulla excepteur enim quis in laborum. Aliqua elit voluptate ad deserunt nulla reprehenderit adipisicing sint. Est in eiusmod exercitation esse commodo. Ea reprehenderit exercitation veniam adipisicing minim nostrud. Veniam dolore ex ea occaecat non enim minim id ut aliqua adipisicing ad. Occaecat excepteur aliqua tempor cupidatat aute dolore deserunt ipsum qui incididunt aliqua occaecat sit quis. Culpa sint aliqua aliqua reprehenderit veniam irure fugiat ea ad.
<p>Eu minim fugiat laborum irure veniam Lorem aliqua enim. Aliqua veniam incididunt consequat irure consequat tempor do nisi deserunt. Elit dolore ad quis consectetur sint laborum anim magna do nostrud amet. Ea nulla sit consequat quis qui irure dolor. Sint deserunt excepteur consectetur magna irure. Dolor tempor exercitation dolore pariatur incididunt ut laboris fugiat ipsum sunt veniam aute sunt labore. Non dolore sit nostrud eu ad excepteur cillum eu ex Lorem duis.
<p>Id occaecat velit non ipsum occaecat aliqua quis ut. Eiusmod est magna non esse est ex incididunt aute ullamco. Cillum excepteur sint ipsum qui quis velit incididunt amet. Qui deserunt anim enim laborum cillum reprehenderit duis mollit amet ad officia enim. Minim sint et quis aliqua aliqua do minim officia dolor deserunt ipsum laboris. Nulla nisi voluptate consectetur est voluptate et amet. Occaecat ut quis adipisicing ad enim. Magna est magna sit duis proident veniam reprehenderit fugiat reprehenderit enim velit ex. Ullamco laboris culpa irure aliquip ad Lorem consequat veniam ad ipsum eu. Ipsum culpa dolore sunt officia laborum quis.
<h5 id=lorem3>Lorem ipsum dolor sit amet</h5>
<p id=lorem4>Eiusmod nulla aliquip ipsum reprehenderit nostrud non excepteur mollit amet esse est est dolor. Dolore quis pariatur sit consectetur veniam esse ullamco duis Lorem qui enim ut veniam. Officia deserunt minim duis laborum dolor in velit pariatur commodo ullamco eu. Aute adipisicing ad duis labore laboris do mollit dolor cillum sunt aliqua ullamco. Esse tempor quis cillum consequat reprehenderit. Adipisicing proident anim eu sint elit aliqua anim dolore cupidatat fugiat aliquip qui.
<p id=lorem5>Nisi eiusmod esse cupidatat excepteur exercitation ipsum reprehenderit nostrud deserunt aliqua ullamco. Anim est irure commodo eiusmod pariatur officia. Est dolor ipsum excepteur magna aliqua ad veniam irure qui occaecat eiusmod aute fugiat commodo. Quis mollit incididunt amet sit minim velit eu fugiat voluptate excepteur. Sit minim id pariatur ex cupidatat cupidatat nostrud nostrud ipsum.
<p>Enim ea officia excepteur ad veniam id reprehenderit eiusmod esse mollit consequat. Esse non aute ullamco Lorem aliqua qui dolore irure eiusmod aute aliqua proident labore aliqua. Ipsum voluptate voluptate exercitation laborum deserunt nulla elit aliquip et minim ex veniam. Duis cupidatat aute sunt officia mollit dolor ad elit ad aute labore nostrud duis pariatur. In est sint voluptate consectetur velit ea non labore. Ut duis ea aliqua consequat nulla laboris fugiat aute id culpa proident. Minim eiusmod laboris enim Lorem nisi excepteur mollit voluptate enim labore reprehenderit officia mollit.
<p>Cupidatat labore nisi ut sunt voluptate quis sunt qui ad Lorem esse nisi. Ex esse velit ullamco incididunt occaecat dolore veniam tempor minim adipisicing amet. Consequat in exercitation est elit anim consequat cillum sint labore cillum. Aliquip mollit laboris ad labore anim.
</div>
</section>
</div>
-->
<footer class="mdl-mega-footer">
<!--
<div class="mdl-mega-footer--middle-section">
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h3 class="mdl-mega-footer--heading">Features</h3>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">About</a>
<li><a href="#">Terms</a>
<li><a href="#">Partners</a>
<li><a href="#">Updates</a>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h3 class="mdl-mega-footer--heading">Details</h3>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Spec</a>
<li><a href="#">Tools</a>
<li><a href="#">Resources</a>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h3 class="mdl-mega-footer--heading">Technology</h3>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">How it works</a>
<li><a href="#">Patterns</a>
<li><a href="#">Usage</a>
<li><a href="#">Products</a>
<li><a href="#">Contracts</a>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h3 class="mdl-mega-footer--heading">FAQ</h3>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Questions</a>
<li><a href="#">Answers</a>
<li><a href="#">Contact us</a>
</ul>
</div>
</div>
-->
<div class="mdl-mega-footer--bottom-section">
<ul class="mdl-mega-footer--link-list">
<li>
<a
href="https://crates.media"
title="Web Design and Contract Development Services - Crates Media"
>Contract Development Services</a>
</li>
<li>::</li>
<li>
<a
href="https://hosted.domains"
title="Cloud-based and Serverless Web Hosting from Hosted.Domains"
>Cloud-based and Serverless Web Hosting</a>
</li>
</ul>
</div>
</footer>
</main>
</div>
<script src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<script src="/scripts/main.min.js"></script>
<script>
var mainCss = document.getElementById('mainCss');
var cssHref = mainCss.getAttribute('href') + '?' + Date.now();
mainCss.setAttribute('href', cssHref);
(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-16506663-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>