-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-backup.html
616 lines (565 loc) · 27.5 KB
/
index-backup.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
<html>
<head>
<title>Blake Williford // Designer + Creative Technologist</title>
<meta charset="UTF-8">
<meta name="description" content="Design and Creative Technology services">
<meta name="keywords" content="Design, UX, UI, Research, Front-end development, HCI, Sketch Recognition, Creativity, Branding, Illustration, Sketch">
<meta name="author" content="Blake Williford">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20461668-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-20461668-1');
</script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="css/style.css" >
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--JS Frameworks-->
<script src="js/paper-full.min.js"></script>
<script src="js/noframework.waypoints.min.js"></script>
</head>
<body>
<div class="navbar-fixed">
<nav class="transparent z-depth-0">
<div class="nav-wrapper">
<div class="row">
<div class="col s12">
<a href="#" data-activates="mobile-demo" class="button-collapse"></a>
<a href="#home" class="brand-logo" ><h4>BLAKE WILLIFORD</h4></a>
<ul id="nav" class="right hide-on-med-and-down">
<li><a id="nav-design" href="#design">DESIGN</a></li>
<li><a id="nav-research" href="#research">RESEARCH</a></li>
<li><a id="nav-art" href="#art">ART</a></li>
<li><a id="nav-bio" href="#bio">BIO</a></li>
<li><a id="nav-cv" href="#cv">CV</a></li>
<li><a id="nav-contact" href="#contact">CONTACT</a></li>
</ul>
</div>
</div>
<ul class="side-nav" id="mobile-demo">
<li><a href="#design">DESIGN</a></li>
<li><a href="#research">RESEARCH</a></li>
<li><a href="#art">ART</a></li>
<li><a href="#bio">BIO</a></li>
<li><a href="#cv">CV</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
</nav>
</div>
<div id="main-progressbar-container">
<div id="main-progressbar">
</div>
</div>
<a href="#design"<div class="down"></div></a>
<div class="home-wrap">
<canvas id="home" class="hide-on-med-and-down"></canvas>
<div class="section">
<div class="container">
<h1 style="font-size: 3.1rem; margin-top: 200px; text-align: center;">I'M A <span>DESIGNER</span> AND <span>CREATIVE TECHNOLOGIST</span></h1>
</div>
</div>
</div>
<div class="section" id="design">
<div class="container">
<div class="row">
<h1>I LOVE TO <span>DESIGN</span> AND DEVELOP INTERACTIVE EXPERIENCES FOR PEOPLE</h1>
<div class="clear-40"></div>
<div class="col s12 m6 l4">
<a href="projects/sketchtivity.html"><img src="images/portfolio/sketchtivity.png"></img></a>
<a href=""><img src="images/portfolio/finalfrontier.png"></img></a>
<a href=""><img src="images/portfolio/djsuspense.png"></img></a>
</div>
<div class="col s12 m6 l4">
<a href=""><img src="images/portfolio/mechanix.png"></img></a>
<a href=""><img src="images/portfolio/shortfin.png"></img></a>
<a href=""><img src="images/portfolio/southinc.png"></img></a>
</div>
<div class="col s12 m6 l4">
<a href=""><img src="images/portfolio/zensketch.png"></img></a>
<a href=""><img src="images/portfolio/audioeducate.png"></img></a>
<a href=""><img src="images/portfolio/jcchorale.png"></img></a>
</div>
</div>
</div>
</div>
<div class="section" id="research">
<div class="container">
<div class="row">
<h1 style="font-weight: 100;">MY PHD RESEARCH EXPLORES METHODS FOR HELPING PEOPLE LEARN HOW TO DRAW AND BE MORE CREATIVE USING ARTIFICIAL INTELLIGENCE</span></h1>
<div class="clear-40"></div>
<div class="col s6 m3 l3">
<img src="images/research/perspective.jpg"></img>
</div>
<div class="col s6 m3 l3">
<img src="images/research/zen1.jpg"></img>
</div>
<div class="col s6 m3 l3">
<img src="images/research/zen2.jpg"></img>
</div>
<div class="col s6 m3 l3">
<img src="images/research/org.gif"></img>
</div>
</div>
<div class="clear-40"></div>
<div class="row">
<h4 style="color: #7227fd">PUBLICATIONS</h4>
<div class="publication">
<h5>ZenSketch: A Sketch-Based Game for Improving Line Work</h5>
<h6><strong>Blake Williford</strong>, Matthew Runyon, Adil Hamid Malla, Wayne Li, Julie Linsey, Tracy Hammond</h6>
<p><i>CHI Play 2017 Student Game Competition</i></p>
</div>
<div class="publication">
<h5>Collaborative Live Media Curation: Shared Context for Participation in Online Learning</h5>
<h6>Bill Hamilton, Nic Lupfer, Nicholas Botello, Tyler Tesch, Alex Stacy, Jeremy Merrill, <strong>Blake Williford</strong>, Frank Bentley, Andruid Kerne</h6>
<p><i>CHI 2018</i></p>
</div>
<div class="publication">
<h5>Conquering the Cube – Learning to Sketch Primitives in Perspective with an Intelligent Tutoring System</h5>
<h6>Swarna Keshavabhotla, <strong>Blake Williford</strong>, Shalini Kumar, Ethan Hilton, Wayne Li, Tracy Hammond and Julie Linsey</h6>
<p><i>Expressive (SBIM) 2017</i></p>
</div>
<div class="publication">
<h5>SketchTivity: Improving Creativity by Learning Sketching with an Intelligent Tutoring System</h5>
<h6><strong>Blake Williford</strong></h6>
<p><i>Creativity and Cognition 2017 Doctoral Consortium</i></p>
</div>
<div class="publication">
<h5>Everyone Can Sketch: Reviving Hand-drawn Sketching with an Intelligent Tutoring System</h5>
<h6><strong>Blake Williford</strong>, Wayne Li, Ethan Hilton, Julie Linsey, Tracy Hammond</h6>
<p><i> SketchingDIS: Hand-drawn Sketching in HCI workshop at Designing Interactive Systems Conference (DIS 2017)</i>
</p></div>
<div class="publication">
<h5>It’s Not Just About Accuracy: Metrics That Matter When Measuring Expert Sketching Ability</h5>
<h6>Tracy Hammond, Shalini Kumar, Matthew Runyon, Josh Cherian, <strong>Blake Williford</strong>, Swarna Keshavabhotla, Wayne Li, Tracy Hammond, Julie Linsey</h6>
<p>TiiS Intelligent Systems Journal Paper (Accepted)</p>
</div>
<div class="publication">
<h5>Consistently Evaluating Sketching Ability in Engineering Curriculum</h5>
<h6>Ethan Hilton, <strong>Blake Williford</strong>, Wayne Li, Erin McTigue, Tracy Hammond and Julie Linsey</h6>
<p><em>IDCC 2016</em></p>
</div>
<div class="publication">
<h5>PerSketchTivity – An Intelligent Pen-Based Educational Application for Design Sketching Instruction</h5>
<h6><strong>Blake Williford</strong>, Paul Taele, Trevor Nelligan, Wayne Li, Dr. Julie Linsey, Dr. Tracy Hammond</h6>
<p><em>Revolutionizing Education with Digital Ink 2016</em></p></div>
<div class="publication">
<h5>SketchMaster – Education for the Conceptual Age</h5>
<h6>Master’s Thesis</h6>
<p><em>2015</em></p>
</div>
</div>
</div>
</div>
<div class="section" id="art">
<div class="container">
<div class="row">
<h1>I LOVE TO SKETCH.</br> HERE'S A SMALL COLLECTION OF MY ILLUSTRATIONS</h1>
<div class="clear-40"></div>
<div class="col s6 m4 l3">
<img src="images/art/zerogcamera2.jpg" class="materialboxed"></img>
<img src="images/art/zerogcamera.jpg" class="materialboxed"></img>
<img src="images/art/cusco.jpg" class="materialboxed"></img>
<img src="images/art/frog1.jpg" class="materialboxed"></img>
</div>
<div class="col s6 m4 l3">
<img src="images/art/tractor3.jpg" class="materialboxed"></img>
<img src="images/art/tractor2.jpg" class="materialboxed"></img>
<img src="images/art/tractor1.jpg" class="materialboxed"></img>
<img src="images/art/jabba.jpg" class="materialboxed"></img>
<img src="images/art/frog2.jpg" class="materialboxed"></img>
</div>
<div class="col s6 m4 l3">
<img src="images/art/porsche.jpg" class="materialboxed"></img>
<img src="images/art/chromefrog.jpg" class="materialboxed"></img>
<img src="images/art/creature.jpg" class="materialboxed"></img>
<img src="images/art/city.jpg" class="materialboxed"></img>
</div>
<div class="col s6 m4 l3">
<img src="images/art/watch.jpg" class="materialboxed"></img>
<img src="images/art/spacetrain.jpg" class="materialboxed"></img>
<img src="images/art/skull.jpg" class="materialboxed"></img>
<img src="images/art/walterscott.jpg" class="materialboxed"></img>
</div>
</div>
</div>
</div>
<div class="section" id="bio">
<div class="container">
<div class="row">
<div class="col s12 m6 l6">
<h1 style="text-align: left; font-weight: 100;">I'M A BRIDGE BETWEEN</br> <span id="bioterm-1">DESIGN</span> AND <span id="bioterm-2">ENGINEERING</span></h1>
<p>I'm a multi-disciplinary creative professional and researcher that's passionate about designing and building interactive experiences that empower people.</p>
<p>My research is at the crossroads of HCI and AI, with applications in educational technology, pen-and-stylus based interfaces, and serious games. I’m passionate about designing and building software that helps people learn, grow, and become more creative. Technology can vastly accelerate learning and empower people to learn at their own pace.</p>
<p>I believe every design requires empathy for the people using it, a balanced perspective in the approach to designing it, and simplicity in its implementation.</p>
<p>When I’m not designing or absorbed in research, I am likely playing music, traveling, or playing video games – A great source of design inspiration.</p>
</div>
<div class="col s12 m6 l6">
</div>
</div>
</div>
</div>
<div class="section" id="cv">
<div class="container">
<div class="row">
<h1>CV</h1>
<div class="col s12 m4 l4">
<h4>SPECIALIZATIONS</h4>
<div class="skillset">
<h5>Pen and Stylus-based UI / UX</h5>
<h5>Sketch Recognition</h5>
<h5>Educational Technology</h5>
<h5>Educational Games</h5>
<h5>Creativity Support</h5>
</div>
<h4>SKILLS</h4>
<div class="skillset">
<h5>Design</h5>
<ul>
<li>Sketching</li>
<li>Wireframing</li>
<li>Storyboarding</li>
<li>Prototyping</li>
<li>Responsive Web Design</li>
<li>Animation</li>
<li>3D Modeling</li>
<li>Information Architecture</li>
<li>Information Visualization</li>
</ul>
</div>
<div class="skillset">
<h5>Development</h5>
<ul>
<li>JS</li>
<li>JQuery</li>
<li>HTML</li>
<li>CSS</li>
<li>C#</li>
<li>Java</li>
<li>Python</li>
</ul>
</div>
<div class="skillset">
<h5>Research</h5>
<ul>
<li>Semi-structured Interviews</li>
<li>Ethnography</li>
<li>Personas</li>
<li>Heuristic Evaluations</li>
<li>Experience Mapping</li>
<li>Usability Testing</li>
<li>Survey Design</li>
</ul>
</div>
<div class="skillset">
<h5>Software</h5>
<ul>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Adobe InDesign</li>
<li>Adobe Premiere</li>
<li>Adobe Animate</li>
<li>Autodesk Sketchbook Pro</li>
<li>Unity</li>
<li>Sketch</li>
<li>Axure RP</li>
<li>Solidworks</li>
<li>Omnigraffle</li>
<li>Visual Basic</li>
<li>Microsoft Office Suite</li>
</ul>
</div>
<h4>AWARDS</h4>
<h5>CHI Play 2017 Student Game Design Competition</h5>
<h6 class="first">1st Place</h6>
<h5>Tapia 2017 Student Research Competition</h5>
<h6 class="second">2nd Place</h6>
</div>
<div class="col s12 m8 l8">
<h4>EDUCATION</h4>
<div class="education incomplete">
<h5>Ph.D. Computer Science</h5>
<h6>Texas A&M University</h6>
<h6><em>2016 – PRESENT</em></h6>
</div>
<div class="education">
<h5>M.S. Human-Computer Interaction</h5>
<h6>Georgia Institute of Technology</h6>
<h6><em>2013 – 2015</em></h6>
</div>
<div class="education">
<h5>B.S. Industrial Design</h5>
<h6>Georgia Institute of Technology</h6>
<h6><em>2007 – 2011</em></h6>
</div>
<h4>EXPERIENCE</h4>
<div class="experience">
<h5>Blake Williford Design</h5>
<h6>Freelance Designer</h6>
<h6><em>2010 – PRESENT</em></h6>
<p>Freelance UI / UX design, front-end development, branding, and illustration services with 8 years of experience working on projects for more than 30 clients ranging from individuals to startups and mid-sized companies.</p>
<p>Honed skills as a highly effective communicator, leader, and facilitator of consistently successful design solutions.</p>
</div>
<div class="experience">
<h5>Texas A&M University</h5>
<h6>Graduate Research Assistant</h6>
<h6><em>2016 – PRESENT</em></h6>
<p>Research under Dr. Tracy Hammond in the Sketch Recognition Lab is primarily related to intelligent educational software and serious games. I lead the design and development of “SketchTivity” an educational platform for teaching the fundamentals of design sketching and improving creativity in people.</p>
<p>I also provide design and front-end development assistance with an intelligent educational software called "Mechanix" which is for teaching freebody diagrams.</p>
</div>
<div class="experience">
<h5>Fjord</h5>
<h6>Interaction Designer</h6>
<h6><em>2015 – 2016</em></h6>
<p>Collaborated on several client projects for the Atlanta studio of this service design firm. Work involved research, interviews, journey mapping, persona creation, sketching, wireframing, prototyping and visual design. Projects included a mortgage buying application for a major financial institution, a report outage experience for a utility company, and a booking experience for a luxury cruiseline.</p>
</div>
<div class="experience">
<h5>Georgia Institute of Technology</h5>
<h6>Graduate Teaching Assistant</h6>
<h6><em>2015</em></h6>
<p>Assisting sophomore undergrad Industrial Design students in their main studio course. Responsibilities include helping them with research, ideation, giving them constructive feedback, and grading. Using my knowledge and experience to ensure they get in to good habits, break bad habits, and are dedicated to process.</p>
</div>
<div class="experience">
<h5>Georgia Institute of Technology</h5>
<h6>Graduate Research Assistant</h6>
<h6><em>2014</em></h6>
<p>Performed research in the area of advancing spatial reasoning and creative skills in engineers through learning sketching – Specifically by using educational software. Closely related to my Master’s Thesis.</p>
</p></div>
<div class="experience">
<h5>StubHub / eBay</h5>
<h6>UX Designer Intern</h6>
<h6><em>2014</em></h6>
<p>Hybrid UX Designer role in which I designed and prototyped a new profile system concept for StubHub users called “My Hub”.</p>
<p>Worked closely with a Project Manager intern to conceptualize a site-wide personalization framework, with the goal of making StubHub a more personally catered experience for event discovery and planning.</p>
<p>Assisted UX team on several projects related to the responsive redesign of StubHub website by exploring page designs with sketches, wireframes, and prototypes.</p>
</div>
<div class="experience">
<h5>THINK Interactive</h5>
<h6>UX Designer</h6>
<h6><em>2013 – 2014</em><h6>
<p>Assisted UX team in the design of two responsive websites for national brands during a 3-month contract position with information architecture, wireframes, task-flows, and sitemaps.</p>
</div>
<div class="experience">
<h5>Cardinal Web Solutions</h5>
<h6>UI / Visual Designer</h6>
<h6><em>2012 – 2013</em><h6>
<p>Led the design services of this growing digital agency as their first in-house designer.</p>
<p>Rebranded the company and its entire physical and digital presence, leading to a more clear, concise, and cohesive brand identity.</p>
<p>Directed a wide variety of projects for local and national clients involving responsive web design, mobile site/app design, graphic design, and branding during a time in which the company tripled in size.</p>
</div>
<div class="experience">
<h5>Cooper Lighting</h5>
<h6>Industrial Design Intern</h6>
<h6><em>2011</em><h6>
<p>Supported design team and worked on a variety of commercial LED lighting products. Developed concepts for a family of products for InVue, re-imagining their high-end outdoor lighting brand.</p>
</div>
</div>
</div>
</div>
</div>
<div class="section" id="contact">
<div class="container">
<div class="row">
<div class="col s12 m6 l6">
<h4>CONNECT WITH ME</span></h4>
<p>Thanks for visiting my portfolio! I'd love to stay in touch.</br>
Here's a couple of ways to stay connected -</p>
<a href="https://www.linkedin.com/in/blakewilliford/" target="blank"><div class="linkedin"></div></a>
<a href="https://www.instagram.com/renaissancekid/" target="blank"><div class="insta"></div></a>
<div class="clear-40"></div>
<h4>HIT ME UP</span></h4>
<p>I'm always happy to collaborate on creative projects!</br>
Currently looking for an internship / contract work for Summer 2018</p>
<div class="email" onclick="copyToClipboard()">[email protected]</div>
<textarea id="my-email" style="opacity: 0;">[email protected]</textarea>
</div>
</div>
</div>
</div>
<div class="footer">
© 2018 BLAKE WILLIFORD <span class="love">CODED WITH ❤</span>
<a class="grey-text text-lighten-4 right" href="#!">VERSION 4.0 <em>SIZZLE</em></a>
</div>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script>
$('.button-collapse').sideNav({
menuWidth: 300, // Default is 240
closeOnClick: true, // Closes side-nav on <a> clicks, useful for Angular/Meteor
edge: 'right'
}
);
$( document ).ready(function() {
window.setInterval(function()
{
toggleBioTerms();
}, 3000);
$(window).scroll(function() {
//Update progress bar
var winTop = $(window).scrollTop();
var docHeight = $('body').height();
var winHeight = $(window).height();
var totalScroll = Math.floor((winTop/docHeight)*100);
document.getElementById('main-progressbar').style.height = totalScroll+'%';
});
});
//Update nav
var links = document.getElementById('nav').childNodes;
var waypoint1 = new Waypoint({
element: document.getElementById('design'),
handler: function() {
document.getElementById('nav-design').className = "active";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "";
}
});
var waypoint2 = new Waypoint({
element: document.getElementById('research'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "active";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "";
}
});
var waypoint3 = new Waypoint({
element: document.getElementById('art'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "active";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "";
}
});
var waypoint4 = new Waypoint({
element: document.getElementById('bio'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "active";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "";
}
});
var waypoint5 = new Waypoint({
element: document.getElementById('cv'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "active";
document.getElementById('nav-contact').className = "";
}
});
var waypoint6 = new Waypoint({
element: document.getElementById('contact'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "active";
}
});
var waypoint7 = new Waypoint({
element: document.getElementById('home'),
handler: function() {
document.getElementById('nav-design').className = "";
document.getElementById('nav-research').className = "";
document.getElementById('nav-art').className = "";
document.getElementById('nav-bio').className = "";
document.getElementById('nav-cv').className = "";
document.getElementById('nav-contact').className = "";
}
});
function toggleBioTerms() {
var term1 = document.getElementById('bioterm-1').innerHTML;
var term2 = document.getElementById('bioterm-2').innerHTML;
if (term1 == "DESIGN") {
document.getElementById('bioterm-1').innerHTML = "ART"
document.getElementById('bioterm-2').innerHTML = "SCIENCE"
}
else {
document.getElementById('bioterm-1').innerHTML = "DESIGN"
document.getElementById('bioterm-2').innerHTML = "ENGINEERING"
}
}
function copyToClipboard() {
document.getElementById('my-email').select();
document.execCommand("Copy");
alert("Copied the text: [email protected]");
}
</script>
<script type="text/paperscript" canvas="home">
//Triangulation script by Blake Williford
var canvasHeight = paper.view.size.height;
var canvasWidth = paper.view.size.width;
var points = [];
var lines = [];
generateStars(100);
function generateStars(number) {
for (i=0; i<number; i++) {
randX = Math.random()*canvasWidth;
randY = Math.random()*canvasHeight;
point = new Point(randX, randY);
points.push(point);
}
}
function removeLines(line)
{
var fadeEffect = setInterval(function() {
if (line.opacity < 0.1)
{
line.remove();
clearInterval(fadeEffect);
}
else
{
line.opacity -= 0.1;
}
}, 100);
}
function graphGenerator(point) {
var tempPoints = [];
corner = new Point(point.x-160, point.y-160);
range = new Rectangle(corner, 320);
for (i=0; i< points.length; i++) {
if (range.contains(points[i])) {
//circle = new Path.Circle(points[i], 1);
//circle.fillColor = '#fff';
//var line = new Path.Line(point, points[i]);
//line.strokeColor = 'rgba(255,255,255,0.2)';
//lines.push(line);
tempPoints.push(points[i]);
}
}
for (i=0; i < tempPoints.length-1; i++) {
for (j=1; j < tempPoints.length-1; j++) {
var line = new Path.Line(tempPoints[i], tempPoints[j]);
line.strokeColor = 'rgba(150,150,150,0.1)';
removeLines(line);
}
}
}
function onMouseMove(event) {
graphGenerator(event.point);
}
</script>
</html>