-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·838 lines (723 loc) · 34.1 KB
/
index.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
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
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="./img/favicon/favicon-32x32.png" type="image/png">
<title>Jo Ann</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="vendors/linericon/style.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="vendors/animate-css/animate.css">
<link rel="stylesheet" href="vendors/flaticon/flaticon.css">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--================Header Menu Area =================-->
<header class="header_area">
<div class="main_menu">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<a class="navbar-brand" href="index.html"><img src="" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse offset" id="navbarSupportedContent">
<ul class="nav navbar-nav menu_nav justify-content-end">
<li class="nav-item active"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#work">Work</a></li>
<li class="nav-item"><a class="nav-link" target="_blank" href="https://medium.com/@joie.software">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<!--================Header Menu Area =================-->
<!--================Home Banner Area =================-->
<section class="banner-area owl-carousel" id="home">
<div class="single_slide_banner slide_bg1">
<div class="container">
<div class="row fullscreen d-flex align-items-center">
<div class="banner-content col-lg-12 justify-content-center mb-5">
<h1>Jo Ann </h1>
<h3>Software Engineer</h3>
<a href="#contact" class="primary-btn">Contact Me</a>
</div>
</div>
</div>
</div>
<!---<div class="single_slide_banner slide_bg2">
<div class="container">
<div class="row fullscreen d-flex align-items-center">
<div class="banner-content col-lg-12 justify-content-center">
<h1>Jo Ann </h1>
<h3>Ingénieur Logiciel</h3>
<a href="#contact" class="primary-btn">Engagez-moi</a>
</div>
</div>
</div>
</div>
<div class="single_slide_banner slide_bg3">
<div class="container">
<div class="row fullscreen justify-content-endd-flex align-items-center">
<div class="banner-content col-lg-12 justify-content-center">
<h1>Jo Ann </h1>
<h3>Engenheira de Software</h3>
<a href="#contact" class="primary-btn">Me Contrate</a>
</div>
</div>
</div>
</div>--->
</section>
<!--================End Home Banner Area =================-->
<!--================ Start About Area Transition=================-->
<section class="section_green section_transition">
</section>
<!--================ Start About Area =================-->
<section class="about-area section_gap " id = "about">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-lg-5 about-left">
<img class="img-fluid" src="img/avatar.png" alt="">
</div>
<div class="col-lg-7 col-md-12 about-right">
<div class="mb-50 wow fadeIn" data-wow-duration=".8s">
<p><i class="fa fa-quote-left orange fa-3x "></i>
<span class="margin-b-30 font-weight-bold h3 about-text"> I am a Software Engineer who has completed projects and internships using both client and server-side technologies. I Currently work remotely as a Developer. I also write and contribute to open source.
</span> <i class="fa fa-quote-right orange fa-3x"></i></p>
<!----<div class="col-sm-12 col-md-6">
<p class="margin-b-50">I am currently furthering my technological stack by learning additional languages as part of the Google Certification scholarship while working in multiple roles as a Developer, blogging and contributing to open source.</p>
</div>col-sm-6 -->
<!----- <div class = "row">
<div class="col-sm-12" id="counter">
<div class="row" >
<div class="col-sm-6 ">
<div class="counter margin-b-50">
<h1 class="title"><b><span class="counter-value py-200" data-duration="400" data-count="3">0</span></b></h1>
<h5 class="desc"><b>Languages Spoken</b></h5>
</div>
</div>
<div class="col-sm-6 ">
<div class="counter margin-b-50">
<h1 class="title"><b><span class="counter-value" data-duration="400" data-count="1">0</span></b></h1>
<h5 class="desc"><b>Year(s) of Experience</b></h5>
</div>
</div>
<div class="col-sm-6 ">
<div class="counter margin-b-50">
<h1 class="title"><b><span class="counter-value" data-duration="1400" data-count="1800">0</span></b></h1>
<h5 class="desc"><b>Course Hours</b></h5>
</div><-- counter -->
<!----</div>-- col-md-3
<div class="col-sm-6 ">
<div class="counter margin-b-50">
<h1 class="title"><b><span class="counter-value" data-duration="700" data-count="23">0</span></b></h1>
<h5 class="desc"><b>Finished Projects</b></h5>
</div><-- counter -->
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End About Area =================-->
<!--================ Start Portfolio Area =================-->
<section class="section_gap portfolio_area" id="work">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="main-title">
<h1>Projects</h1>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="projects_fillter">
<ul class="filter list">
<li class="active" data-filter="*">All Categories</li>
<li data-filter=".web">HTML/CSS</li>
<li data-filter=".work">Front-End Tools </li>
<li data-filter=".brand">Server Side Tools</li>
</ul>
</div>
</div>
</div>
<div class="projects_inner row grid">
<div class="grid-sizer col-sm-6 col-md-3 col-lg-3"></div>
<div class="col-lg-6 col-sm-6 col-sm-12 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/desktop-preview.jpg" alt = "easy bank landing page">
<div class="projects_text">
<a target = "_blank" href = "https://joieeasybank.netlify.app/" aria-label = "open in Netlify">
<h4>Landing Page</h4>
</a>
<p>HTML, CSS Flexbox</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-sm-12 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560184227/i790aztuvrrewtpz3acs.png" alt = "tribute page">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/VNRZZY" aria-label = "open in CodePen">
<h4>Tribute Page</h4>
</a>
<p>HTML, CSS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560189596/bwpj5c5ix9vfcbdzh3il.png" alt = "sample landing page">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/xeXqYw" aria-label = "open in CodePen">
<h4>Landing Page</h4>
</a>
<p>HTML, CSS</p>
</div>
</div>
</div>
<!---<div class="col-lg-6 col-sm-6 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560123394/kitqgjbukwnagp45hn8j.png" alt = "sample documentation page">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/xeMNyw" class = "project-tile_link" aria-label = "open in CodePen">
<h4>Technical Documentation Page</h4>
</a>
<p>HTML, CSS</p>
</div>
</div>
</div>--->
<div class="col-lg-6 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560122116/pnrvm5eqmktcb62kl3xr.png" alt = "quote generator">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/full/BeZvXL" aria-label = "open in CodePen">
<h4>Random Quote Generator</h4>
</a>
<p>React, Bootstrap</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560204368/zczdletgcxc69cvnonmk.png" alt = "calculator">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/XwzWQJ" class = "project-tile_link" aria-label = "open in CodePen">
<h4>Calculator</h4>
</a>
<p>JQuery, Bootstrap</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560203482/ko1yh82i0decbloxyimq.png" alt = "drum machine">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/pmWpPJ" aria-label = "open in CodePen">
<h4>Drum Machine</h4>
</a>
<p>React, SCSS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560190983/a4fhvopkrwub8olmkriw.png" alt = "clock">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/joZKmO" aria-label = "open in CodePen">
<h4>Pomodoro Clock</h4>
</a>
<p>React, Bootstrap</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-sm-12 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/ecommercestore.png" alt="ecommerce store">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/react-ecommerce-store">
<h4>E-commerce Website</h4>
</a>
<p>React, Context API, Bootstrap, PayPal API</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-sm-12 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/desktop-preview-WITW.jpg" alt = "easy bank landing page">
<div class="projects_text">
<a target = "_blank" href = "https://joiewhereintheworld.netlify.app/#/" aria-label = "open in Netlify">
<h4>Where in the World Geography Aide</h4>
</a>
<p>Vue, Vuex</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560203645/n5cqxcajz0xjds7ztt09.png" alt = "scatter plot">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/NVBwoK" aria-label = "open in CodePen">
<h4>ScatterPlot</h4> </a>
<p>D3.js</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/mdpreviewer.png" alt="markdown previwer">
<div class="projects_text">
<a target = "_blank" href="https://codepen.io/Jo-IE/full/gJxLVG" aria-label = "open in CodePen">
<h4>Markdown Previewer</h4>
</a>
<p>React</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-sm-12 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560185298/lnw5gnbbo3iay4c6ok9v.png" alt = "choropleth map">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/joXqzV" aria-label = "open in CodePen">
<h4>Choropleth Map</h4>
</a>
<p>D3.js, Ajax</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 html-css work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560185714/dbqas6tyztuxkxcwskfu.png" alt = "heat map">
<div class="projects_text">
<a target = "_blank" href = "https://codepen.io/Jo-IE/pen/mYzdax" aria-label = "open in CodePen">
<h4>Heat Map</h4>
</a>
<p>D3.js, Ajax</p>
</div>
</div>
</div>
<!---<div class="col-lg-3 col-sm-6 brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src = "https://res.cloudinary.com/do3ltj784/image/upload/v1560597780/rmsfli8iupy59nnvcpxc.png" alt = "api microservice timestamp">
<div class="projects_text">
<a target = "_blank" href = "https://github.com/Jo-IE/fcc-timestamp" aria-label = "open in Github">
<h4>Timestamp API</h4>
</a>
<p>Node.js, Express</p>
</div>
</div>
</div>--->
<!---<div class="col-lg-3 col-sm-6 work brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/bptracker.png" alt="blood-pressure-tracker">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/blood-pressure-tracker" aria-label = "open in Github">
<h4>Blood Pressure Tracker</h4>
</a>
<p>Node.js, Express, MongoDB, Bootstrap</p>
</div>
</div>
</div>-->
<div class="col-lg-3 col-sm-6 brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/chatbot-demo-gif.gif" alt="chatbot">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/Countdown-Chatbot" aria-label = "open in Github">
<h4>Chatbot</h4>
</a>
<p>Node.js, Express, MongoDB, Mocha/chai</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-sm-12 web brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/videochatapp.png" alt="video chat app">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/videochatapp" aria-label = "open in Github">
<h4>Video Chat App</h4>
</a>
<p>Node.js, Express, MongoDB, Passport.js, Socket.io</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/angrybeaver.png" alt="angry beaver">
<div class="projects_text">
<a target = "_blank" href="https://codepen.io/Jo-IE/full/yWxyGz" aria-label = "open in CodePen">
<h4>CSS Angry Beaver</h4>
</a>
<p>HTML, CSS</p>
</div>
</div>
</div>
<!--<div class="col-lg-3 col-sm-6 brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/locallibrary.png" alt="local library site">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/locallibrary" aria-label = "open in Github">
<h4>Express Local Library</h4>
</a>
<p>Node.js, Express, MongoDB, Bootstrap</p>
</div>
</div>
</div>--->
<div class="col-lg-3 col-sm-6 work grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/treemap.png" alt="treemap">
<div class="projects_text">
<a target = "_blank" href="https://codepen.io/Jo-IE/full/oRJYLy" aria-label = "open in CodePen">
<h4>Tree map</h4>
</a>
<p>D3,js, Ajax</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 html-css web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/payment-app.png" alt="">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/payment-app" aria-label = "open in Github">
<h4>Credit Card Validation Algorithm</h4>
</a>
<p>JavaScript, HTML, CSS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/file-upload-api.png" alt="">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/filemetadata" aria-label = "open in Github">
<h4>File Metadata API</h4>
</a>
<p>NodeJS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/req-header-parser.png" alt="fcc-request-header-parser">
<div class="projects_text">
<a target = "_blank" href="https://github.com/Jo-IE/fcc-request-header-parser" aria-label = "open in Github">
<h4>Request Header Parser</h4>
</a>
<p>NodeJS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 web grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/elephant.png" alt="elephant">
<div class="projects_text">
<a target = "_blank" href="https://codepen.io/Jo-IE/full/zQaXwa" aria-label = "open in CodePen">
<h4>CSS Elephant</h4>
</a>
<p>HTML, CSS</p>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 web work brand grid-item">
<div class="projects_item">
<img class="img-fluid w-100" src="img/works/quickhunt.png" alt="quick hunt app">
<div class="projects_text">
<a target = "_blank" href="https://quickhunt.herokuapp.com/" aria-label = "open in Heroku">
<h4>Product Hunt Search App</h4>
</a>
<p>React, Heroku, Styled Components, NodeJS, GraphQL</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================ End Portfolio Area =================-->
<!--------------------Experience section-------------------->
<section class="experience-section section_gap center-text " id="experience">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="main-title">
<h1>Work Experience</h1>
</div>
</div>
<div class="row justify-content-center ">
<div class="experience margin-b-10 mb-5 card px-5 py-5 border-0 shadow rounded col-lg-5 mr-2">
<h4 class="card-title">SOFTWARE DEVELOPER</h4>
<h5 ><b>IZZWARE GMBH</b></h5>
<h6 class="font-lite-black margin-t-10 ">FEBRUARY 2020 - APRIL 2020</h6>
<ul class="list">
<li><span>Built a Confluence feature for an existing application in Vue.js.</span></li>
<li><span>Migrated codebase dependencies to use more recent versions of the dependencies.
</span></li>
</ul>
</div><!-- experience -->
<div class="experience margin-b-10 mb-5 card px-5 py-5 border-0 shadow rounded col-lg-5 ">
<h4 class="card-title">SOFTWARE DEVELOPER</h4>
<h5 class="font-yellow "><b>SEO INTERNATIONAL</b></h5>
<h6 class="font-lite-black margin-t-10 ">JUNE 2019 - JANUARY 2020 </h6>
<ul class="list">
<li><span>Developed and hosted main company website.</span></li>
<li><span>Built additional company websites using Gatsby.js.</span></li>
</ul>
</div><!-- experience -->
</div><!-- row -->
<div class="row justify-content-center">
<div class=" experience mb-5 px-5 py-5 card border-0 shadow rounded col-lg-5 mr-2">
<h4 class="card-title">BACKEND DEVELOPER</h4>
<h5 class="font-yellow"><b>HOTELS.NG</b></h5>
<h6 class="font-lite-black margin-t-10 ">SEPTEMBER 2019 - OCTOBER 2019</h6>
<ul class="list ">
<li><span> Worked on a team of frontend developers and designers to translate real-world problems to simple software solutions delivered weekly.</span></li>
<li><span> Integrated login and signup as well as Github authentication using PHP to a budget management app.</span></li>
<li><span> Wrote unit tests in Mocha and Chai for a url shortener application in NodeJS.</span></li>
<li><span> Integrated support for sending files with Cloudinary to a file sharing application in NodeJS.</span></li>
</ul>
</div><!-- experience -->
<div class="experience margin-b-10 mb-5 card px-5 py-5 border-0 shadow rounded col-lg-5">
<h4 class="card-title">SOFTWARE DEVELOPER</h4>
<h5 class="font-yellow "><b>WORKLINKR</b></h5>
<h6 class="font-lite-black margin-t-10 ">AUGUST 2019 - OCTOBER 2019</h6>
<ul class="list">
<li><span> Worked on server-side user authentication and unit tests.
</span></li>
<li><span>Built the front end of the company website from wireframes. </span></li>
</ul>
</div><!-- experience -->
</div><!-- row -->
</div><!-- row -->
</div><!-- container -->
</section><!-- experience-section -->
<!--------------------Open source section-------------------->
<!--<section class="experience-section section_gap section center-text" id="experience">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="main-title">
<h1> Open Source Contributions</h1>
</div>
</div>
<div class="col-sm-12 ">
<div class="experience margin-b-10 section_gap">
<h4 ><b>MOZILLA</b></h4>
<h5 class="font-yellow "><b>Task Cluster</h5>
<h6 class="font-lite-black margin-t-10 ">OCTOBER 2019 - PRESENT</h6>
<p> Contributing to a project that Mozilla uses internally to execute tasks. The project is in React and Golang. I fix issues relating to the UI. For example, the front end of the website is being migrated from bootstrap to material UI and I have assisted in that migration by fixing issues relating to the use of material-ui on the frontend. I am currently working on the project's CLI written in Golang to add an optioon for printing commands. I have had four pull requests merged so far.</p>
</div><!-- experience -->
<!--<div class="experience margin-b-10 section_gap">
<h4 ><b>MOZILLA</b></h4>
<h5 class="font-yellow "><b>Multi-Account Containers for Firefox</b></h5>
<h6 class="font-lite-black margin-t-10 ">OCTOBER 2019</h6>
<p> This project is done in HTML, CSS and Javascript. Removed HTML entities that were being shown in the UI when a user created a container.
</p>
</div><!-- experience -->
<!--<div class="experience margin-b-10 section_gap ">
<h4 ><b>FREE CODE CAMP</b></h4>
<h5 class="font-yellow "><b>Freecodecamp website</b></h5>
<h6 class="font-lite-black margin-t-10 ">JUNE 2019</h6>
<p>Made modifications to the website documentation.</p>
</div><!]-- experience -->
<!--</div><!-- col-sm-9 -->
<!--</div><!-- row -->
<!--</div><!-- container -->
<!--</section><!-- open source-section -->
<!--------------------EDUCATION---------------------------->
<section class="education-section section_gap " id="education">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<div class="main-title">
<h1>Education</h1>
</div>
</div>
<div class="col-sm-12">
<div class="education-wrapper margin-b-50">
<div class="education right">
<h4><b>GOOGLE CERTIFICATION SCHOLARSHIP</b></h4>
<h5 class="font-yellow"><b>GOOGLE, ANDELA</b></h5>
<h6 class="font-lite-black margin-t-10">JUNE 2019 - DECEMBER 2019</h6>
<p class="margin-t-30">Selected to be part of a program that prepares Developers to take the Google certification exam through professional development seminars and coding challenges and assessments. </p>
</div><!-- education -->
<div class="education left">
<h4><b> FULLSTACK CERTIFICATION</b></h4>
<h5 class="font-yellow"><b>FREE CODE CAMP</b></h5>
<h6 class="font-lite-black margin-t-10">AUGUST 2018 - MAY 2019</h6>
<p class="margin-t-30">Includes 1800 hours in total of Responsive Web Design, JavaScript, Front-end Libraries, Data Visualisation, Apis And Microservices Certification and Information Security And Quality Assurance Certification . </p>
</div><!-- education -->
<div class="education right">
<h4><b>BACHELORS' DEGREE</b></h4>
<h5 class="font-yellow"><b>NORTHWESTERN UNIVERSITY, EVANSTON, IL</b></h5>
<h6 class="font-lite-black margin-t-10">SEPTEMBER 2013 - JUNE 2017</h6>
<p class="margin-t-30">Graduated with latin honors (Magna cum Laude) </p>
<!-- education -->
</div><!-- education-wrapper -->
</div><!-- col-sm-9 -->
</div><!-- row -->
</div><!-- container -->
</section><!-- education-section -->
<!------------------------SKILLS----------------------->
<!--<section class="skills-section section_gap section" id="skills">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-12 text-center">
<div class="main-title">
<h1>skills</h1>
</div>
</div>
<div class="col-sm-12 col-md-6">
<h4><b>FRONT-END TECHNOLOGIES</b></h4>
<div class="line-progress margin-b-20" data-prog-percent=".90">
<div> </div>
<p class="progress-title "><b>HTML</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>CSS</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>JAVASCRIPT (ES6)</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".85"><div></div>
<p class="progress-title"><b>REACT</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".85"><div></div>
<p class="progress-title"><b>BOOTSTRAP</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".85"><div></div>
<p class="progress-title"><b>D3.JS</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".75"><div></div>
<p class="progress-title"> <b>JQUERY</b></p></div>
</div><!-- col-md-6 --
<div class="col-sm-12 col-md-6">
<h4><b>SERVER-SIDE TECHNOLOGIES</b></h4>
<div class="line-progress margin-b-20" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>NODEJS</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>MONGODB</b></p></div>
<div class="line-progress margin-b-50" data-prog-percent=".90"><div></div>
<p class="progress-title"><b>EXPRESS</b></p></div>
</div><!-- col-md-6 --
</div><!-- row --
</div><!-- container --
</section><!-- skills-section -->
<!--================ Start Contact Banner Area =================-->
<section class="banner_area section_gap" id="contact">
<div class="banner_inner d-flex align-items-center">
<div class="container">
<div class="banner_content text-right">
<h1>Contact Me</h1>
</div>
</div>
</div>
</section>
<!--================ End Contact Banner Area =================-->
<!--================Contact Area =================-->
<section class="contact_area section_gap section_green">
<div class="container">
<div class="row">
<div class="col-md-5 ">
<div class="contact_info">
<div class="info_item">
<i class="lnr lnr-envelope"></i>
<h6>joie.software@gmail.com</h6>
<p>Send me an email!</p>
</div>
</div>
</div>
<div class="col-md-7">
<form class="row contact_form" action="https://formspree.io/joie.software@gmail.com" method="POST" id="contactForm"
>
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" id="name" name="name" placeholder="name/nom/nome">
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" name="email" placeholder="email address">
</div>
<div class="form-group">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Subject/Objet/Objecto">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<textarea class="form-control" name="message" id="message" rows="1" placeholder="Message"></textarea>
</div>
</div>
<div class="col-md-12 text-right">
<button type="submit" value="submit" class="primary-btn"><span>Send Message</span></button>
</div>
</form>
</div>
</div>
</div>
</section>
<!--================ Start Footer Area =================-->
<footer class="footer_area section_gap">
<div class="container">
<div class="row footer_inner justify-content-center">
<div class="col-lg-6 text-center">
<aside class="f_widget social_widget">
<div class="f_logo">
<img src="" alt="">
</div>
<div class="main-title">
<h4>Connect with Me</h4>
</div>
<ul class="list">
<li><a href = "https://github.com/Jo-IE" aria-label = "my github profile">
<i class="fa fa-github fa-lg"></i></a>
</li>
<li><a href = "https://medium.com/@joie.software" aria-label = "my Medium profile">
<i class="fa fa-medium fa-lg"></i></a>
</li>
<li><a href = "https://www.linkedin.com/in/jo-ann-e-8a061690/
" aria-label = "Linkedin profile">
<i class="fa fa-linkedin fa-lg"></i></a>
</li>
</ul>
</aside>
<div class="copyright">
<p>
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!--================End Footer Area =================-->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/stellar.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="vendors/nice-select/js/jquery.nice-select.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope-min.js"></script>
<script src="vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="js/progressbar.min.js"></script>
<script src="js/jquery.fluidbox.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<!------script src="js/mail-script.js"></script>----->
<!-- contact js -->
<!-----script src="js/jquery.form.js"></script>---->
<script src="js/jquery.validate.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/theme.js"></script>
</body>
</html>