-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
719 lines (553 loc) · 26.6 KB
/
index.html
File metadata and controls
719 lines (553 loc) · 26.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
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
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!DOCTYPE html>
<html>
<head>
<title>George Eisa</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" tyPe="image/x-icon">
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="materialize/css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!--<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" /> -->
<link rel='stylesheet' type="text/css" href='css/style.css' />
<script type="text/javascript" src="js/gameoflife.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="materialize/js/materialize.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="skeleton-2.0.4/normalize.css">
<link rel="stylesheet" href="skeleton-2.0.4/skeleton.css">
<!--<link rel="icon" type="image/png" href="images/favicon.png">-->
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript" src="js/analytics.js"></script>
</head>
<body ><!--onload="setDynamicBackground()">-->
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper blue">
<p class="brand-logo center" style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size: 3em">George Eisa</p>
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a target="_blank" href="https://www.github.com/George-e"><img src="images/githubInvis.png" alt="GitHub" style="position:relative;top:.8em;height:3em;width:3em;"></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/george-eisa"><img src="images/linkedinInvis.png" alt="LinkedIn" style="position:relative;top:.8em;height:3em;width:3em;"></a></li>
<li><a target="_blank" href="https://www.devpost.com/GEisa"><img src="images/devpostInvis.png" alt="DevPost" style="position:relative;top:.8em;height:3em;width:3em;"></a></li>
<li><a target="_blank" href="files/G.EisaResume.pdf"><img src="images/resume.png" alt="Resume" style="position:relative;top:.8em;height:3em;width:3em;"></a></li>
</ul>
<ul class="side-nav" id="mobile-demo">
<li><a target="_blank" href="https://www.github.com/George-e">GitHub</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/george-eisa">LinkedIn</a></li>
<li><a target="_blank" href="https://www.devpost.com/GEisa">DevPost</a></li>
<li><a target="_blank" href="files/G.EisaResume.pdf">Résumé</a></li>
</ul>
</div>
</nav>
</div>
<!--<img src="images/scroll.png" alt="Scroll for More" id="scroll" style="z-index: -1;min-height:5em; height:5%;width:auto; position: fixed;left:47.5%; bottom: 0">-->
<div class="container">
<div id="roblox" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<div class="icon">
<img src="images/roblox/icon.png" alt="Pronto" style="height:100%;width:auto">
</div>
<!--<h4>Nov 2016</h4>-->
<h4>Roblox Games  </h4>
<!--<a target="_blank" href="https://github.com/brenton311/se101-final-project" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:.7em;width:auto;"></a>-->
<a target="_blank" href="https://www.roblox.com/games/61846006/Simon-Says" class="waves-effect waves-light btn"><img src="images/linkInvis.png" alt="Link" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<p>
At the age of 12, I taught myself programming through the creation of games for the Roblox platform. Several of these games were very successful, particularly 'Simon Says' which has been played over <b>44 million</b> times.<p>
<h6>[Lua]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/roblox/thumbnail.png" alt="SimonSays">
</div>
</div>
</div>
<!--<div class ="expand">
<h5>▼ See More</h5>
</div>-->
<div class="row">
<div class="four columns">
<div class="center">
<ul>
<li>
<p id="date"></p>
<h2 id="playValue"></h2>
</li>
<!--<li>
<p id="dateToday"></p>
<h2 id="playValueToday"></h2>
</li>-->
</ul>
</div>
</div>
<div class="four columns">
<div id="device_chart">
</div>
</div>
<!--<div class="four columns">
<div id="map_chart">
</div>
<div id = "spinner" class="center">
<div class="preloader-wrapper big active">
<div class="spinner-layer spinner-blue-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div><div class="gap-patch">
<div class="circle"></div>
</div><div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
</div>-->
</div><!--end ROW-->
<!--<div class ="collapse">
<h5>▲ See Less</h5>
</div>-->
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="insight" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<!--<div class="icon">
<img src="images/pronto/icon.png" alt="CorsEngine" style="height:100%;width:auto">
</div>-->
<h4>inSight  </h4>
<a target="_blank" href="https://news.greylock.com/greylock-hackfest-2017-ec944584ba7f" class="waves-effect waves-light btn" style="padding:0;max-width: 12em; width: 10em"><p style="position: relative; top:-4px">See the article!</p></a>
<h6></h6>
</div>
<div class="info">
<h6>First Place at Greylock Hackfest 2017, $10,000</h6>
<p>inSight is a hands-free mixed and augmented reality headset. Using just $40 of off the shelf materials, inSight is able to provide a fully interactive headset controlled by your eyes. This headset combines machine learning and custom image processing algorithms to display information about the user’s point of focus. Combined with Bing search and IoT technology, inSight allows users to control home appliances and learn about their surroundings in an intuitive way.<p>
<h6>[C#/OpenCV/ARKit/TensorFlow]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/insight/thumbnail.jpg" alt="inSight">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div class="twelve columns">
<div class="center" style="height:30em !important">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/Gg7_5oHZBmA?rel=0&controls=1" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="pronto" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<div class="icon">
<img src="images/pronto/icon.png" alt="Pronto" style="height:100%;width:auto">
</div>
<h4>Pronto  </h4>
<a target="_blank" href="https://github.com/brenton311/se101-final-project" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<p>Pronto is an Android app that uses machine learning to sort the daily
messages in congested Facebook group chats. <p>
<h6>[Java/Python/XML]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/pronto/thumbnail.png" alt="Pronto">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div id="extra_picture" class="three columns">
<div id="extra_picture" class="center">
<img class="thumbnail" src="images/pronto/screen2.png" alt="Screenshot">
</div>
</div>
<div class="three columns">
<div class="center">
<ul>
<li>
<p>Algorithm evaluates the relevance of messages using:
</p>
</li>
<li>
<p style="text-align: left;">
• Likes and Dislikes
<br>• Bookmarks
<br>• Time Sent
<br>• Content that resembles past relevant messages</p>
</li>
</ul>
</div>
</div>
<div id="extra_picture" class="three columns">
<div id="extra_picture" class="center">
<img class="thumbnail" src="images/pronto/screen3.png" alt="Screenshot">
</div>
</div>
<div class="three columns">
<div class="center">
<ul>
<li>
<p>Real-time updates from other chat members.</p>
</li>
<li>
<p>View all types of posted media including images.</p>
</li>
</ul>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="wifivision" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<!--<div class="icon">
<img src="images/pronto/icon.png" alt="CorsEngine" style="height:100%;width:auto">
</div>-->
<h4>Wifi-Vision  </h4>
<a target="_blank" href="https://devpost.com/software/pronto-vision" class="waves-effect waves-light btn"><img src="images/devpostInvis.png" alt="Devpost" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<h6>Overall Winner at Hack the North 2017</h6>
<p>Wifi-Vision is a POC hack designed to see through walls. It uses the same methodolgy as an X-ray machine, except with just household variety WiFi signals. Send a signal through a solid object, and measure how the wave signal is changed. The signals are detected with standard receivers; the same ones present in most phones and laptops.<p>
<h6>[Python/C++/Arduino]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/wifivision/thumbnail.png" alt="CorsEngine">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div class="twelve columns">
<div class="center" style="height:30em !important">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/txA5FvB-1as?start=3781" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="ailabs" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<!--<div class="icon">
<img src="images/roblox/icon.png" alt="Pronto" style="height:100%;width:auto">
</div>-->
<!--<h4>Nov 2016</h4>-->
<h4>AI Labs  </h4>
<a target="_blank" href="https://devpost.com/software/ai-lab" class="waves-effect waves-light btn"><img src="images/devpostInvis.png" alt="Devpost" style="height:1.15em;width:auto;"></a>
<a target="_blank" href="https://devpost.com/software/ai-lab" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<h6>Finalist at Trent's EC-Hacks 2016</h6>
<p>AI labs is an Android app that allows the user to code their own AI right from their phone for a selection of arcade games. They can then pit their AI off against other player's AI's online. This constant process of learning, testing, and improvement results in a fun and effective environment to learn the basics of coding.<p>
<h6>[Java/JS/Lua]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/ailabs/thumbnail.png" alt="Pronto">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra invis">
<div class="row">
<div id="extra_picture" class="twelve columns">
<div class="carousel">
<a class="carousel-item" href="#one!"><img src="images/ailabs/screen1.png"></a>
<a class="carousel-item" href="#two!"><img src="images/ailabs/screen2.png"></a>
<a class="carousel-item" href="#three!"><img src="images/ailabs/screen3.png"></a>
<a class="carousel-item" href="#four!"><img src="images/ailabs/screen4.png"></a>
<a class="carousel-item" href="#five!"><img src="images/ailabs/screen5.png"></a>
<a class="carousel-item" href="#six!"><img src="images/ailabs/screen6.png"></a>
<a class="carousel-item" href="#seven!"><img src="images/ailabs/screen7.png"></a>
<a class="carousel-item" href="#eight!"><img src="images/ailabs/screen8.png"></a>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="corsengine" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<!--<div class="icon">
<img src="images/pronto/icon.png" alt="CorsEngine" style="height:100%;width:auto">
</div>-->
<h4>CorsEngine  </h4>
<a target="_blank" href="https://devpost.com/software/corsarcade" class="waves-effect waves-light btn"><img src="images/devpostInvis.png" alt="Devpost" style="height:1.15em;width:auto;"></a>
<a target="_blank" href="https://github.com/KashishGoel/Yhack" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<h6>Hardware Hack Winner at Yale's YHack Hackathon 2016</h6>
<p>CorsEngine is a multiplayer game engine created for the RGB LED keys on Corsair keyboards. The keys are lit up in specific configurations and colours to display arcade game objects like pong paddles and balls. A server lets two Corsair keyboard users to face-off in arcade games.. using the keyboards as both the controller and the screen. The server was built using Java and the front end was built using Visual C++.<p>
<h6>[Java/C++]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/corsengine/thumbnail.jpg" alt="CorsEngine">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div class="twelve columns">
<div class="center" style="height:30em !important">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/i_8VQVfulDs?rel=0&controls=1" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="sportigo" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<div class="icon">
<img src="images/sportigo/icon.png" alt="SportiGo" style="height:100%;width:auto">
</div>
<h4>SportiGo  </h4>
<a target="_blank" href="https://devpost.com/software/sportigo" class="waves-effect waves-light btn"><img src="images/devpostInvis.png" alt="Devpost" style="height:1.15em;width:auto;"></a>
<a target="_blank" href="https://github.com/byxchen/htn2016/tree/master/SportiGO/app" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<p>Inspired by the success of Pokemon GO, SportiGo is a crowd-sourced Android app which allows users to organize and join sporting events in their community. Sportigo encourages exploration and exercise through a Google Maps view of markers around you which indicate locations of activities. <p>
<h6>[Java/XML/JS]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/sportigo/thumbnail.png" alt="SportiGo">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div id="extra_picture" class="three columns">
<div id="extra_picture" class="center">
<img class="thumbnail" src="images/sportigo/screen1.jpg" alt="Screenshot">
</div>
</div>
<div class="three columns">
<div class="center">
<ul>
<li>
<p>Implemented Google Maps API as another way to view the events. Sports can be recommended on the event feed or seen on the map (like Pokemon GO). </p>
</li>
<li>
<p>You can click on any event to view more information, register for it, and even get specific directions to the event.</p>
</li>
</ul>
</div>
</div>
<div id="extra_picture" class="three columns">
<div id="extra_picture" class="center">
<img class="thumbnail" src="images/sportigo/screen2.jpg" alt="Screenshot">
</div>
</div>
<div class="three columns">
<div class="center">
<ul>
<li>
<p>Implemented Google Firebase for backend storage and real-time cloud messaging.
</p>
</li>
<li>
<p>You're able to specify what sports you love, so you can be alerted via Push Notification when an event pops up near your proximity.</p>
</li>
</ul>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="conquest" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<div class="icon">
<img src="images/conquest/icon.png" alt="Conquest" style="height:100%;width:auto">
</div>
<h4>Conquest  </h4>
<a href="files/Conquest.exe" class="waves-effect waves-light btn" style="padding:0;max-width: 9em; width: 7em"><p style="position: relative; top:-4px">Try it out!</p></a>
</div>
<div class="info">
<p>Conquest is a castle defense game, set in medieval times. Your objective is to develop an army and destroy the enemy's castle before they destroy yours. This game was made for a high school game making contest where it won first place. Conquer or be conquered.<p>
<h6>[GML]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/conquest/thumbnail.png" alt="Conquest">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra">
<div class="row">
<div class="twelve columns">
<div class="center" style="height:30em !important">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/gQBKboCniq0?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
<!--_________________________________________________________________________________________________________________________________ -->
<div id="thricedice" class="block" style="margin-top: 2em">
<div class="row project">
<!-- columns should be the immediate child of a .row -->
<div class="seven columns">
<div class="center">
<div class="titles">
<!--<div class="icon">
<img src="images/roblox/icon.png" alt="Pronto" style="height:100%;width:auto">
</div>-->
<!--<h4>Nov 2016</h4>-->
<h4>Thrice Dice  </h4>
<a target="_blank" href="https://github.com/George-E/ThriceDiceApp" class="waves-effect waves-light btn"><img src="images/githubInvis.png" alt="GitHub" style="height:1.15em;width:auto;"></a>
<h6></h6>
</div>
<div class="info">
<p>Thrice Dice is a game for Android. It involves a set of tiles on a board and, similar to the popular game 2048, the objective is to keep the board from filling up. Unlike 2048, however, the tiles are three dimensional dice with different colours on each side. Swiping rolls all the dice in one direction and adjacent dice with the same face-up colour are removed. The result is a highly strategical game, requiring the player to tilt their device to see different angles and reveal upcoming dice colours.</p>
<h6>[Java/XML]</h6>
</div>
</div>
</div>
<div class="five columns">
<div class="center">
<img class="thumbnail" src="images/thricedice/thumbnail.png" alt="Pronto">
</div>
</div>
</div>
<div class ="expand">
<h5>▼ See More</h5>
</div>
<div class="extra invis">
<div class="row">
<div id="extra_picture" class="twelve columns">
<div class="carousel">
<a class="carousel-item" href="#one!"><img src="images/thricedice/screen1.png"></a>
<a class="carousel-item" href="#two!"><img src="images/thricedice/screen2.png"></a>
<a class="carousel-item" href="#three!"><img src="images/thricedice/screen3.png"></a>
<a class="carousel-item" href="#four!"><img src="images/thricedice/screen4.png"></a>
</div>
</div>
</div><!--end ROW-->
</div><!--end extra-->
<div class ="collapse">
<h5>▲ See Less</h5>
</div>
</div>
</div><!--end container-->
<footer class="page-footer blue">
<div class="footer-copyright">
<div class="container" style="text-align: center;">
georgeeisa.me is designed and created by George Eisa
</div>
</div>
</footer>
</body>
</html>