-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
652 lines (583 loc) Β· 29.8 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="rgba(161,180,150,0.55)"/>
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#223322"/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<title>Portfolio | Yasin Dehfuli </title>
<!-- Scripts-->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="node_modules/@fortawesome/fontawesome-free/js/all.min.js"></script>
<!-- Links -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
</head>
<body>
<!--matrix-->
<canvas id="c"></canvas>
<script src="assets/script.js"></script>
<!--matrix-->
<!-- Navbar Start -->
<header class="p-4">
<nav class="navbar navbar-expand-xl container fixed-top ">
<div class="container-fluid " id="Navbar">
<div class="navbar-brand"><a href="index-fa.html"><img src="assets/img/favicon/favicon-32x32.png" alt=""></a></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNav">
<ul class="navbar-nav ">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#Profile">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#About">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#Skill">Skill</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#Portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link " href="#Projects">Projects</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Navbar End -->
<!-- Profile -->
<section id="Profile" class="container mt-5">
<div>
<div class="section-title p-4">
<h1>Profile</h1>
<hr>
</div>
<div class="row p-2">
<div class="col-lg-4">
<img src="assets/img/avatar.webp" class="img-fluid p-3 mb-5 " alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content">
<h3>Full Stack Web Developer</h3>
<p class="fst-italic">
I Working On Web, Since 2021
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Name:</strong> <span>Yasin Dehfuli</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Iran - Alborz</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Date Of Birth:</strong>
<span>1999</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Contact:</strong> <span
style="color:green;">Available</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>24</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Junior</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong>
<a href="mailto:ydehfuli@gmail.com" target="_blank" style="color:white;">Ydehfuli[at]Gmail.com</a>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span
style="color:green;">Available</span></li>
</ul>
</div>
</div>
<!-- Section Skills -->
<span class="skill">
<!-- GitHub-->
<a href="https://www.github.com/YasinDehfuli" target="_blank">
<button type="button" class="btn pro-btn btn-dark col-md-4 col-sm-12 col-lg-3 my-2">
<i class="fab fa-github" aria-hidden="true"></i> Github
</button>
</a>
<!-- Telegram-->
<a href="https://Telegram.Me/iYasin" target="_blank">
<button type="button" class="btn pro-btn btn-primary col-md-4 col-sm-12 col-lg-3 my-2">
<i class="fab fa-telegram" aria-hidden="true"></i> Telegram
</button>
</a>
<!-- Twitter-->
<a href="https://www.linkedin.com/in/Yasin-Dehfuli" target="_blank">
<button type="button" class="btn pro-btn btn-info col-md-3 col-sm-12 col-lg-3 my-2">
<i class="fab fa-linkedin-in" aria-hidden="true"></i> Linkedin
</button>
</a>
</span>
</div>
</div>
</div>
</section>
<!--Profile End-->
<!-- About Section -->
<section id="About" class="section-box container mt-4">
<div>
<div class="section-title p-4">
<h1>About</h1>
<hr>
<p class="p-3">
Hi, Im Yasin, a full stack web developer who loves code and developing challenges.
linux and terminal lover. Trying to learn any developing tools.
And want to create new open source projects. and absolutely opensource world.
Currently Working on: Front-End, Back-End, Data Management, Version Controller, Server.
</p>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Experience Section -->
<section id="Experience" class="section-box container mt-4">
<div>
<div class="section-title p-4">
<h1>Experience</h1>
<hr>
<p class="p-3">
Member of
<a
href="https://github.com/4xmen" target="_blank" style="color:#d6181a;">4xmen</a>, Team.
We are working on open source projects.
creating shop templates, portfolio sites and more.
design and ui/ux websites and coding it. With of without figma tool.
<br>
If You Want To See Some Of My Projects In GitHub Check Out My <a href="https://github.com/YasinDehfuli"
target="_blank" style="color: black">GitHub</a>
Account.
</p>
</div>
</div>
</section>
<!-- Experience SEction End -->
<!-- Education Section -->
<section id="Education" class="section-box container mt-4">
<div>
<div class="section-title p-4">
<h1>Education</h1>
<hr>
<p class="p-3">
<span>2016 :</span> Graduate in Computer And Got Diploma in 2016 For ICDL, C# And HTML; At All This is
My start of Developing And Coding And Start of Loving Code.
</p>
<br>
<p class="p-3">
<span>2018 :</span> Graduate In Software And Got Associate degree Of Software Engineer & I learn SQL,
DataBase, HTML, CSS, until 2016-2018.
</p>
<br>
<p class="p-3">
<span>2022 :</span> This is my new start in Developing and I start Front-End Web Develop at the first
half of the year & Start Back-End Web Develop at the Second half of the year 2022 in Tehran Central
Department To Be Going To Full
Stack Web Developer.
</p>
<p class="p-3">
<span>2023 :</span> Now I Graduated, and I'm trying to learn new tools and languages and create a good resume for myself.
And learn linux commands and creating better websites.
</p>
</div>
</div>
</section>
<!-- Education Section End -->
<!-- Skill Section -->
<section id="Skill" class="section-box container mt-4 ">
<div>
<div class="section-title p-4">
<h1>Skills</h1>
<hr>
<div class="row p-2">
<div class="col-12">
<h3 style="text-align: center">Languages Libraries & FrameWorks ...</h3>
</div>
<div class="col-6">
<div class="progress mt-2">
<div class="progress-bar bg-success " role="progressbar" aria-label="Success example"
style="width: 82%" aria-valuenow="97" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Linux</span>
<div class="progress mt-2">
<div class="progress-bar bg-success " role="progressbar" aria-label="Success example"
style="width: 97%" aria-valuenow="97" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>HTML</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Info example"
style="width: 93%"
aria-valuenow="99" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>CSS</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Warning example"
style="width: 79%"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>JavaScript</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 76%"
aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>JQuery</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 66%"
aria-valuenow="79" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>PHP</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 82%"
aria-valuenow="79" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>CodePen Projects</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 89%"
aria-valuenow="89" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>TailwindCss</span>
</div>
<!-- part 2 col-->
<div class="col-6">
<div class="progress mt-2">
<div class="progress-bar bg-success " role="progressbar" aria-label="Success example"
style="width: 91%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Bootstrap</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Info example"
style="width: 68%"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>VueJs</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Warning example"
style="width: 92%"
aria-valuenow="92" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Git, GitHub</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 80%"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Semantic-Ui</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 82%"
aria-valuenow="82" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Laravel</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 73%"
aria-valuenow="82" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>PostMan</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 87%"
aria-valuenow="87" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>SQL, MariaDB</span>
<div class="progress mt-2">
<div class="progress-bar bg-success" role="progressbar" aria-label="Danger example"
style="width: 77%"
aria-valuenow="77" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Npm Package</span>
</div>
</div>
</div>
</div>
</section>
<!-- Skill Section End -->
<!-- Project Section -->
<section id="Portfolio" class="section-box container mt-4">
<div>
<div class="section-title p-4">
<h1>Portfolio</h1>
<hr>
<h1 style="text-align: center; color: white">My <span>TimeLine</span></h1>
<div class="Pcontainer">
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>1999</h3>
<span>Born</span>
<p>I born in 1999 in Iran,Karaj; </p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>2006-2015</h3>
<span>Elementary & Technical School</span>
<p> 2006-2011 this year's I just started school & Learnt English and Paint, Learnt Swim and
gymnastic & Between 2012-2015 - I went to Computer Technical school and graduated from in
computer school in 2015 I were being ready for university </p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>2016-2018</h3>
<span>University</span>
<p> In 2016 New part of my story started, I Accepted Software Major in Mazandaran Provice Imam
Khomeini University, And After 2 Year graduated in Software Associate degree University.
;</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>2018-2020</h3>
<span>Mandatory Military Service</span>
<p>
Start of Mandatory Military </p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>2020</h3>
<span>Front-End & Back-End Developer</span>
<p>After Army, Was the best time for Me for starting Upgrade my Developing Skills, So First I
start Front-End-Web Developing And start learning the Front-End Languages And Then I Start
Back-End Web Developing And For Now I'm Trying To Creat Resume Projects & Hard Trying To
Learn
& Experience New Things in My developing. I Keep Going... </p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>2022-Now</h3>
<span>Learning Full Stack Web Developer</span>
<p>Now im trying to learn anything, about web development languages and learn more about my, OS
Linux and try to be professional on it. update my skills and trying to build a good resume
for myself. also, I'm working on OpenSource Projects. as a member of <a
href="https://github.com/4xmen" target="_blank" style="color:#d6181a;">4xmen</a>
Team </p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Section End-->
<!-- Project Section-->
<section id="Projects" class="section-box container mt-4">
<div>
<div class="section-title p-4">
<h1>My Projects</h1>
<hr>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/trend.webp" class="img-fluid" alt="m.trendu.net">
<div class="overlay">
<div class="center-box">
<div class="text-title">TrendAgency</div>
<div class="text-desc">Front-End & Figma Tool UI/UX Bootstrap V5.2 & Pure HTML, CSS, JS</div>
<a href="https://m.trendu.net" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/github-achievement.webp" class="img-fluid"
alt="Get-Github-Achievements">
<div class="overlay">
<div class="center-box">
<div class="text-title">Github Achievement Course</div>
<div class="text-desc">An open Source Course Translated to 4 languages</div>
<a href="https://github.com/4xmen/Get-Github-Achievements" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/fardad.webp" class="img-fluid"
alt="Fardad.shop">
<div class="overlay">
<div class="center-box">
<div class="text-title">Fardad Shop</div>
<div class="text-desc">Front-End & Back-End laravel panel Fardad shop</div>
<a href="https://Fardad.shop" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/mahgold.webp" class="img-fluid" alt="MahGoldGallery.com">
<div class="overlay">
<div class="center-box">
<div class="text-title">MahGoldGallery</div>
<div class="text-desc">Front-End & Design Pure HTML-SASS</div>
<a href="https://www.mahgoldgallery.com/" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/coochak.webp" class="img-fluid" alt="coochak.ir">
<div class="overlay">
<div class="center-box">
<div class="text-title">Coochak</div>
<div class="text-desc">Front-End & Back-End Design Pure HTML-SASS And laravel </div>
<a href="https://coochak.ir/" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/pacific-pretech.webp" class="img-fluid" alt="Pacific-Pretech.com">
<div class="overlay">
<div class="center-box">
<div class="text-title">Pacific Pretech</div>
<div class="text-desc">Front-End & Design With Bootstrap 5.0</div>
<a href="https://pacific-pretech.com/" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/rahnavardpaya.webp" class="img-fluid" alt="">
<div class="overlay">
<div class="center-box">
<div class="text-title">Rahnavard Paya</div>
<div class="text-desc">Front-End & Design With Bootstrap 5.2</div>
<a href="https://rahnavardpaya.com/" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/github-cover.webp" class="img-fluid" alt="Web-Package-RTL">
<div class="overlay">
<div class="center-box">
<div class="text-title">Web Package RTL</div>
<div class="text-desc">Full RTL Package For Use Ready Samples</div>
<a href="https://github.com/4xmen/Web-Package-RTL" target="_blank">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 my-3 my-md-5 works-box">
<div class="img-box">
<img src="assets/img/works/classic-portfolio.webp" class="img-fluid" alt="YasinDehfuli.ir">
<div class="overlay">
<div class="center-box">
<div class="text-title">Personal Portfolio</div>
<div class="text-desc">Front-End & Design With Bootstrap V5.2</div>
<a href="#">
<button>Live Preview</button>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project Section End-->
<!--Btn To Top-->
<section>
<div class="text-center mt-5">
<button class="mb-5 backtop-btn" onclick="topFunction()" id="myBtn" title="Go to top">Go To Top
</button>
</div>
<script>
// Get the button
let mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.margin = "auto";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</section>
<!--Btn to Top End-->
<!-- Footer-->
<footer id="footer" class="container">
<div class="container">
<h3>Contact Me</h3>
<div class="social-links">
<a href="mailto:ydehfuli@gmail.com" target="_blank" class="gmail"><i class="fab fa-google"></i></a>
<a href="https://www.linkedin.com/in/Yasin-Dehfuli" target="_blank" class="Linkdin"><i
class="fab fa-linkedin"></i></a>
<a href="https://www.Telegram.me/iYasin" target="_blank" class="telegram"><i
class="fab fa-telegram"></i></a>
<a href="https://www.Twitter.com/YasinDehfuli" target="_blank" class="twitter"><i
class="fab fa-twitter"></i></a>
<a href="https://www.github.com/YasinDehfuli" target="_blank" class="linkedin"><i class="fab fa-github"></i></a>
<a href="https://codepen.io/YasinDehfuli" target="_blank" class="Codepen"><i class="fab fa-codepen"></i></a>
</div>
<div class="copyright">
2022 © Portfolio <strong><span>Nisay</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://github.com/YasinDehfuli" target="_blank">Nisay</a>
</div>
</div>
</footer>
<!--Footer And-->
</body>
</html>