-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisceral_reality.html
More file actions
executable file
·558 lines (479 loc) · 23.3 KB
/
visceral_reality.html
File metadata and controls
executable file
·558 lines (479 loc) · 23.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
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
<!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,3d printing">
<meta name="author" content="Donnie Plumly">
<meta name="description" content="Donnie Plumly's Visceral Reality the sim of the future today">
<meta name="robots"
content="Long Beach Grad Prix, VR, Virtual Reality, Sim, Simulation, Oculus, 3d video, Haptic feedback, CXC, LA Auto Show, Lexus, event space, installation,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="Long Beach Grad Prix, VR, Virtual Reality, Sim, Simulation, Oculus, 3d video, Haptic feedback, CXC, LA Auto Show, Lexus, event space, installation,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>Visceral Reality</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="visceral_reality-landing" class="project-landing">
<div class="row">
<h1>Visceral<span> Reality</span></h1>
</div>
</div><!-- end landing -->
<div class="project-container">
<div class="bg-logo">
<img src="img/logo/gear.svg" alt="logo">
</div>
<div class="row project-overview">
<div class="company">
<h3>Company: <span>Team One</span></h3>
<h3>Client: <span>Lexus</span></h3>
</div>
<br>
<div class="project-copy">
<h4>Giving great experiences for event goers is what we strive for. One way to accomplish that is by
delivering the most realistic experience possible. Visceral Reality is the future of simulators in
the present. By using technologies such as, VR, ambisonic audio, haptic feedback, intense real
captured motion, and a world class driver in the Lexus RC F, we have created an experience like no
other.
<br>
<br>
Team One and Lexus aren’t in the business of building one off experiences, we create platforms. We
worked with the production company SCPS to create an experience that will live far past its debut at
the Long Beach Grand Prix. With the way this experience is built, we are able to add new footage,
motion, VR headsets, peripheral devices (scents, heat…), and branding to create a totally new
experience based on the project needs.
<br>
<br>
This sim isn’t just another motion sim, but is the first of its kind. Not only can we update this
device, we can scale this platform to be in many areas and situations all over the globe. The goal
is not to have just one of these but many. Having these experiences at car shows, sporting arenas,
live events, and even dealerships to gain brand awareness allows the user to experience vehicles
they never have or couldn’t.
<br>
<br>
The most unique thing about this sim is the fact we captured the actual motion from the car being
driven. In post, we were seamlessly able to synch up the motion with the visuals. One thing on one
wants in a VR experience is any visuals not being synched with motion. If it wasn’t synched
perfectly, we definitely would’ve needed a bucket!
<br>
<br>
</h4>
</div><!-- end of project-copy -->
</div><!-- end of row -->
<div class="gallery">
<div id="project-color"></div>
<ul class="row">
<!-- <div class="work-img">
<img src="img/logo/work.svg" alt="logo">
</div> -->
<div class="row">
<div class="nine columns centered">
<h3>Premiered at the Long Beach Grand Prix
</h3>
<div class="header-copy ten columns centered">
<h4>It has also been ported to other devices such as Samsung Gear for other events.</h4>
</div>
</div>
</div>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality1.jpg"
alt="Visceral Reality installation"><img
src="img/projects/visceral_reality/work/visceral_reality1.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality2.jpg"
alt="Visceral Reality installation"><img
src="img/projects/visceral_reality/work/visceral_reality2.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality3.jpg"
alt="Visceral Reality up close"><img
src="img/projects/visceral_reality/work/visceral_reality3.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality4.jpg"
alt="Visceral Reality with someone in it"><img
src="img/projects/visceral_reality/work/visceral_reality4.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality5.jpg"
alt="Visceral Reality Samdung Gear "><img
src="img/projects/visceral_reality/work/visceral_reality5.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/Lexus-VR-viewer.jpg"
alt="Visceral Reality Samdung Gear "><img
src="img/projects/visceral_reality/work/Lexus-VR-viewer.jpg"></a></li>
</ul>
</div><!-- end gallery -->
<div class="gallery">
<div class="row">
<div class="nine columns centered">
<h3>We have experimented with Haptic Feedback for years
</h3>
<div class="header-copy ten columns centered">
<h4>Visceral Reality was equipped with wind and we installed this prototype on our sim at Team
One.</h4>
</div>
</div>
</div>
<ul class="row">
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality-fan2.jpg"
alt="Visceral Reality installation"><img
src="img/projects/visceral_reality/work/visceral_reality-fan2.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality-fan.jpg"
alt="Visceral Reality installation"><img
src="img/projects/visceral_reality/work/visceral_reality-fan.jpg"></a></li>
<li class="four column fadeIn"><a class="img-gallery"
href="img/projects/visceral_reality/work/visceral_reality-fan-blade.jpg"
alt="Visceral Reality up close"><img
src="img/projects/visceral_reality/work/visceral_reality-fan-blade.jpg"></a></li>
</ul>
</div><!-- end gallery -->
<!-- Video for project -->
<div class="video-container">
<div class="row">
<div class="video-description nine columns centered">
<h3>Testing the fan mapped to the speed in a video game
</h3>
</div>
<div class="row">
<div class="fadeIn youtube-responsive">
<iframe width="560" height="315" src="https://www.youtube.com/embed/5TY61rPqiqo" frameborder="0"
allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<!-- Files associated with project -->
<div class="project-files">
<div class="row">
<div class="nine columns centered">
<h3>
Haptics in VR installations is a must for user experience
</h3>
</div>
</div>
<div class="left-content">
<div class="row">
<div class="columns six">
<img id="haptics" class="left-img" src="img/projects/visceral_reality/results/haptic.png"
alt="Haptics photo">
</div>
<div class="left-info columns six">
<h4>Haptics are the subtle points of contact that truly immerse a person. We take most haptics
for granted since we don't notice them. Apple has done a great job of integrating haptics
that feel natural to the user experience.
</h4>
<img src="img/projects/visceral_reality/results/vibration-logo.svg" alt="Vibration icon">
</div>
</div>
</div>
<div class="right-content">
<div class="row">
<div class="right-info columns six">
<h4>I was lucky enough to go with the experience while it was at the Long Beach Grand Prix.
Sure, I had to work for free all weekend, but I also got to help people through the
experience and get feedback. It was extremely rewarding to see how well the machine
performed and people's reactions.</h4>
<img src="img/projects/visceral_reality/results/ux-logo.svg" alt="UX icon">
<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 id="vr-platform" class="right-img"
src="img/projects/visceral_reality/results/VR-platform.png" alt="VR platform">
</div>
</div>
</div>
</div><!-- end project files -->
</div><!-- end of 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>