-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdustins_words.html
More file actions
executable file
·562 lines (479 loc) · 23.6 KB
/
dustins_words.html
File metadata and controls
executable file
·562 lines (479 loc) · 23.6 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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html PUBLIC>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="html,css,photography,videography,building,woodworking,web design,hacking,prototyping,3d modeling,arduino,autism,dustin's words">
<meta name="author" content="Donnie Plumly">
<meta name="description"
content="Donnie Plumly's Dustin's Words is a product to help people that suffer from non-communicative disorders to communicate with the touch of a button">
<meta name="robots"
content="Autism, non-communicative, disorder, help, sms, text messages, ux design, experience design, prototype, paper prototyping, web design, app design, ui design, ux design, LA, product, 3d printing, tools, tool, user experience, designers" />
<meta name="googlebot"
content="Autism, non-communicative, disorder, help, sms, text messages, ux design, experience design, prototype, paper prototyping, web design, app design, ui design, ux design, LA, product, 3d printing, tools, tool, user experience, designers" />
<title>Dustin's Words</title>
<!-- <css> -->
<link rel="shortcut icon" type="image/x-icon" href="img/logo/favicon.ico">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/gallery.css">
<link rel="stylesheet" href="css/contact-modal.css">
<link rel="stylesheet" href="fonts/Lato/latofonts.css">
<link rel="stylesheet" href="fonts/OpenSans/open-sans.css">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-minified.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<nav>
<ul class="row">
<li class="columns four"><a href="index.html"><span>home</span></a></li>
<li class="columns four toggle-menu menu-right"><a href="#"><span>projects</span></a></li>
<li class="columns four"><a id="nav-contact" href="#"><span>contact</span></a></li>
</ul>
</nav>
<!-- Mobile Navigation Bar -->
<div id="mobile-nav">
<ul class="row">
<li class="mobile-four">
<a id="menu-home" href="index.html">
<img src="img/icons/mobileIcons/mobile-home.svg">
</a>
</li>
<li class="mobile-four">
<a href="#">
<div class="hamburger-menu toggle-menu menu-right">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</a>
</li>
<li class="mobile-four">
<a id="mobile-nav-contact" href="#/">
<img src="img/icons/mobileIcons/mobile-contact.svg">
</a>
</li>
</ul>
</div>
<!-- Push SIde Menu -->
<div id="push-nav" class="cbp-spmenu cbp-spmenu-vertical cbp-spmenu-right">
<div id="top-space" class="toggle-menu menu-right">
<div id="close-button">
<span></span>
<span></span>
</div>
</div>
<ul>
<li><img src="img/icons/nav-icons/logo-icon.svg"><a href="index.html">HOME</a></li>
<li><img src="img/icons/nav-icons/DF22.svg" alt="Phone icon"><a href="dreamforce23.html">Dreamforce</a>
</li>
<li><img src="img/icons/nav-icons/ibm.svg"><a href="ibm2020_activations.html">IBM DIGITAL</a></li>
<li><img src="img/icons/nav-icons/soundbooth.svg" alt="Sound booth icon"><a href="LC_soundbooth.html">LC
Soundbooth</a></li>
<li><img src="img/icons/nav-icons/litIS.svg" alt="Led icon"><a href="litIS.html">Lit IS</a></li>
<li><img src="img/icons/nav-icons/dustins-words.svg" alt="Dustin's Words icon"><a
href="dustins_words.html">DUSTIN'S
WORDS</a></li>
<li><img src="img/icons/nav-icons/visceral_reality.svg" alt="VR icon"><a
href="visceral_reality.html">Visceral
Reality</a></li>
<li><img src="img/icons/nav-icons/huddle.svg" alt="Huddle room icon"><a href="huddles.html">The
Huddles</a>
</li>
<li><img src="img/icons/nav-icons/chingonPong.svg" alt="Chingon Pong icon"><a
href="chingon_pong.html">Chingon
Pong</a></li>
<li><img src="img/icons/nav-icons/contact.svg" alt="Contact icon"><a id="menu-contact" href="#/">CONTACT</a>
</ul>
</div>
<div id="dustins-words-landing" class="project-landing">
<div class="row">
<h1>Dustin's <span>Words</span></h1>
</div>
</div><!-- end landing -->
<div class="project-container">
<div class="bg-logo">
<img src="img/logo/gear.svg" alt="Donnie Plumly logo">
</div>
<div class="row project-overview">
<div class="company">
<h3>Company: <span>Dustin's Words</span></h3>
</div>
<br>
<div class="project-copy">
<h4>Imagine a life where you could understand everything that is being said, but physically can’t
communicate back. That is a common occurrence for people who suffer from Autism. The project started
with Matt Reamer making a device for his brother Dustin to be able to communicate with his Mom over
text messages.
<br>
<br>
We started with Dustin, but have found others. The cost and functionality of similar devices on the
market make devices like these unobtainable for most. Our goal is to get this device into the hands
of people that need it.
<br>
<br>
In 2015 our Indegogo raised enough money for us to figure things out and do the work. With the help
of the generous people that donated these devices are cost free for the ones in need. It has been a
long road with a lot of bumps, but we are almost to the end.
</h4>
</div><!-- end project-copy -->
</div><!-- end row -->
<!-- Video for project -->
<!--<div class="video-container">
<div class="row">
<div class="video-description nine columns centered">
<h3>Indegogo campaign from 2015
</h3>
<div class="ten columns centered">
<h4>Explains the project, our intentions and motives.</h4>
</div>
</div>
<div class="fadeIn" style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/128172017"
style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>
<script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>-->
<div class="gallery">
<!-- <div id="project-color"></div> -->
<div class="row">
<div class="nine columns centered">
<h3>Many iterations to the current device
</h3>
<div class="header-copy ten columns centered">
<h4>We started out with a foam core box full of wires, then a 3d printed enclosure, and finally
created the polished version.</h4>
</div>
</div>
</div>
<ul class="row">
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/foam_core_prototype.jpg" alt="prototype"><img
src="img/projects/dustins-words/work/foam_core_prototype.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/foam_core_prototype2.jpg" alt="prototype"><img
src="img/projects/dustins-words/work/foam_core_prototype2.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery" href="img/projects/dustins-words/work/buttons.jpg"
alt="prototype"><img src="img/projects/dustins-words/work/buttons.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/button_cables.jpg" alt="buttons"><img
src="img/projects/dustins-words/work/button_cables.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/DW-3D-Printing.jpg" alt="3d printed box"><img
src="img/projects/dustins-words/work/DW-3D-Printing.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/hole-saw.jpg" alt="drilling holes"><img
src="img/projects/dustins-words/work/hole-saw.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/3d_printed_prototype.jpg" alt="prototype 3d printed"><img
src="img/projects/dustins-words/work/3d_printed_prototype.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/3d_printed_prototype2.jpg" alt="prototype 3d printed"><img
src="img/projects/dustins-words/work/3d_printed_prototype2.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects//dustins-words/work/custom-buttons.jpg"
alt="custom screen button prototype"><img
src="img/projects/dustins-words/work/custom-buttons2.jpg"></a>
</li>
<li class="four column fadeIn"><a class="img-gallery" href="img/projects/dustins-words/work/dw-mold.jpg"
alt="first completed version"><img src="img/projects/dustins-words/work/dw-mold.jpg"
alt="Dustin's Words final prototype"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/DW-Device.jpg" alt="3d render"><img
src="img/projects/dustins-words/work/DW-Device.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/Exploaded.jpg" alt="3d render"><img
src="img/projects/dustins-words/work/Exploaded.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery" href="img/projects/dustins-words/work/sanded.jpg"
alt="Enclosure ready for paint"><img src="img/projects/dustins-words/work/sanded.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/dustins-words/work/first_version.jpg" alt="first completed version"><img
src="img/projects/dustins-words/work/first_version.jpg"
alt="Dustin's Words final prototype"></a></li>
</ul>
</div><!-- end gallery -->
<!-- Link to project site -->
<div id="dw-site-bg" class="site-link">
<div class="row">
<div class="six columns centered">
<a href="https://dustins-words.github.io/Dustins-Words/index.html" target="blank">
<img src="img/projects/dustins-words/results/DW-logo.svg" alt="Dustin's Words Logo">
</a>
<h4>Click the logo to check out the Dustin's Words Website</h4>
</div>
</div>
</div>
<!-- Files associated with project -->
<div class="project-files">
<div class="row">
<div class="nine columns centered">
<h3>
Dustin's Words is an open source project
</h3>
</div>
</div>
<div class="left-content">
<div class="row">
<div class="columns six">
<img id="dustins-words-model" class="left-img"
src="img/projects/dustins-words/results/dw-model.png" alt="3D model photo">
</div>
<div class="left-info columns six">
<h4>Models can be found at Thingiverse from the link below. At Thingiverse you can find
completed models like the final DW version and the older version. Both will work, but the
older version is a little easier to print and work with.
</h4>
<img src="img/projects/dustins-words/results/3d.svg" alt="3d icon">
<div class="button-container">
<a class="btn btn-1 btn-1e" href="https://www.thingiverse.com/dplumly/designs"
target="_blank">
Thingiverse</a>
</div>
</div>
</div>
</div>
<div class="right-content">
<div class="row">
<div class="right-info columns six">
<h4>We built Dustin's Word's using a Particle Board. Here you can find all the code for the
project. We believe in this product and want to spread the word and get them in the hands of
people that need them!</h4>
<img src="img/projects/dustins-words/results/github.svg" alt="Github icon">
<div class="button-container">
<a class="btn btn-1 btn-1e" href="https://github.com/Dustins-Words"
target="_blank">Github</a>
</div>
<div class="button-container">
<a class="btn btn-1 btn-1e toggle-menu menu-right" href="#">More
Projects</a>
</div>
</div>
<div class="columns six">
<img class="right-img" src="img/projects/dustins-words/results/dw-code.jpg"
alt="Dustin's Words Code photo">
</div>
</div>
</div>
</div><!-- end project files -->
</div><!-- end project container -->
<footer id="contact">
<ul>
<li class="fadeIn">
<a id="blog" href="https://think-make-repeat.tumblr.com/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27">
<rect x="21.53" y="0.99" width="4.58" height="4.3"
transform="translate(9.2 -15.93) rotate(45)" />
<path
d="M26,21.75A4.33,4.33,0,0,0,24.74,19a4.49,4.49,0,0,0-4.31-1.26.29.29,0,0,1-.31-.09l-11-11a.24.24,0,0,1-.06-.21,4.63,4.63,0,0,0,.11-1.44A4.4,4.4,0,0,0,7.89,2.1,4.41,4.41,0,0,0,4.27.72a9.38,9.38,0,0,0-1.18.2V1a3,3,0,0,0,.25.34c.21.22.43.44.65.65L5.71,3.71,3,6.43a1.83,1.83,0,0,0-.13-.16L.6,4a1.9,1.9,0,0,0-.33-.22A4.44,4.44,0,0,0,.06,6.05,4.58,4.58,0,0,0,5.52,9.79a.3.3,0,0,1,.34.09l3.89,3.9h0l.05-.06,3.57,3.56-.06.06L16.92,21a.26.26,0,0,1,0,.2,4.58,4.58,0,0,0,3.65,5.51A4.39,4.39,0,0,0,23,26.48a3.55,3.55,0,0,0-.27-.35l-2.24-2.25-.13-.14L23.05,21a1.1,1.1,0,0,0,.15.16l2.25,2.27a2.7,2.7,0,0,0,.33.22A4.11,4.11,0,0,0,26,21.75Z" />
<path
d="M4.93,24.24,3.06,24c0-.15,0-.3-.05-.44,0-.42-.09-.84-.13-1.26,0-.06-.06-.16-.1-.16-.35-.05-.7-.08-1-.11L.27,26.75l.11,0L4.6,25.46c.13-.05.33-.05.39-.14s0-.28,0-.43S5,24.46,4.93,24.24Z" />
<rect x="11.53" y="13.02" width="0.08" height="5.04"
transform="translate(-7.6 12.73) rotate(-45)" />
<path d="M12.28,18.07,9,14.83,3,20.93,4,21c.07.63.14,1.24.21,1.86l1.87.22c0,.34.08.68.11,1Z" />
<path d="M19.73,4,14.09,9.66l3.24,3.24s3.61-3.53,5.61-5.53Z" />
</svg>
</a>
</li>
<li class="fadeIn">
<a id="github" href="https://github.com/dplumly" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="27.02" height="22.98" viewBox="0 0 27.02 22.98">
<path
d="M0,15.37v-2a.53.53,0,0,0,.06-.1A8.1,8.1,0,0,1,2,8.75a.9.9,0,0,0,.13-.49c0-.74,0-1.48,0-2.21a13.19,13.19,0,0,1,1-4A18.63,18.63,0,0,1,9.36,4.82a1.71,1.71,0,0,0,.93.19,48.94,48.94,0,0,1,5.13-.12,4.65,4.65,0,0,0,3.27-.7,13.72,13.72,0,0,1,5.17-2.13,13.87,13.87,0,0,1,1,5.7,2.29,2.29,0,0,0,.43,1.42,12.37,12.37,0,0,1,1.34,2.64,10.43,10.43,0,0,1,.15,5,8.94,8.94,0,0,1-8,7.87,42.09,42.09,0,0,1-10.52,0A8.66,8.66,0,0,1,.45,17.94C.24,17.09.14,16.22,0,15.37Zm13.5,8.28a21.28,21.28,0,0,0,6.05-.6c3.61-1,4.3-4.33,3.65-6.78-.54-2.06-2.15-3.18-4.51-3.16-2.08,0-4.15.18-6.23.2-1.37,0-2.75-.19-4.12-.2a4.35,4.35,0,0,0-3.79,1.66A5.36,5.36,0,0,0,7.43,23,19.9,19.9,0,0,0,13.48,23.65Z"
transform="translate(0.02 -2.06)" />
<ellipse cx="8.91" cy="16" rx="1.9" ry="2.57" />
<ellipse cx="18.31" cy="15.95" rx="1.9" ry="2.57" />
</svg>
</a>
</li>
<li class="fadeIn">
<a id="thingiverse" href="https://www.thingiverse.com/dplumly/designs" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27">
<rect x="1.27" y="6.65" width="2.35" height="13.84" />
<rect x="17.83" y="-2.62" width="2.35" height="13.84"
transform="translate(6.24 19.02) rotate(-61.84)" />
<rect x="6.75" y="-2.58" width="2.35" height="13.84"
transform="translate(7.96 -4.7) rotate(61.5)" />
<rect x="6.77" y="3.39" width="2.35" height="13.84"
transform="translate(20.77 8.17) rotate(118.16)" />
<rect x="17.84" y="3.34" width="2.35" height="13.84"
transform="translate(19.07 31.87) rotate(-118.5)" />
<rect x="6.75" y="15.78" width="2.35" height="13.84"
transform="translate(31.68 26.43) rotate(118.16)" />
<rect x="17.83" y="15.74" width="2.35" height="13.84"
transform="translate(8.15 50.17) rotate(-118.5)" />
<rect x="12.21" y="12.17" width="2.35" height="13.84" />
<rect x="23.3" y="6.54" width="2.35" height="13.84" />
</svg>
</a>
</li>
<li class="fadeIn">
<a id="linkedin" href="http://www.linkedin.com/in/donnieplumly" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27">
<path
d="M9.39,26.44h.23c1.76,0,3.52,0,5.28,0,.23,0,.27-.06.27-.28,0-3.1,0-6.21,0-9.31a4.46,4.46,0,0,1,.13-1.32,3.1,3.1,0,0,1,2.64-2.31,2.75,2.75,0,0,1,2.14.53A2.87,2.87,0,0,1,21,15.26a7.07,7.07,0,0,1,.24,2v9.17H27v-.27c0-3,0-6,0-9a23.76,23.76,0,0,0-.13-2.39,7.34,7.34,0,0,0-1.56-3.92A5.44,5.44,0,0,0,23,9.07a7.54,7.54,0,0,0-3.65-.36,5.38,5.38,0,0,0-3.49,1.93c-.21.25-.4.51-.64.82V9.05H9.39ZM.4,9.05c0,.08,0,.14,0,.2v17c0,.19,0,.24.24.24,1.77,0,3.53,0,5.3,0h.22V9.05Z" />
<path
d="M0,3.28A2.68,2.68,0,0,0,.11,3,3,3,0,0,1,2.71.69,3.79,3.79,0,0,1,5,1.05,3,3,0,0,1,6.49,4.23a2.78,2.78,0,0,1-2,2.25,3.69,3.69,0,0,1-2.82-.2A2.82,2.82,0,0,1,.09,4.19a.78.78,0,0,0,0-.14Z" />
<path
d="M9.39,26.44V9.05h5.78v2.41c.24-.31.43-.57.64-.82A5.38,5.38,0,0,1,19.3,8.71,7.54,7.54,0,0,1,23,9.07a5.44,5.44,0,0,1,2.4,1.73,7.34,7.34,0,0,1,1.56,3.92A23.76,23.76,0,0,1,27,17.11c0,3,0,6,0,9.05v.27H21.26V17.26a7.07,7.07,0,0,0-.24-2,2.87,2.87,0,0,0-.94-1.51,2.75,2.75,0,0,0-2.14-.53,3.1,3.1,0,0,0-2.64,2.31,4.46,4.46,0,0,0-.13,1.32c0,3.1,0,6.21,0,9.31,0,.22,0,.28-.27.28-1.76,0-3.52,0-5.28,0Z" />
<path
d="M.4,9.05H6.15V26.43H5.93c-1.77,0-3.53,0-5.3,0-.19,0-.24-.05-.24-.24V9.25C.39,9.19.4,9.13.4,9.05Z" />
</svg>
</a>
</li>
<li id="resume" class="fadeIn">
<a id="resume" href="img/resume/DonnieResume.pdf" download="Donnie Plumly's Awesome Resume!"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="27" height="27" viewBox="0 0 27 27">
<path
d="M2.88,13.4V2a1.92,1.92,0,0,1,2-2H17a.64.64,0,0,1,.39.16q3.21,3.2,6.39,6.39a.57.57,0,0,1,.14.35V21.56c0,1.09,0,2.18,0,3.28a1.88,1.88,0,0,1-1.41,1.85,2.22,2.22,0,0,1-.63.08q-8.49,0-17,0a1.93,1.93,0,0,1-2-2V13.4ZM15.31,1.93H6.71a1.38,1.38,0,0,0-.35,0A1.92,1.92,0,0,0,4.8,4V22.75a1.93,1.93,0,0,0,2.08,2.11H20a1.93,1.93,0,0,0,2-2.05V8.6H17.3a1.93,1.93,0,0,1-2-2V1.93Z" />
<path d="M13.41,22.94H7.76a1,1,0,1,1,0-1.91H19.06a1,1,0,1,1,0,1.91Z" />
<path
d="M13.43,13.39h5.63a1,1,0,0,1,1,.91,1,1,0,0,1-1,1H7.78a1,1,0,0,1-1-1.28,1,1,0,0,1,1-.63h5.68Z" />
<path
d="M13.41,19.12H7.73a.94.94,0,0,1-.9-1.39,1,1,0,0,1,1-.52H19a1.7,1.7,0,0,1,.64.13.92.92,0,0,1,.49,1.06.94.94,0,0,1-.94.72H13.41Z" />
<path d="M10,11.47H7.75a1,1,0,1,1,0-1.91h4.61a1,1,0,1,1,0,1.91Z" />
</svg>
</a>
</li>
<li class="fadeIn">
<a id="email" href="#/">
<svg xmlns="http://www.w3.org/2000/svg" width="26.98" height="20.23" viewBox="0 0 26.98 20.23">
<path
d="M0,21.06V6.75a.75.75,0,0,0,.05-.16,3.44,3.44,0,0,1,1-1.91,3.48,3.48,0,0,1,2.43-.89H23.25c.24,0,.47,0,.71,0a3.22,3.22,0,0,1,2.62,1.76A8.65,8.65,0,0,1,27,6.75V21.06c0,.09-.06.19-.08.28a3.28,3.28,0,0,1-1,1.77,3.41,3.41,0,0,1-2.41.91h-20a3.28,3.28,0,0,1-3.17-2A8.17,8.17,0,0,1,0,21.06ZM3,22.2v.07a5,5,0,0,0,.65.08H23.44c.21,0,.42-.06.69-.09L16.8,13.89c-.15.12-.29.23-.42.35l-2.32,2a.87.87,0,0,1-1.11,0L11.49,15l-1.27-1.09Zm10.56-7.72L24,5.52c-.2,0-.34-.06-.47-.06H3.54c-.14,0-.28,0-.48.06Zm4.56-1.69L25.22,21l.06,0c0-.15,0-.3,0-.46V7.34a4.23,4.23,0,0,0-.05-.5,1.15,1.15,0,0,0-.08-.15ZM1.85,6.7H1.78a3.33,3.33,0,0,0-.07.54q0,6.65,0,13.29a2.6,2.6,0,0,0,.05.39l.06,0L9,12.78Z"
transform="translate(-0.02 -3.79)" />
</svg>
</a>
</li>
</ul>
<div id="footer-info" class="column eight centered">
<p>COPYRIGHT 2025 | DONNIE PLUMLY</p>
<p>Think, Make, Repeat.</p>
</div>
</footer>
<!-- Contact Modal Section-->
<div id="contact-modal" class="form-container">
<div class="form-card">
<span class="close closeContactModal">×</span>
<form id="form-trigger" class="validate-form" method="post" name="contact-form"
action="https://formspree.io/mqkywppn">
<span class="form-title">Hit me up!</span>
<div class="input-wrapper validate-input">
<input class="input" type="text" name="name">
<span class="focus-input" data-placeholder="NAME"></span>
</div>
<div class="input-wrapper validate-input">
<input class="input" type="text" name="email">
<span class="focus-input" data-placeholder="EMAIL"></span>
</div>
<div class="input-wrapper validate-input">
<textarea class="input" name="message"></textarea>
<span class="focus-input" data-placeholder="MESSAGE"></span>
</div>
<div class="g-recaptcha" data-sitekey="6Lf358QZAAAAAKFwfdDHJyRCvqVcm25L_WzwTGLn"></div>
<div class="submit-container">
<input class="form-button" type="submit" value="Send">
</div>
</form>
</div>
</div>
<div id="thank-you-modal" class="form-container">
<div class="form-card">
<span class="close closeThanks">×</span>
<h2>Thanks!</h2>
<object type="image/svg+xml" data="img/contact-modal/thumbsUp.svg" id="thumbsUp"></object>
</div>
</div>
<!-- JavaScript -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/scrolline-minified.js"></script>
<script src="js/menu-minified.js"></script>
<script src="js/jPushMenu.js"></script>
<script src="js/scrollreveal.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/gallery.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38779390-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-38779390-1');
</script>
<script>
// Scroll Reveal Script /////////////////////////////////////
// Changing the defaults
window.sr = ScrollReveal({ reset: false });
// Customizing a reveal set
sr.reveal('.fadeIn', { duration: 800 });
// Code for scroll line at top of page /////////////////////////////////////
$.scrolline({
reverse: false,
position: 'top',
backColor: '#9e1c2c',
frontColor: '#61e3d3',
weight: 4
});
// Push Menu Script /////////////////////////////////////
jQuery(document).ready(function ($) {
$('.toggle-menu').jPushMenu();
});
// Transformicon Script /////////////////////////////////////
$(document).ready(function () {
$('.hamburger-menu').click(function () {
$(this).toggleClass('open');
});
});
// Image Gallery Script /////////////////////////////////////
$(document).ready(function () {
$(".img-gallery").tosrus();
});
// Contact Modal Script /////////////////////////////////////
window.addEventListener("DOMContentLoaded", function () {
// Variable to put on the <form>
let form = document.getElementById("form-trigger");
let button = document.getElementById("submit-container");
let emailSuccess = document.getElementById("contact-modal");
let thankModal = document.getElementById("thank-you-modal");
function thanks() {
emailSuccess.style.display = "none";
setTimeout(function () { thankModal.style.display = "block"; }, 30);
form.reset();
}
// Success and Error functions for after the form is submitted
function success() {
thanks();
}
function error() { status.innerHTML = "Oops! There was a problem."; }
// handle the form submission event
form.addEventListener("submit", function (ev) {
ev.preventDefault();
let data = new FormData(form);
ajax(form.method, form.action, data, success, error);
});
});
// helper function for sending an AJAX request
function ajax(method, url, data, success, error) {
let xhr = new XMLHttpRequest();
xhr.open(method, url);
xhr.setRequestHeader("Accept", "application/json");
xhr.onreadystatechange = function () {
if (xhr.readyState !== XMLHttpRequest.DONE) return;
if (xhr.status === 200) {
success(xhr.response, xhr.responseType);
} else {
error(xhr.status, xhr.response, xhr.responseType);
}
};
xhr.send(data);
}
</script>
</body>
</html>