-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
563 lines (529 loc) · 35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- CSS Files Links -->
<link rel="stylesheet" href="../css/style.css">
<title>My_Personal_Website</title>
</head>
<body>
<!-- Navbar Section Starts -->
<section class="navbar-section">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light">
<!-- Navbar Toggler Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar Menu -->
<div class="navbar collapse navbar-collapse" id="navbarNav" >
<ul class="navbar-nav text-center" >
<li class="nav-item active"><a href="#home">Alexandre Massoda</a></li>
<li class="nav-item"><a href="#education">Education</a></li>
<li class="nav-item"><a href="#experience">Work Experience</a></li>
<li class="nav-item"><a href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a href="#contact">Hire Me</a></li>
<li class="nav-item" style="float:right"><a href="#about">
<form class="form-inline d-flex">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search" padding-right="10px" id="search-input">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit" id="search-button">Search</button>
</form>
</a></li>
</ul>
</div>
</nav>
</section>
<!-- Navbar Section Ends -->
<!-- Intro Section Starts -->
<section class="our-content" id="home">
<div class="intro">
<img src="https://img.freepik.com/free-vector/programming-concept-illustration_114360-1670.jpg?w=2000" id="about_me" alt="" height="350px" width="350px">
<h4 id="about_me" margin-top="20px"> <strong>Alexandre Massoda Frontend ReactJS Developer</strong> </h4>
<h6 id="about_me">Phone Number: <strong><i class="fab fa-whatsapp"> (+33) 648-536-457</i> And (+237) 691-644-122 (Calls and Text Msgs)</strong>
<br>Email: <strong>alexandrehervemassodamambeleck@gmail.com</strong><br>
<br> "I'm a ReactJS front-end developer always looking for continuous improvement, with skills in writing technical documentation for digital products and services. I also have experience in the communications field as a community manager and digital marketer. Finally, my rich experience of 10 years as a volunteer in the health sector has enabled me to develop a particular gift for empathy, listening, persuasion and bringing people from different backgrounds together."</h6>
</div>
<div>
<div class="btn-resume">
<p id="about_me">🎯 <strong>Download My Resume Here:</strong> 🚀✨<a href="./resumes/Resume Alexandre Massoda EN SP.pdf" target="_blank" id="resume">English</a> <strong>Or</strong> <a href="./resumes/Resume Alexandre Massoda FR SP.pdf" target="_blank" id="resume">French</a>✨💪</p>
</div>
</div>
</section>
<!-- Intro Section Ends -->
<!-- Education Section Starts -->
<section class="our-content" id="education">
<p class="msg justify-content-center">
<h1><strong>Education</strong></h1>
<strong>September 2022 To Now :</strong>
<br> <h5><strong>The Clever Programmer By Qazi:</strong> <strong>Learn React JS for free</strong> (finished) and <strong>The Ultimate JavaScript Course for Beginners</strong> (finished).</h5>
<strong>2021 - 2022 :</strong>
<br> <h5><strong>JavaScript Algorithms and Data Structures Certification</strong> at <strong>FreeCodeCamp </strong> (in process online).</h5>
<strong>2021 - 2022 :</strong>
<br> <h5><strong>Google Associate Cloud Engineer path</strong> (Certificate of Course Completion) <strong>Andela – PluralSights Google Africa Developer Scholarship (GADS 2022)</strong> (online).</h5>
<strong>2020 - 2021 :</strong>
<br> <h5><strong>Bachelor Degree Diploma</strong> Level 6 of RNCP (Bac+4) in Front-End developer path at <strong>OpenClassrooms Paris, France</strong>.</h5>
<strong>June - October 2019 :</strong>
<br> <h5><strong>Certification on Fundamentals of Digital Marketing at Google Digital Garage</strong> (online).</h5>
<strong>2016 - 2017:</strong>
<br> <h5>Certification on the <strong>principles of data networks</strong> and certificates obtained in <strong> FTTH optical access networks module and in Understanding 4G Institut Mines-Télécom ParisTech (FUN-MOOC) OpenClassrooms Paris, France</strong>.</h5>
</p>
</section>
<!-- Education Section Ends -->
<!-- Work Experience Section Starts -->
<section class="our-content" id="experience">
<p class="msg justify-content-center">
<h1><strong>Work Experience</strong></h1>
<strong>From January 2020 To August 2021</strong>
<br> <h5> <strong>EBENE MBA (ARTISTE-MUSICIENNE Douala, Cameroon)</strong>
<br> <strong>Independent Community Manager Consultant for EBENE MBA (ARTIST-MUSICIAN).</strong>
<br><strong>Missions:</strong>
<br> 👉 Creation of the official EBENE MBA Facebook page.
<br> 👉 Creation of the EBENE MBA YouTube account and channel.
<br> 👉 Publication and organic referencing of content (text, images and videos) on the official EBENE MBA Facebook Page.
<br> 👉 Setting up of a graphic and editorial charter.
<br> 👉 Publication and referencing of content on the EBENE MBA YouTube channel: single "MA CHOSE"
<br> Audio: <br> https://www.youtube.com/watch?v=DKV9VTUazLk and
<br> Video: <br> https://www.youtube.com/watch?v=3fu2IbzV7UQ</h5>
<br>
<strong>From 10/03/2019 To 17/12/2020 </strong>
<br> <h5> <strong>CIJ DOUALA3,</strong>
<br> <strong>Volunteer support teacher and member of the web development jury on 15 January 2020 </strong> at the CIJDouala3-Littoral-Cameroon (Center for the Integration of Young People in the District of Douala 3rd).
<br> <strong>Missions:</strong>
<br> 👉 HTML5, CSS and WordPress courses and assessments
<br> 👉 Practical work and evaluations on HTML5, CSS and WordPress
<br> 👉 Best practices
<br> 👉 Correction of the end of training report
<br> 👉 Code review and testing of the Web interface
<br> 👉 Member of the jury for the Web Development course defence session.</h5>
<br>
<strong>From October 2015 To January 2017 </strong>
<br> <h5> <strong>CYBERLINK DOUALA - CAMEROON (IUT NDOGBONG and BONAPRISO),</strong>
<br> <strong>Technician / Sales Manager </strong>
<br> <strong>Missions:</strong>
<br> 👉 Sale of internets tickets and bundles, call credit.
<br> 👉 International Calls
<br> 👉 Printing, Photocopying, scanning and typing
<br> 👉 Operating Systems and Apps installation
<br> 👉 Network Maintenance</h5>
</p>
</section>
<!-- Work Experience Section Ends -->
<!-- Portfolio Section Starts -->
<section class="our-content" id="portfolio">
<h1><strong>My Portfolio: Some Projects</strong></h1>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/restaurant-website/"><img src="./images/restaurant-website.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Restaurant Website</strong></h6>
<p class="card-text text-justify"><strong>Restaurant-website is a modern ui/ux website in ReactJS build from scratch with a Figma design and totally responsive.</strong></p>
<div class="action">
<a href="https://xander1936.github.io/restaurant-website/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/restaurant-website" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/gpt3-xander/"><img src="./images/gpt3-xander.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>GPT3 Xander</strong></h6>
<p class="card-text text-justify"><strong>gpt3-xander is a modern ui/ux website in ReactJS from scratch with a Figma design totally responsive.</strong></p>
<div class="action">
<a href="https://xander1936.github.io/gpt3-xander/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/gpt3-xander" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/netflix-clone/"><img src="./images/netflix-clone.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Netflix Clone</strong></h6>
<p class="card-text text-justify"><strong>Netflix Clone</strong> is a clone of the <strong>Netflix website made in javascript</strong>. Project proposed and realized in the course entitled <strong>The Ultimate JavaScript Course for Beginners of The Clever Programmer path</strong>. Here we learned the manipulation of <strong>classes, dynamic functions with apis call, javascript methods and conditions</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/netflix-clone/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/netflix-clone" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/tip-calculator/"><img src="./images/tip-calculator.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Tip Calculator</strong></h6></strong>
<p class="card-text text-justify">This is a <strong>JavaScript App from the Clever Programmer path By Qazi</strong> that's calculating bill between persons.</p>
<div class="action">
<a href="https://xander1936.github.io/tip-calculator/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/tip-calculator" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/Project7_restaurant_review_site/build/index.html"><img src="./images/Resto.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Project7_restaurant_review_site</strong></h6>
<p class="card-text text-justify">This project named Project 7 is a Restaurant Evaluation Site. It is a web application made with <strong>ReactJS (JavaScript library)</strong>, <strong>Leaflet (Map/ Opensoure JavaScript library), Material-UI (React Js styled components) and Foursquare REST API</strong> (main fodder for consumed and integrated data). It shows on a map the restaurants of the Ange Raphael crossroads.</p>
<div class="action">
<a href="https://xander1936.github.io/Project7_restaurant_review_site/build/index.html" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Project3-Watch_It_Outside_BFF.github.io-" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/Guess-The-Number-Game-Clever-Programmer--Exercice/"><img src="./images/GTN.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Guess-The-Number-Game-Clever-Programmer--Exercice</strong></h6></strong>
<p class="card-text text-justify">Here is an exercise from Clever Programmer : Learn React JS for FREE. It's a game made with <strong>HTML, CSS and JavaScript</strong>. The rule is simple for the guess, choose a number until match the correct random number choose by the computer.</p>
<div class="action">
<a href="https://xander1936.github.io/Guess-The-Number-Game-Clever-Programmer--Exercice/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Guess-The-Number-Game-Clever-Programmer--Exercice" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/weather-app/"><img src="./images/weather app.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Weather App</strong></h6></strong>
<p class="card-text text-justify"><strong>Weather App</strong> is a javascript web application Project proposed and realized in the course entitled <strong>The Ultimate JavaScript Course for Beginners of The Clever Programmer path </strong> to get weather data from <strong> a free weather rest-api openweathermap</strong> and display it in our user interface. Here we learned how to manipulate <strong> rest-apis </strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/weather-app/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/weather-app" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/Banks-Class/"><img src="./images/Bank Class.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Bank Class</strong></h6>
<p class="card-text text-justify"><strong>Bank Class</strong> is a small banking application for calculating deposits and withdrawals. In this application we learn how to use <strong>Classes (the Bank class in this case), manipulate the DOM and capture events using the .onclick() javascript method</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/Banks-Class/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Banks-Class" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/super-hero-app/"><img src="./images/super hero app.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Super Hero App</strong></h6>
<p class="card-text text-justify"><strong>The Super Hero App</strong> from the Ultimate Javascript course of Rafeh Qazi. With this project we learned in details the concepts of <strong>APis (promises, asynchronous-programming and json)</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/super-hero-app/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/super-hero-app" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/fightingGame/"><img src="./images/fighting game.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Fighting Game</strong></h6></strong>
<p class="card-text text-justify"><strong>Fighting Game</strong> is a javascript game from Project realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path that pits two protagonists against each other by inflicting direct damage on each other's health points and each having a special <strong>healing function</strong>. Here we learned how to handle <strong>classes</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/fightingGame/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/fightingGame" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/Project6-Turn-based-board-game-in-JavaScript/P6_Alexandre_Massoda/index.html"><img src="./images/Battle Game.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Project6-Turn-based-board-game-in-JavaScript:</strong></h6>
<p class="card-text text-justify">Turn based board game in JavaScript: In this project, we create an online game written JavaScript <strong>(grids, regular & anonymous functions and the DOM)</strong> in which 2 players play each turn to compete.</p>
<div class="action">
<a href="https://xander1936.github.io/Project6-Turn-based-board-game-in-JavaScript/P6_Alexandre_Massoda/index.html" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Project6-Turn-based-board-game-in-JavaScript" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/Project5-Create-A-Quotation-Generator-2/"><img src="./images/Gen 2.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Project5-Create-A-Quotation-Generator-2</strong></h6></strong>
<p class="card-text text-justify">Create a quotation generator: a random quotation or text is a tool that creates random fake quotes by assembling sentence fragments by using <strong>the arrays, functions and the DOM (Document Object Model) in JavaScript</strong>. </p>
<div class="action">
<a href="https://xander1936.github.io/Project5-Create-A-Quotation-Generator-2/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Project5-Create-A-Quotation-Generator-2" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://the-tours.netlify.app/"><img src="./images/tours.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Tours</strong></h6></strong>
<p class="card-text text-justify"><strong>Tours:</strong>This is a React App that's display tour from an api with theirs properties (image, name, price and info). It's the N°2 React project in the collection "Code 15 React Projects by John Smilga" at FreeCodeCamp.</p>
<div class="action">
<a href="https://the-tours.netlify.app/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/tours" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/the-ugly-robot/"><img src="./images/ugly robot.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Ugly Robot</strong></h6>
<p class="card-text text-justify"><strong>Ugly Robot</strong> is a small ReactJS Web App that consumes APIS for image and full name randomly on dynamic Profile Card (robots).</p>
<div class="action">
<a href="https://xander1936.github.io/the-ugly-robot/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/the-ugly-robot" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href=""><img src="./images/birthday reminder.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>birthday-reminder</strong></h6></strong>
<p class="card-text text-justify"><strong>Birthday Reminder</strong> is the first React App Project in <strong>the Code 15 React Projects complete Course series of John Smilga</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/birthday-reminder/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/birthday-reminder" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/rps-game/"><img src="./images/rps-game.jpg" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>rps-game</strong></h6>
<p class="card-text text-justify"><strong>R-P-S Game: </strong>This is a review of JavaScript fundamentals in the JavaScript Qazi's course. Here we learned: <strong>For loops, Dom Manipulation, Variables, Conditionals (if else if), Template Literals, Event Listeners and Higher order Function: Math.random</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/rps-game/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/rps-game" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/rock-paper-scissors-game/index.html"><img src="./images/RPS.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>rock-paper-scissors-game</strong></h6>
<p class="card-text text-justify">This is a small game made with JavaScript. You will enjoy the traditional Rock-Paper-Scissors Game, you will play with the DOM, JavaScript methods and little CSS flexbox.</p>
<div class="action">
<a href="https://xander1936.github.io/rock-paper-scissors-game/index.html" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/rock-paper-scissors-game" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch" margin-bottom="20px">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://xander1936.github.io/profile-card/"><img src="./images/PC.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Profile Card</strong></h6></strong>
<p class="card-text text-justify">Here is a custom ProfileCard App made with <strong>ReactJS</strong> composed with a ProfileCard component and a <strong>fake dynamic database called fakeData.js</strong></p>
<div class="action">
<a href="https://xander1936.github.io/profile-card/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/profile-card" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom: 20px;">
<a href="https://xander1936.github.io/Project3-Watch_It_Outside_BFF.github.io-/"><img src="./images/BFF.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<h6 class="card-title"><strong>Project3-Watch_It_Outside_BFF</strong></h6>
<p class="card-text text-justify">Watch It Outside BFF is a show case booking web site build with BootStrap for the outdoors Boston Film Festival (BFF). Fully responsive, the website is automatically first set for mobiles and tablets. Made with <strong>Bootstrap, HTML5 and CSS3</strong>.</p>
<div class="action">
<a href="https://xander1936.github.io/Project3-Watch_It_Outside_BFF.github.io-/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Project3-Watch_It_Outside_BFF.github.io-" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 align-items-stretch">
<div class="card height-750" style="height: 820px; margin-bottom:10px;">
<a href="https://dev-dream-your-chalet.pantheonsite.io/"><img src="./images/Dreams Chalet.png" class="card-img-top" alt="..." width="300px" height="300px"></a>
<div class="card-body">
<strong><h6 class="card-title"><strong>Project2-Dreams_Chalet</strong></h6></strong>
<p class="card-text text-justify">Web site Show Case of Luxurious Chalets made with <strong>WordPress</strong>. The web site is totally responsive and is build with the <strong>theme Neve</strong>; it's using extensions like <strong>elementor, cherry real estate, Orbit Fox Companion and custom CSS</strong>.</p>
<div class="action">
<a href="https://dev-dream-your-chalet.pantheonsite.io/" class="btn btn-danger">Visit The Website</a>
<a href="https://github.com/Xander1936/Project2-Dreams_Chalet" class="card-link">See The Code On Github</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section Ends -->
<!-- Hire And Contact Section Starts -->
<section class="our-content" id="contact">
<h2 id="contact-me"><strong>Contact Me</strong></h2>
<h4 class="call-to-action">Leave Me a Message And Hire Me !!! 🎯🚀✨😎
</h4>
<form action="https://formspree.io/f/moqbqolg" method="POST">
<div class="form-group">
<label for="exampleFormControlTextarea1">Your Name</label>
<input type="text" class="form-control" id="name" aria-describedby="emailHelp" placeholder="Your Full Name" required>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Your Email Address</label>
<input type="email" name="email" class="form-control" id="email" aria-describedby="emailHelp" placeholder="Your Email Address" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Your Phone Number</label>
<input type="text" class="form-control" id="phone" aria-describedby="emailHelp" placeholder="Your Phone Number">
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Email Me</label>
<textarea name="message" type="text" class="form-control" id="message" rows="3" placeholder="Type Your Message Here"></textarea>
</div>
<div class=" row d-flex justify-content-center align-content-center">
<button type="submit" class="btn btn-danger col-3">Send </button>
</div>
</form>
</section>
<!-- Hire And Contact Section Starts -->
<!-- Footer Section Starts -->
<section class="footer-section">
<footer class="down text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #3b5998;"
href="https://web.facebook.com/alexandre.massodamambeleck/"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #55acee;"
href="https://twitter.com/alexandreherv18"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
class="btn text-white btn-floating m-1"
style="background-color: green;"
href="https://www.linkedin.com/in/alexandre-massoda/"
role="button"
><i class="fab fa-whatsapp"></i
></a>
<!-- Instagram -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #ac2bac;"
href="https://www.instagram.com/xander1987/"
role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #0082ca;"
href="https://www.linkedin.com/in/alexandre-massoda/"
role="button"
><i class="fab fa-linkedin-in"></i
></a>
<!-- Github -->
<a
class="btn text-white btn-floating m-1"
style="background-color: grey;"
href="https://github.com/Xander1936"
role="button"
><i class="fab fa-github"></i
></a>
<!-- Copyright -->
<div class="text-center " style="color: black;">
© 2023 Copyright:
<a class="text-dark" href="https://www.linkedin.com/in/alexandre-massoda/"
style="text-decoration: none; color: black;">Alexandre Massoda</a>
</div>
<!-- Copyright -->
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!--Grid row-->
<!-- Grid container -->
</footer>
</section>
<!-- Footer Section Ends -->
<!-- Bootstrap compatible links. -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" ></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" ></script>
<!-- script file -->
<script src="./JS/index.js"></script>
<!-- JavaScript Form Send Email -->
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
function sendEmail(){
Email.send({
Host : "smtp.gmail.com",
Username : "alexandrehervemassodamambeleck@gmail.com",
Password : "Honore De Balzack1936",
To : 'lexrv3m@yahoo.fr',
From : document.getElementById("email").value,
Subject : "New Contact Form Enquiry",
Body : "Name: " + document.getElementById("name").value
+ "<br> Email: " + document.getElementById("email").value
+ "<br> Phone: " + document.getElementById("phone").value
+ "<br> Message: " + document.getElementById("message").value
}).then(
message => alert("Message Sent Successfully!")
);
}
</script>
</body>
</html>