-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
687 lines (647 loc) · 35.7 KB
/
index.html
File metadata and controls
687 lines (647 loc) · 35.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Eric Galassi</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans|Patua+One|Righteous|Varela+Round" rel="stylesheet">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Eric Galassi's Portfolio</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button"
data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#portfolio">Applications</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">Bio</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img id="portrait" class="img-fluid mb-5 d-block mx-auto" src="img/P5.jpg" alt="My photo">
<h1 class="text-uppercase mb-0">Eric Galassi</h1>
<hr class="style-one"><br>
<h2 id="self-descript" class="font-weight-light mb-0">Skilled Software Developer</h2>
</div>
</header>
<!-- Portfolio Grid Section -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2 class="text-center text-uppercase para-title mb-0">Applications</h2>
<hr class="style-one"><br>
<div class="row">
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-1">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/tender.png" alt="Tender Food App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-2">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/stock.png" alt="Counter Stock Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-3">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/manager.gif" alt="Bamazon Management App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-4">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/gifs.png" alt="Giftastic GIF App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-5">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/liri.png" alt="LIRI Search App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-6">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/rockpaper.png" alt="Rock, Paper, Scissors Multiplayer Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-7">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/fruits.png" alt="Fuity Shuffle Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-8">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/newscraper.png" alt="NewScraper App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-9">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/burger.png" alt="MarxBurger App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-10">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/friends.png" alt="FriendFinder App">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-11">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/rpg.png" alt="Food Fight Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-12">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/trivia.png" alt="Harry Potter Trivia Quiz">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-13">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/wordguess.png" alt="Hangman Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-14">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/memory.png" alt="Memory Game">
</a>
</div>
<div class="col-md-6 col-lg-4">
<a class="portfolio-item d-block mx-auto" href="#portfolio-modal-15">
<div class="portfolio-item-caption d-flex position-absolute h-100 w-100">
<div class="portfolio-item-caption-content my-auto w-100 text-center text-white">
<i class="fas fa-search-plus fa-3x"></i>
</div>
</div>
<img class="img-fluid shadow p-3 mb-5 bg-white rounded" src="img/portfolio/social.png" alt="Social Code App">
</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="bg-primary text-white mb-0" id="about">
<div class="container">
<h2 class="text-center text-uppercase text-white">Bio</h2>
<hr class="style-one"><br>
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">Eric Galassi is an experienced software developer and a veteran of the US Navy. His background also
includes being a former biologist, a mortgage loan officer, and a high school teacher. From these
experiences, Eric has learned a lot about science, industry, and teamwork. He is continually drawing upon
his background to strengthen his work as a programmer.</p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">For his undergraduate degree, he attended the University of California, San Diego, and
received his master’s degree from San Francisco State University. In 2018, Eric learned web development at
the University of Texas at Austin. Eric currently works as a Software Engineer II for Dimensional Fund Advisors.</p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">He is passionate about programming and enjoys working both in a team or on solo projects to
create web applications and other programs. His knowledge of programming languages includes Python, JavaScript,
HTML, React.js, and Node.js. To see examples of this work and projects with fellow developers, please look
at the Portfolio section.</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center text-uppercase para-title mb-0">Contact Me</h2>
<hr class="style-one"><br>
<div id="links" class="content row">
<div class="col-md-6">
<a class="menu collBtn" href="mailto:ewgalassi@gmail.com"><img class="logo" src="img/logo_gmail_48px.png">ewgalassi@gmail.com</a><br>
<!-- Trigger/Open The Modal -->
<a id="myBtn" class="menu collBtn"><img id="resume" class="logo" src="img/9-2-resume-picture_48x48.ico">Resume</a>
</div>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<embed id="pdf" src="img/Eric Galassi Resume.pdf" type="application/pdf" width="100%" />
</div>
</div>
<div class="col-md-6">
<a class="menu collBtn" href="https://github.com/ewgalassi" target="_blank"><img class="logo" src="img/GitHub-Mark-64px.png">GitHub
page</a><br>
<a class="menu collBtn" href="https://www.linkedin.com/in/eric-galassi-6780638a" target="_blank"><img id="linkedin"
class="logo" src="img/In-2C-48px-R.png">LinkedIn page</a><br>
</div>
</div>
</section>
<div class="copyright py-4 text-center text-white">
<div class="container">
<small>Eric Galassi 2024</small>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-1">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Tender Food App</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/project_one/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/tender.png"
alt="Tender Food App"></a>
<p class="mb-5">Tender is an app for indecisive people to put in their criteria for a restaurant and the
app will select the restaurant for them. The search can be based upon the distance to the restaurant,
cuisine type, price, and if it is open at this time. It uses API calls, HTML, CSS, and JavaScript.<br><a
class="github-link" href="https://github.com/ewgalassi/project_one" target="_blank">github.com/ewgalassi/project_one</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-2">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Counter Stock Game</h2>
<hr class="style-one">
<a href="https://hidden-fortress-38316.herokuapp.com/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/stock.png"
alt="Counter Stock Game"></a>
<p class="mb-5">Counter Stock is a game that allows a user to create characters with a stock portfolio. The
character initially starts with a value of $1000, but the value changes depending upon the percent change
of the stock in the current market day. This character can then battle other characters belonging to
different users. Victory results in increases in the portfolio value, while losses will decrease its
value. This game uses API calls, HTML, CSS, JavaScript, localStorage, JQuery, Bootstrap, Handlebars,
Express, and Node.<br><a class="github-link" href="https://github.com/ewgalassi/project2team3_Counter-Stock"
target="_blank">github.com/ewgalassi/project2team3_Counter-Stock</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-3">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Bamazon Management App</h2>
<hr class="style-one">
<a href="https://github.com/ewgalassi/bamazon" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/manager.gif"
alt="Bamazon Management App"></a>
<p class="mb-5">Bamazon is an app to shop at or manage a retailer. It works in the command line and can be
installed by following the directions on the GitHub repository. Once installed, the user can use it as
either a customer or manager. A customer can add items in stock to their cart and checkout. A manager can
see the inventory and restock items or sell new items. This app uses JavaScript, Node, and MySQL.<br><a
class="github-link" href="https://github.com/ewgalassi/bamazon" target="_blank">github.com/ewgalassi/bamazon</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-4">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Giftastic GIF Finder App</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/giftastic/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/gifs.png"
alt="Giftastic GIF Finder"></a>
<p class="mb-5">Giftastic is an app that searches the Giphy API for GIFs that match the meme in the query.
The user can first create a button to search for the topic of the meme, then press that button to
generate the GIFs on the page. This app uses HTML, CSS, JavaScript, JQuery, and AJAX.<br><a class="github-link"
href="https://github.com/ewgalassi/giftastic/" target="_blank">github.com/ewgalassi/giftastic</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-5">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">LIRI Node App</h2>
<hr class="style-one">
<a href="https://github.com/ewgalassi/liri-node-app" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/liri.png"
alt="LIRI Node App"></a>
<p class="mb-5">LIRI is an app that can search information about a band's concert, a movie, or a song. This
app can be used in a command line, as it relies on Node. Installation instructions are in the GitHub
repository. This uses JavaScript, Node, API calls, and AJAX.<br><a class="github-link" href="https://github.com/ewgalassi/liri-node-app"
target="_blank">github.com/ewgalassi/liri-node-app</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-6">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Rock, Paper, Scissors Game</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/RPS-Multiplayer/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/rockpaper.png"
alt="Rock, Paper, Scissors Game"></a>
<p class="mb-5">This is a Rock, Paper, Scissors game that can be played between two different players, or
on two separate browser tabs. Players can enter their name, then when both are ready they can choose
which hand to play. During gameplay, the players can send messages via the chat box at the bottom of the
screen. This game uses HTML, CSS, JavaScript, JQuery, and Firebase.<br><a class="github-link" href="https://github.com/ewgalassi/RPS-Multiplayer"
target="_blank">github.com/ewgalassi/RPS-Multiplayer</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 7 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-7">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Fruity Shuffle Game</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/fruity-shuffle/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/fruits.png"
alt="Fruity Shuffle Game"></a>
<p class="mb-5">This is a memory game where the objective is to click each fruit only one time. If you
click a fruit more than once in a round, you will have to start over. A counter will keep track of your
progress in the round and your high score. This game uses HTML, CSS, JavaScript, JQuery, React, and
Bootstrap.<br><a class="github-link" href="https://github.com/ewgalassi/fruity-shuffle" target="_blank">github.com/ewgalassi/fruity-shuffle</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 8 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-8">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">NewScraper App</h2>
<hr class="style-one">
<a href="https://rocky-beyond-65244.herokuapp.com/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/newscraper.png"
alt="NewScraper App"></a>
<p class="mb-5">This is a news app that will scrape articles from The Onion. You can then save articles and make notes. WARNING! The articles may contain profanity, rude humor, or vulgar images in the links. This app uses HTML, CSS, JavaScript, MongoDB, Mongoose, Node, Cheerio, and Express.<br><a class="github-link" href="https://github.com/ewgalassi/NewScraper"
target="_blank">github.com/ewgalassi/NewScraper</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 9 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-9">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">MarxBurger App</h2>
<hr class="style-one">
<a href="https://fierce-journey-58337.herokuapp.com/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/burger.png"
alt="MarxBurger App"></a>
<p class="mb-5">This is an app that will allow you to invent burger names and then devour them. This app uses HTML, CSS, JavaScript, Node, MySQL, Sequelize, and Handlebars.<br><a class="github-link" href="https://github.com/ewgalassi/burger"
target="_blank">github.com/ewgalassi/burger</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 10 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-10">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">FriendFinder App</h2>
<hr class="style-one">
<a href="https://morning-oasis-71374.herokuapp.com/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/friends.png"
alt="FriendFinder App"></a>
<p class="mb-5">This app is a way to find the perfect friend based on the responses to the thorough and completely accurate survey. It uses HTML, CSS, JavaScript, Node, and Express.<br><a class="github-link" href="https://github.com/ewgalassi/FriendFinder/" target="_blank">github.com/ewgalassi/FriendFinder</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 11 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-11">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Food Fight Game</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/unit-4-game/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/rpg.png" alt="Food Fight Game"></a>
<p class="mb-5">This game is an RPG with foods! Select a food and an opponent, then battle until you win or lose. It uses HTML, CSS, JavaScript, and JQuery.<br><a class="github-link" href="https://github.com/ewgalassi/unit-4-game"
target="_blank">github.com/ewgalassi/unit-4-game</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 12 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-12">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Harry Potter Trivia Quiz</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/TriviaGame/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/trivia.png"
alt="Harry Potter Trivia Quiz"></a>
<p class="mb-5">This game is a trivia quiz about Harry Potter facts. It uses HTML, CSS, JavaScript, and JQuery, particularly timeout and interval functions.<br><a class="github-link" href="https://github.com/ewgalassi/TriviaGame"
target="_blank">github.com/ewgalassi/TriviaGame</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 13 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-13">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Hangman Game</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/WordGuessGame/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/wordguess.png" alt="Hangman Game"></a>
<p class="mb-5">This is a hangman game where the answers are all sea animals. Simply type in letters to find the word. Once the scuba diver is complete, you lose! It uses HTML, CSS, and JavaScript.<br><a class="github-link" href="https://github.com/ewgalassi/WordGuessGame" target="_blank">github.com/ewgalassi/WordGuessGame</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 14 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-14">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Memory Game</h2>
<hr class="style-one">
<a href="https://ewgalassi.github.io/memory-game/" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/memory.png" alt="Memory Game"></a>
<p class="mb-5">This is a simple memory game. Click on the cards to reveal the pictures, then try to match the pairs of pictures. This app uses HTML, CSS, JavaScript, and JQuery.<br><a class="github-link" href="https://github.com/ewgalassi/memory-game"
target="_blank">github.com/ewgalassi/memory-game</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 15 -->
<div class="portfolio-modal mfp-hide" id="portfolio-modal-15">
<div class="portfolio-modal-dialog bg-white">
<a class="close-button d-none d-md-block portfolio-modal-dismiss" href="#">
<i class="fa fa-3x fa-times"></i>
</a>
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-secondary text-uppercase mb-0">Social Code App</h2>
<hr class="style-one">
<a href="https://socialcode-22.herokuapp.com" target="_blank"><img class="img-fluid mb-5 shadow p-3 mb-5 bg-white rounded" src="img/portfolio/social.png" alt="Social Code App"></a>
<p class="mb-5">Social Code is a social networking app that incorporates a news feed of posts from followers. Posts can be status updates, code snippets, and article links. Users can like and comment on posts. There is a sidebar with the latest tech articles for easy access. This app uses HTML, CSS, React, MongoDB, Node, Express, Mongoose, BCrypt, and Passport.<br><a class="github-link" href="https://github.com/ewgalassi/Project3"
target="_blank">github.com/ewgalassi/Project3</a></p>
<a class="btn btn-primary btn-lg rounded-pill portfolio-modal-dismiss" href="#">
<i class="fa fa-close"></i>
Close</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>