-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
576 lines (574 loc) · 40.4 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
<!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>Zoul Aimi</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
<!-- Font Awesome icons (free version)-->
<script src="https://kit.fontawesome.com/0fe243ad7b.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"/>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css"/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet"/>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">Zoul Aimi</a>
<button class="navbar-toggler text-uppercase fw-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#portfolio">Portfolio</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about">About</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<img class="masthead-avatar mb-5" src="assets/img/profilepic.png" alt="..." />
<!-- Masthead Heading-->
<h1 class="masthead-heading text-uppercase mb-0">Zoul Aimi</h1>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading-->
<p class="masthead-subheading font-weight-light mb-0">Web Designer - Python Developer - Knowledge Seeker</p>
</div>
</header>
<!-- Portfolio Section-->
<section class="page-section portfolio" id="portfolio">
<div class="container">
<!-- Portfolio Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Portfolio</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items-->
<div class="row justify-content-center">
<!-- Portfolio Item 1-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/plane.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 2-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/website.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 3-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/namecards.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 4-->
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/simonsays.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 5-->
<div class="col-md-6 col-lg-4 mb-5 mb-md-0">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal5">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/mypass.png" alt="..." />
</div>
</div>
<!-- Portfolio Item 6-->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal6">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/movies.png" alt="..." />
</div>
</div>
</div>
</div>
</section>
<!-- About Section-->
<section class="page-section bg-primary text-white mb-0" id="about">
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">About</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="row my-5">
<div class="col-lg-4 ms-auto"><p class="lead">As a web designer, I'm passionate about creating visually stunning and user-friendly websites that make a positive first impression on your potential customers. With my expertise in HTML, CSS, and the MEAN stack, I can turn your design ideas into a responsive and intuitive website.</p></div>
<div class="col-lg-4 me-auto"><p class="lead">As a Python developer, I have a deep love for coding and building powerful applications that make a positive impact on businesses and society. Whether you want to unlock the value of your data or build intelligent systems that optimize your business processes, I can help using Flask, NumPy, and Matplotlib.</p></div>
</div>
<div class="row mx-5">
<div class="col-lg-4 ms-auto">
<table class="table table-borderless m-auto">
<thead class="w-75 d-none d-print-block">
<tr>
<th>Language</th>
<th>Skill Level</th>
</tr>
</thead>
<tbody class="lead w-75">
<tr class="d-table-row">
<td class="d-table-cell">Python</td>
<td class="d-table-cell text-end align-middle">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">R</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">HTML</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">Bootstrap</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">Machine Learning</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">CSS</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-4 me-auto">
<table class="table table-borderless m-auto">
<tbody class="lead w-75">
<tr class="d-table-row">
<td class="d-table-cell">Javascript</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">Flask</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">Node.js / Express.js</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">React</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">PostgreSQL</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
<tr class="d-table-row">
<td class="d-table-cell">MongoDB</td>
<td class="d-table-cell text-end align-middle"> <img src="assets/img/star.png" alt="">
<img src="assets/img/star.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
<img src="assets/img/star-grey.png" alt="">
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- Contact Section-->
<section class="page-section pb-0" id="contact">
<div class="container">
<!-- Contact Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Contact Me</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Contact Section Form-->
<!-- <div class="row justify-content-center">
<div class="col-lg-8 col-xl-7">
<form id="contactForm" data-sb-form-api-token="a50edd83-ec22-4d25-9e60-148d51ad01eb"> -->
<!-- Name input-->
<!-- <div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div> -->
<!-- Email address input-->
<!-- <div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="name@example.com" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div> -->
<!-- Phone number input-->
<!-- <div class="form-floating mb-3">
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div> -->
<!-- Message input-->
<!-- <div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div> -->
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<!-- <div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Form submission successful!</div>
</div>
</div> -->
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<!-- <div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div> -->
<!-- Submit Button-->
<!-- <button class="btn btn-primary btn-xl disabled" id="submitButton" type="submit">Send</button>
</form>
</div>
</div> -->
</div>
<!-- Jotform Form JS -->
<div id="jotformjs">
<script type="text/javascript" src="https://form.jotform.com/jsform/230888376670469"></script>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Social Icons-->
<div class="mb-0">
<h4 class="text-uppercase mb-4">Follow Me On</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://github.com/mdzoul" target="_blank"><i class="fab fa-fw fa-github"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/mdzxvl" target="_blank"><i class="fab fa-fw fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="discordapp.com/users/322050843161395212" target="_blank"><i class="fab fa-fw fa-discord"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://t.me/zoulaimi" target="_blank"><i class="fab fa-fw fa-telegram"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="mailto:zoulaimi@gmail.com" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container"><small>Copyright © Zoul Aimi 2023</small></div>
</div>
<!-- Portfolio Modals-->
<!-- Portfolio Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" aria-labelledby="portfolioModal1" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Fly Within Budget</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<video autoplay controls loop>
<source src="assets/mp4/fwb.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Portfolio Modal - Text-->
<p class="my-4">Fly Within Budget (FWB) is a Python-scripted Telegram bot that shows the cheapest flight deals as of the current search. You can search by airline, destination city/country, and one-way, return or multi-city flights. Don't know where to go for your next holiday? Try typing 'browse' and pick from the list of countries and cities.<br/></p>
<p class="fw-bold my-4">Travel the world with <a href="https://t.me/FlyWithinBudgetBot" target="_blank">FWB</a>!</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" aria-labelledby="portfolioModal2" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Web Design</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<video autoplay controls loop>
<source src="assets/mp4/alice.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Portfolio Modal - Text-->
<p class="my-4">Hi! I'm a web designer and web app developer with two years of experience under my belt. I have designed and developed responsive and user-friendly websites and web applications that leave a lasting impression on clients and users alike. With a passion for coding and creating unique web experiences, I look forward to help you build that perfect website or web app!<br/></p>
<p class="fw-bold my-4"><a href="mailto:zoulaimi@gmail.com" target="_blank">Contact me</a> if you need help starting a project, or just wanting to say hi.</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" aria-labelledby="portfolioModal3" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Custom e-Cards</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<video autoplay controls loop>
<source src="assets/mp4/namecard.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Portfolio Modal - Text-->
<p class="my-4">Are you tired of traditional business cards and static websites that fail to capture the essence of your brand? I can help you stand out with my NFC business e-cards linked to custom-built static websites. I will work closely with you to understand your specific needs and create a personalized online presence that reflects your unique identity.<br/></p>
<p class="fw-bold my-4">Let's <a href="mailto:zoulaimi@gmail.com" target="_blank">collaborate</a> and take your online presence to the next level!</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" aria-labelledby="portfolioModal4" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Controller</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/simonsaysgame.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4">The Simon Says web application is a digital version of the classic childhood game that has been enjoyed by generations of children around the world. The game challenges players to follow a sequence of commands that are displayed as colourful buttons, testing their memory and attention to detail.<br/></p>
<p class="fw-bold my-4">Test your skills with <a href="https://simon-says.mdzoul.repl.co/" target="_blank">Simon Says</a>!</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" aria-labelledby="portfolioModal5" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Password Manager</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<img class="img-fluid rounded mb-5" src="assets/img/pwdmgr.png" alt="..." />
<!-- Portfolio Modal - Text-->
<p class="mb-4">I created this password manager to be a secure and reliable solution to manage my login credentials. Unlike commercial password managers that store passwords in the cloud, this password manager generates random passwords and saves them locally on my machine, ensuring that passwords are not vulnerable to online security breaches.<br/></p>
<p class="fw-bold my-4">Feel free to fork the code on my Github: <a href="https://github.com/mdzoul/Password-Manager-v2" target="_blank">Password Manager v2</a>.</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" aria-labelledby="portfolioModal6" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h2 class="portfolio-modal-title text-secondary text-uppercase mb-0">Movie Depository</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fa-solid fa-laptop-code"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<video autoplay controls loop>
<source src="assets/mp4/moviesdepository.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Portfolio Modal - Text-->
<p class="my-4">My very first web application was built with Python and Flask. It's a movie depository that allows me to add and rate movies I have watched. It offers a simple user interface for me to add new movies and rate them. The movie depository is just a personal record of my movie preferences, and now you will have access to add and rate any movie you want to this collection.<br/></p>
<p class="fw-bold my-4">Add your movie and give it a rating at <a href="http://moviedepository-mdzoul.pythonanywhere.com/" target="_blank">Zoul's Movie Depository</a>!</p>
<button class="btn btn-primary" data-bs-dismiss="modal">
<i class="fas fa-xmark fa-fw"></i>
Close Window
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- SB Forms JS -->
<!-- <script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> -->
</body>
</html>