-
Notifications
You must be signed in to change notification settings - Fork 0
/
old-index.html
470 lines (451 loc) · 30.2 KB
/
old-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
<!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">
<title>Portfolio</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class="header-container">
<div class="header-background"></div>
<nav class="header-menu">
<span class="menu-icon">Portfolio</span>
<ul class="menu-list">
<!-- ToDo: make page for this links -->
<!-- <li class="list-items">Home</li>-->
<!-- <li class="list-items">About</li>-->
<!-- <li class="list-items">Services</li>-->
<!-- <li class="list-items">Pages</li>-->
<!-- <li class="list-items">Blog</li>-->
<!-- <li class="list-items">Contact</li>-->
</ul>
</nav>
<div class="info">
<div class="person-photo">
<img src="./media/profileImage/amir-kahdouii.jpg" width="100%" />
</div>
<div class="personal-info">
<span class="say-hello">Hi, EveryBody I'm</span>
<span class="person-name">Amir Mahdi Kahdouii</span>
<span class="carrier">Junior Full-Stack</span>
<span class="info-item">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-envelope" viewBox="0 0 16 16">
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z" />
</svg>
<span class="info-item-value">Amirmahdikahdooi@gmail.com</span>
</span>
<span class="info-item">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-phone" viewBox="0 0 16 16">
<path
d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z" />
<path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" />
</svg>
<span class="info-item-title">Phone: </span>
<span class="info-item-value">+98-903 378 2632</span>
</span>
<span class="info-item">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-calendar" viewBox="0 0 16 16">
<path
d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z" />
</svg>
<span class="info-item-title">Birthday: </span>
<span class="info-item-value">27st March 2004</span>
</span>
<span class="info-item">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-geo-alt" viewBox="0 0 16 16">
<path
d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z" />
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
</svg>
<span class="info-item-title">Location:</span>
<span class="info-item-value">Iran-Alborz</span>
</span>
<div class="social-media">
<a class="link-me" href="https://www.instagram.com/amir_mahdi_kahdouii/">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>
</a>
<a class="link-me" href="https://t.me/Amir_mahdi_kahdouii">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-telegram" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z" />
</svg>
</a>
<a class="link-me" href="https://github.com/Amirmahdikahdouii">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
</div>
</div>
</div>
</header>
<section class="about-section">
<div class="about-myself">
<span class="about-myself-title">ABOUT MYSELF</span>
<p class="about-myself-note">
Hi, My name is amir mahdi kahdouii, junior Full-Stack Developer.
I love Coding, having challenge and solve problems.
TeamWork lover and ready for learn new stuff.
</p>
<div class="about-achievements-container">
<div class="achievement-item">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-code-slash" viewBox="0 0 16 16">
<path
d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z" />
</svg>
<span class="achievement-item-name">Code</span>
<span class="achievement-item-description">Code is my Habit</span>
</div>
<div class="achievement-item">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-headphones" viewBox="0 0 16 16">
<path
d="M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5z" />
</svg>
<span class="achievement-item-name">Challenge</span>
<span class="achievement-item-description">Adrenalin!</span>
</div>
<div class="achievement-item">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-heart" viewBox="0 0 16 16">
<path
d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
</svg>
<span class="achievement-item-name">Learn</span>
<span class="achievement-item-description">Update myself everyday</span>
</div>
</div>
</div>
<div class="about-skills">
<div class="skill">
<div class="skill-name">
<span>HTML</span>
<span>90%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill html"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>CSS</span>
<span>90%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill css"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>JavaScript</span>
<span>80%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill js"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>Python</span>
<span>80%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill python"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>Django</span>
<span>70%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill django"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>React</span>
<span>60%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill react"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>PHP</span>
<span>60%</span>
</div>
<div class="progress-bar">
<div class="progress-bar-fill php"></div>
</div>
</div>
</div>
</section>
<section class="section-experiences">
<div class="experiences-button-container">
<div class="experiences-button experiences-button-active" id="experiences-button">
<span class="experiences-button-value">My Experiences</span>
</div>
<div class="experiences-button" id="educations-button">
<span class="experiences-button-value">My Educations</span>
</div>
</div>
<div class="experiences-list-container" id="experiences-list">
<div class="experiences-list-row">
<span class="experiences-date">March 2022 - May 2022</span>
<div class="experience-description">
<a class="experience-title" href="https://amirmahdikahdouii.github.io/Coffee-Shop-Template/">Coffee
Shop
Template</a>
<span class="experience-carrier">
Front-End template, Click On title to see!
</span>
</div>
</div>
<div class="experiences-list-row">
<span class="experiences-date">June 2022 - Now</span>
<span class="experiences-list-circle"></span>
<div class="experience-description">
<a class="experience-title"
href="https://github.com/Amirmahdikahdouii/Django-Back-End-Project">django portfolio</a>
<span class="experience-carrier">
Django Portfolio That is Not complete yet,
but you can view source Code in github by the click on title
</span>
</div>
</div>
<div class="experiences-list-row">
<span class="experiences-date">March 2021 - Now</span>
<span class="experiences-list-circle"></span>
<div class="experience-description">
<a class="experience-title"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples">JavaScript
Programs</a>
<span class="experience-carrier">
JavaScript Examples like music player, image Slider, Image Carousel and...
click on title to view codes!
</span>
</div>
</div>
</div>
<div class="experiences-list-container" id="educations-list">
<div class="experiences-list-row">
<span class="experiences-date">March 2020 until now</span>
<span class="experiences-list-circle"></span>
<div class="experience-description">
<h3 class="experience-title">Full-Stack Course</h3>
<span class="experience-carrier">
Junior Developer
<br>
Alborz, Iran
</span>
</div>
</div>
<div class="experiences-list-row">
<span class="experiences-date">March 2020 until July 2020</span>
<span class="experiences-list-circle"></span>
<div class="experience-description">
<h3 class="experience-title">Django Course</h3>
<span class="experience-carrier">
Junior Developer
<br>
Alborz, Iran
</span>
</div>
</div>
<div class="experiences-list-row">
<span class="experiences-date">March 2019 until March 2020</span>
<span class="experiences-list-circle"></span>
<div class="experience-description">
<h3 class="experience-title">Python Course</h3>
<span class="experience-carrier">
Junior Developer
<br>
Alborz, Iran
</span>
</div>
</div>
</div>
</section>
<section class="offerings-to-my-clients-section">
<div class="offering-section-header">
<h1>Soft Skills</h1>
<p>For Team Works, Soft Skills of Programmer is so important and it helps to have better exprience in your
team.</p>
</div>
<div class="offering-section-footer">
<div class="offering-footer-sections">
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" fill="currentColor"
class="bi bi-code-square" viewBox="0 0 16 16">
<path
d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z" />
<path
d="M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z" />
</svg>
<h3>Ready To Learn</h3>
<p>I Love Learning and Update my skills EveryDay</p>
</div>
<div class="offering-footer-sections">
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" fill="currentColor" class="bi bi-laptop"
viewBox="0 0 16 16">
<path
d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z" />
</svg>
<h3>Problem Solving</h3>
<p>Programming is a challenge, so lets solve the problems!</p>
</div>
<div class="offering-footer-sections">
<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" fill="currentColor" class="bi bi-gem"
viewBox="0 0 16 16">
<path
d="M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495 8 13.366l2.532-7.876-5.062.005zm-1.371-.999-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817 5.123-6.83-2.928.002-2.195 6.828z" />
</svg>
<h3>Listener</h3>
<p>Always Say my opinions, But if leader say something that should be done, I will do what leader say to
me</p>
</div>
</div>
</section>
<section class="projects-and-comments-section">
<div class="projects-title-section">
<h1 class="projects-title">OUR LATEST FEATURED PROJECTS</h1>
<p>This is our resume and some of projects that we have do!</p>
</div>
<div class="projects-main-container">
<div class="projects-filters-container">
<button class="project-filter-button project-filter-button-active"
id="project-filter-button-all">All</button>
<button class="project-filter-button" id="project-filter-button-html-template">Html
Template</button>
<button class="project-filter-button" id="project-filter-button-javascript">JavaScript</button>
<button class="project-filter-button" id="project-filter-button-django">Django</button>
<button class="project-filter-button" id="project-filter-button-react">React</button>
</div>
<div class="projects-container">
<div class="project-item project-item-active project-item-html-template-category">
<a class="project-item-picture-container"
href="https://amirmahdikahdouii.github.io/Coffee-Shop-Template/">
<img src="./media/projectsImages/coffee-shop-template.jpg" class="project-item-picture" />
</a>
<a class="project-item-title"
href="https://github.com/Amirmahdikahdouii/Coffee-Shop-Template">Coffee Shop Template</a>
<span class="project-item-comment">Html, Css, JavaScript</span>
</div>
<div class="project-item project-item-active project-item-javascript-category">
<a class="project-item-picture-container"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples/tree/main/musicPlayer">
<img src="./media/projectsImages/music-player.png" class="project-item-picture" />
</a>
<a class="project-item-title"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples">Music Player</a>
<span class="project-item-comment">Html, Css, JavaScript</span>
</div>
<div class="project-item project-item-active project-item-javascript-category">
<a class="project-item-picture-container"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples/tree/main/Carousel2">
<img src="./media/projectsImages/carousel.png" class="project-item-picture" />
</a>
<a class="project-item-title"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples">Carousel</a>
<span class="project-item-comment">Html, Css, JavaScript</span>
</div>
<div class="project-item project-item-active project-item-javascript-category">
<a class="project-item-picture-container"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples/tree/main/Carousel">
<img src="./media/projectsImages/carousel-2.png" class="project-item-picture" />
</a>
<a class="project-item-title"
href="https://github.com/Amirmahdikahdouii/JavaScript-programs-examples">Carousel</a>
<span class="project-item-comment">Html, Css, JavaScript</span>
</div>
<div class="project-item project-item-active project-item-django-category">
<a class="project-item-picture-container"
href="https://github.com/Amirmahdikahdouii/Django-Back-End-Project">
<img src="./media/projectsImages/Django-backend-project.png" class="project-item-picture" />
</a>
<a class="project-item-title"
href="https://github.com/Amirmahdikahdouii/Django-Back-End-Project">Django Portfolio</a>
<span class="project-item-comment">Html, Css, JavaScript, Python, Django</span>
</div>
<div
class="project-item project-item-active project-item-react-category project-item-javascript-category">
<a class="project-item-picture-container"
href="https://github.com/Amirmahdikahdouii/React-Calculator">
<img src="./media/projectsImages/React-Calculetor.png" class="project-item-picture" />
</a>
<a class="project-item-title" href="https://github.com/Amirmahdikahdouii/React-Calculator">React
Calculator</a>
<span class="project-item-comment">Html, Css, JavaScript, React, JSX</span>
</div>
</div>
<!-- Button for loading more projects -->
<div class="load-more" style="display: none;">
<button class="load-more-button" type="button">LOAD MORE</button>
</div>
</div>
</section>
<div class="footer">
<div class="footer-item about-site">
<h4 class="footer-about-title">ABOUT ME</h4>
<p class="about-message">
Amir Mahdi Kahdouii <br>
Full-stack Developer
</p>
<p class="copyright">Copyright ©2022 All rights reserved | This template is made with
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-heart"
viewBox="0 0 16 16">
<path
d="m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
</svg>
by
<a href="https://github.com/Amirmahdikahdouii">Amir Mahdi Kahdouii</a>
</p>
</div>
<div class="footer-item">
<h4 class="follow-us-title">FOLLOW US</h4>
<span class="follow-us-content">Follow Me On Social Media!</span>
<div class="social-media-icons-container">
<a href="https://github.com/Amirmahdikahdouii" class="social-media-icons-button">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
<a href="https://www.instagram.com/amir_mahdi_kahdouii/" class="social-media-icons-button">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>
</a>
<a href="https://t.me/Amir_mahdi_kadhouii" class="social-media-icons-button">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-telegram" viewBox="0 0 16 16">
<path
d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z" />
</svg>
</a>
</div>
</div>
</div>
</div>
<script src="javascript/script.js"></script>
</body>
</html>