-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
768 lines (678 loc) · 40.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - Portfolio
</title>
<link rel="icon" type="image/x-icon" href="assets\img\FALMASRI-logos_black.png">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/styles.min.css?h=ee0584e899bb39c6b32b6a30ed0a44e3">
<!-- <link rel="style" href="style.css"> -->
</head>
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="72"
style="background-color: rgb(242 242 242)">
<nav class="navbar navbar-light navbar-expand-lg fixed-top bg-secondary text-uppercase" id="mainNav">
<div class="container"><a class="navbar-brand" href="#page-top"><img src="assets\img\FALMASRI-logos_white.png"
width="150px" height="100px" style="margin-top: -30px;margin-bottom: -30px;" alt=""></a>
<button data-bs-toggle="collapse" data-bs-target="#navbarResponsive"
class="navbar-toggler text-white navbar-toggler-right rounded" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation"><i class="fa 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">Projects</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">Qualifications</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">Experiences</a></li> -->
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded"
href="#Skills">Skills</a></li>
</ul>
</div>
</div>
</nav>
<header class="text-center text-white bg-primary masthead">
<h2 class="h21 " style="text-align: center; font-family: cursive; color: rgb(41, 56, 41); padding-bottom: 0%;">
Hi, I’m Farah Almasri (FULL STACK DEV). Nice to
meet you.
<br>
<br>
</h2>
<div class="container" style="display:flex">
<img class="img-fluid d-block mx-auto mb-5" src="assets/img/mypic.png" style="border-radius: 500px ; ">
<!-- <style>
.mb-5 {
filter: opacity(0.8);
}
</style> -->
<!-- <h3> <p>Farah Almasri</p> <p>Full Stack Web Developer</p> </h3> -->
<!-- <hr class="star-light"> -->
<!-- <h2 class="text-uppercase text-center text-white">About</h2> -->
<!-- <hr class="star-light mb-5"> -->
<div class="row1">
<p style="font-family: cursive; font-size: 20px; text-align: center;color: rgb(226, 226, 226);">
Since i've graduated from the University over 2 years ago i started my journey as a developer, I've
completed many differnt courses in programming language..
in a Web Development bootCamp with of a largest Academies in Jordan "Orange Coding
Academy" for 7
months to become a Full Stack Developer.</p>
<!-- <p style="font-family: cursive; font-size: 20px; text-align: center;color: rgb(226, 226, 226);">i've enrolled
in a Web Development bootCamp with of a largest Academies in Jordan "Orange Coding
Academy" for 7
months to become a Full Stack Developer.
</p> -->
<!-- <p class="p1" style="font-family: cursive; font-size: 20px; text-align: center;color: rgb(226, 226, 226); " > Now
i've enrolled in a Web Development bootCamp with of a largest Academies in Jordan "Orange Coding
Academy" for 7
months to become a Full Stack Developer.</p> -->
<!-- <p style="font-family: cursive; font-size: 20px; text-align: center; color: rgb(226, 226, 226);">I'm
confident, curious, and perpetually working on improving my programming skills & keeping pace
with modern programming languages.</p> -->
<div class="text-center mt-4"><a class="btn btn-outline-light btn-lg" role="button"
href="assets/pdf/Cv-FarahAl-Masri.pdf" download=""><i class="fa fa-download me-2"></i><span
style="color: rgb(29, 53, 3);">RESUME!</span></a></div>
<!-- <h2 class="font-weight-light mb-0">Full Stack Web Developer</h2> -->
</div>
</div>
</div>
</header>
<section id="portfolio" class="portfolio">
<h2 class="text-uppercase text-center text-secondary " style="margin-bottom: 5%;">Projects</h2>
<div class="container" style="display: flex ; justify-content: space-evenly;" >
<!-- <hr class="star-dark mb-5"> -->
<div class="row">
<div class="col-md-6 col-lg-4"><a class="d-block mx-auto portfolio-item item1"
href="#portfolio-modal-1" data-bs-toggle="modal"
style="border-radius: 5px; border-style: solid;">
<div class="d-flex portfolio-item-caption position-absolute h-100 w-100">
<div class="text-center text-white my-auto portfolio-item-caption-content w-100"><i
class="fa fa-search-plus fa-3x"></i></div>
</div><img class="img-fluid" src="https://cdn-icons-png.flaticon.com/512/2337/2337798.png"
width="287px" height="200px" style="margin-left: 40px; ">
</a>
</div>
<div class="col-md-6 col-lg-4"><a class="d-block mx-auto portfolio-item item2" href="#portfolio-modal-2"
data-bs-toggle="modal" style="border-radius: 5px; border-style: solid;">
<div class="d-flex portfolio-item-caption position-absolute h-100 w-100">
<div class="text-center text-white my-auto portfolio-item-caption-content w-100"><i
class="fa fa-search-plus fa-3x"></i></div>
</div><img class="img-fluid" src="https://cdn-icons-png.flaticon.com/512/226/226777.png"
width="287px" height="200px" style="margin-left: 40px; ">
</a>
</div>
<div class="col-md-6 col-lg-4"><a class="d-block mx-auto portfolio-item item3" href="#portfolio-modal-3"
data-bs-toggle="modal" style="border-radius: 5px; border-style: solid;">
<div class="d-flex portfolio-item-caption position-absolute h-100 w-100">
<div class="text-center text-white my-auto portfolio-item-caption-content w-100"><i
class="fa fa-search-plus fa-3x"></i></div>
</div><img class="img-fluid" src="https://cdn-icons-png.flaticon.com/512/402/402184.png"
width="287px" height="200px" style="margin-left: 40px; ">
</a>
</div>
<!-- <div class="row2">
<div class="col-md-6 col-lg-4"><a class="d-block mx-auto portfolio-item" href="#portfolio-modal-1"
data-bs-toggle="modal" style="border-radius: 5px; border-style: solid;">
<div class="d-flex portfolio-item-caption position-absolute h-100 w-100">
<div class="text-center text-white my-auto portfolio-item-caption-content w-100"><i
class="fa fa-search-plus fa-3x"></i></div>
</div><img class="img-fluid" src="https://cdn-icons-png.flaticon.com/512/2337/2337798.png"
width="287px" height="200px" style="margin-left: 30px; ">
</a>
</div>
</div>
</div> -->
</section>
<section class="text-white bg-primary mb-0" id="about">
<div class="container" >
<h2 class="text-center text-uppercase py-3">Qualifications</h2>
<div class="container py-2 mt-4 mb-4" >
<!-- timeline item 1 -->
<div class="row" >
<!-- timeline item 1 left dot -->
<div class="col-auto text-center flex-column d-none d-sm-flex" >
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px;"> </span>
</h5>
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
</div>
<!-- timeline item 1 event content -->
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> Feb 2023 - Sep 2023 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >Orange Full Stack Development Bootcamp</h4>
<p class="card-text text-muted">Skills : HTML, CSS, BOOTSTRAP 5, JAVASCRIPT,NODE JS, MONGO-DB, REACT, REDUX
</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 2 -->
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px"> </span>
</h5>
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> Jun 2022 - Feb 2023 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >Oracle ADF Developer - Roots Software Company</h4>
<p class="card-text text-muted">Skills : Oracle ADF, JAVA SE, SQL
</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 3 -->
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px";> </span>
</h5>
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> May 2022 - Aug 2022 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >JAVA Programming Bootcamp - HTU</h4>
<p class="card-text text-muted">Skills : JAVA SE, JAVA EE Hibernate
</p>
</div>
</div>
</div>
</div>
<!--/row-->
<!-- timeline item 4 -->
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> Jul 2021 - Nov 2021 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >Technical Support - BioLab</h4>
</div>
</div>
</div>
</div>
<!--/row-->
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> April 2021 - Jun 2021 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >Cloud Computing Bootcamp (AWS) - HTU</h4>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-secondary " style="border-radius: 50px"> </span>
</h5>
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col py-2">
<div class="card">
<div class="card-body">
<div class="float-right text-secondary "> Oct 2017 - Feb 2021 </div>
<h4 class="card-title text-black" style="font-size: medium; font-family: 'Times New Roman', Times, serif;;" >Bachelor Degree in Computer Network Systems - WISE</h4>
</div>
</div>
</div>
</div>
</div>
<!--container-->
</section>
</section>
<!-- <section id="contact">
<div class="container">
<h2 class="text-uppercase text-center text-secondary mb-0">Experience</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-8 mx-auto">
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="control-group">
<div class="mb-0 form-floating controls pb-2">
<h4 style="font-family: 'Times New Roman', Times, serif;">Technical Support </h4>
<p style="font-family: 'Times New Roman', Times, serif;">From : 07/10/2021 - 11/08/2021
</p>
</div>
</div>
<br>
<br>
<div class="control-group">
<div class="mb-0 form-floating controls pb-2">
<h4 style="font-family: 'Times New Roman', Times, serif;">Oracle ADF Developer </h4>
<p style="font-family: 'Times New Roman', Times, serif;">From : 12/06/2022 - Present
</p>
</div>
</div>
</div>
</div>
</section> -->
<section id="Skills" style="background-color: rgb(248 248 248 / 90%)" >
<div class="container ">
<h2 class="text-uppercase text-center text-secondary mb-0">Technical
Skills</h2>
<br> <br>
<!-- <hr class="star-light mb-5"> -->
<div class="row">
<div class="col-lg-8 mx-auto">
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<!-- <div class="control-group">
<div class="mb-0 form-floating controls pb-2">
<h4 style="font-family: 'Times New Roman', Times, serif; text-align: center;">Technical
Skills </h4>
<p><span>
<ul class="text-uppercase text-center text-black"
style="list-style: none; font-family: 'Times New Roman', Times, serif; display: inline-block; ">
<li>Html</li>
<li>CSS</li>
<li>C#</li>
<li>Java SE</li>
</ul>
</span></p>
<p><span>
<ul class="text-uppercase text-center text-black"
style="list-style: none; font-family: 'Times New Roman', Times, serif; display: inline-block; justify-content: center;">
<li>JAVA EE</li>
<li>Oracle ADF</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
</span></p>
</div>
</div> -->
<div class="control-group">
<div class="mb-0 form-floating controls pb-2 text-center">
<!-- <h4 style="font-family: 'Times New Roman', Times, serif; text-align: center;">Technical
Skills </h4>
<br> -->
<br>
<h6> <span>
<ul class="text-uppercase text-center text-black"
style="list-style-type: none; font-family: 'Times New Roman', Times, serif;display: inline-block;">
<li>Html</li>
<li>CSS</li>
<li>C#</li>
<li>Java SE</li>
</ul>
<span></span>
<ul class="text-uppercase text-center text-black"
style="list-style-type: none; font-family: 'Times New Roman', Times, serif; display: inline-block; ">
<li>JAVA EE</li>
<li>Oracle ADF</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
</span>
</h6>
</div>
</div>
<!-- <div class="control-group">
<div class="mb-0 form-floating controls pb-2">
<h4 style="font-family: 'Times New Roman', Times, serif; text-align: center;">Soft
Skills </h4>
<p><span>
<ul class="text-uppercase text-left text-black"
style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Communication Skills</li>
<li>Presentation Skills</li>
</ul>
</span></p>
<p><span>
<ul class="text-uppercase text-left text-black"
style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Change Managment Skills</li>
<li>Time Managment Skills</li>
</ul>
</span></p>
</div>
</div> -->
</div>
</div>
</section>
<!-- <section style="background-color: #a27c82 !important;">
<div class="container" >
<div class="rowSkills" >
<h2 class="text-uppercase text-center text-white " style="color: white;">Skills</h2>
<hr class="star-light mb-5"><br>
<div class="row">
<div class="col-md-6 col-lg-6">
<h4 class="text-uppercase text-center text-white" >Soft Skills</h4>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="img_avatar.png" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h1>John Doe</h1>
<p>Architect & Engineer</p>
<p>We love that guy</p>
</div>
</div>
</div>
<p><span>
<ul class="text-uppercase text-center text-white" style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Communication Skills</li>
<li>Presentation Skills</li>
<li>Change Managment Skills</li>
<li>Time Managment Skills</li>
</ul>
</span></p>
</div>
<div class="col-md-6 col-lg-6">
<h4 class="text-uppercase text-center text-black">Technical Skills</h4>
<p ><span>
<ul class="text-uppercase text-center text-white" style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Html</li>
<li>CSS</li>
<li>C#</li>
<li>Java SE</li>
<li>JAVA EE</li>
<li>Oracle ADF</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
</span></p>
</div>
</div>
</div>
</section> -->
<footer class="text-center footer">
<div class="containerf" >
<div class="col-md-4 mb-4 mb-lg-0">
<h4 class="text-uppercase">Social Media</h4>
<ul class="list-inline-item">
<li class="list-inline-item"><a
class="btn btn-outline-light text-center btn-social rounded-circle" role="button"
href="https://www.linkedin.com/in/farah-almasri/"><i
class="fa fa-linkedin fa-fw"></i></a></li>
<li class="list-inline-item"><a
class="btn btn-outline-light text-center btn-social rounded-circle" role="button"
href="mailto:[email protected]"><i class="fa fa-google-plus fa-fw"></i></a></li>
<li class="list-inline-item"><a
class="btn btn-outline-light text-center btn-social rounded-circle" role="button"
href="https://github.com/falmasri98"><i class="fa fa-github fa-fw"></i></a></li>
<li class="list-inline-item"><a
class="btn btn-outline-light text-center btn-social rounded-circle" role="button"
href="https://wa.me/962799010691?text=Hello"><i class="fa fa-whatsapp fa-fw"></i></a>
</li>
</ul>
</div>
<br>
<div class="col-md-4 mb-4 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p style=" font-family: 'Times New Roman', Times, serif;">Amman Jordan <br></p>
<br>
<h4 class="text-uppercase mb-4">Phone Number</h4>
<p>+962-799010691</p>
</div>
<div class="col-md-4 mb-4 mb-lg-0">
<div class="container" style="align-items: center;"><a class="logo" href="#page-top"><img
src="assets\img\FALMASRI-logos_white.png" width="250rem" height="200rem"
alt=""></a>
</div>
<!-- <div class="col-md-3 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4" style="opacity: 1; align-content: center;" a>Soft Skills</h4>
<p class="lead mb-0"><span>
<ul style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Communication Skills</li>
<li>Presentation Skills</li>
<li>Change Managment Skills</li>
<li>Time Managment Skills</li>
</ul>
</span></p>
</div>
<div class="col-md-3 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4" >Technical Skills</h4>
<p class="lead mb-0"><span>
<ul style="list-style: none; font-family: 'Times New Roman', Times, serif;">
<li>Html</li>
<li>CSS</li>
<li>C#</li>
<li>Java SE</li>
<li>JAVA EE</li>
<li>Oracle ADF</li>
<li>MySQL</li>
<li>Wordpress</li>
</ul>
</span></p>
</div> -->
</div>
</div>
</footer>
<div class="text-center text-white copyright py-4">
<div class="container"><small>Copyright © farah-almasri 2023</small></div>
</div>
<div class="d-lg-none scroll-to-top position-fixed rounded"><a class="text-center d-block rounded text-white"
href="#page-top"><i class="fa fa-chevron-up"></i></a></div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-1">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Mockup & WireFrame</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="https://cdn-icons-png.flaticon.com/512/1548/1548715.png" width="100%"
height="100%">
<p class="mb-5">Using Figma tool i've created my first mockup & wireframe for a simple
e-learning website </p>
<a
href="https://www.figma.com/file/3G5MqNU39niOd9l8EPpM7H/Wireframe-%26-Mockup?node-id=13-795&t=zejAyTi3DvQJNRbH-0">Mockup</a>
<br>
<a
href="https://www.figma.com/file/3G5MqNU39niOd9l8EPpM7H/Wireframe-%26-Mockup?node-id=43-154&t=zejAyTi3DvQJNRbH-0">Wireframe</a>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-2">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Project Name</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="/assets/img/portfolio/cake.png?h=4b5723e2b00006ef3a25df097c7187dd">
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque
assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam
velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-3">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Project Name</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="/assets/img/portfolio/circus.png?h=984b4ff719255fcbf2e01164905ebb90">
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque
assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam
velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-4">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Project Name</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="/assets/img/portfolio/game.png?h=b5df08ec517f8b9872be52e015333d8a">
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque
assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam
velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-5">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Project Name</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="/assets/img/portfolio/safe.png?h=77cbc82936acf11b03bd687ff795e835">
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque
assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam
velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<div class="modal text-center" role="dialog" tabindex="-1" id="portfolio-modal-6">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header"><button type="button" class="btn-close" data-bs-dismiss="modal"
aria-label="Close"></button></div>
<div class="modal-body">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="text-uppercase text-secondary mb-0">Project Name</h2>
<hr class="star-dark mb-5"><img class="img-fluid mb-5"
src="/assets/img/portfolio/submarine.png?h=71572e367539ee27f418326f2361bce2">
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque
assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam
velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
</p>
</div>
</div>
</div>
</div>
<div class="modal-footer pb-5"><a
class="btn btn-primary btn-lg mx-auto rounded-pill portfolio-modal-dismiss" role="button"
data-bs-dismiss="modal"><i class="fa fa-close"></i> Close Project</a></div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="/assets/js/script.min.js?h=33588ed143bc098cbcf279ea5d7aa7b8"></script>
</body>
</html>