-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
547 lines (540 loc) · 33.3 KB
/
index.html
File metadata and controls
547 lines (540 loc) · 33.3 KB
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
<!DOCTYPE html>
<html lang="en" id="body" class="white">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, minimum-scale=1, initial-scale=1, maximum-scale=1, shrink-to-fit=no, viewport-fit=cover" />
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" media="screen" />
<link rel="stylesheet" href="mediaqueries.css" media="screen" />
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" media="screen" />
<!-- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
<meta http-equiv="Content-Language" content="EN" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="hy, @." />
<meta name="application-name" content="HY" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="application-url" content="" />
<meta name="apple-mobile-web-app-title" content="HY" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="description" content="portfolio" />
<meta name="creator" content="hy" />
<meta name="publisher" content="hy" />
<meta name="theme-color" content="rgba(33, 33, 33, 0.98)" />
<meta name="color-scheme" content="#0f172a" />
<meta http-equiv="Cache-control" content="public" />
<meta name="referrer" content="origin-when-cross-origin" />
<meta name="robots" content="noindex, nofollow, max-snippet:[10]" />
<meta name="keywords" content="hy" />
</head>
<body>
<header>
<!-- nav -->
<nav id="desktop-nav">
<div class="logo">Hasan Yildirim</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button type="button" id="theme" class="button" tabindex="1" onclick="xx()">dark</button>
</nav>
<nav id="hamburger-nav">
<div class="logo">Hasan Yildirim</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="togglemenu()">
<span><br /></span>
<span><br /></span>
<span><br /></span>
</div>
<div class="menu-links">
<li><a href="#about" onclick="togglemenu()">about</a></li>
<li><a href="#experience" onclick="togglemenu()">experience</a></li>
<li><a href="#projects" onclick="togglemenu()">projects</a></li>
<li><a href="#contact" onclick="togglemenu()">contact</a></li>
</div>
</div>
</nav>
</header>
<main>
<div class="wrapper">
<!-- cookie -->
<header>
<box-icon class="bx bx-cookie" name="cookie" type="solid"></box-icon>
<h2>Cookie Consent</h2>
</header>
<div class="data">
<p>This website uses cookies, to help you have a superior and more admissible browsing experience<br /><a
href="https://www.datenschutz.org/cookie-consent/">Read more...</a></p>
</div>
<div class="buttons">
<button class="button" id="acceptBtn">Accept</button>
<button class="button">Decline</button>
</div>
</div>
<section id="profile">
<!-- socials -->
<!-- <div class="container">
<div class="soc">
<div class="main">
<div class="card">
<svg class="instagram" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0,0,256,256" width="30px" height="30px"
fill-rule="nonzero">
<g fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0"
font-family="none" font-weight="none" font-size="none" text-anchor="none"
style="mix-blend-mode: normal">
<g transform="scale(8,8)">
<path
d="M11.46875,5c-3.55078,0 -6.46875,2.91406 -6.46875,6.46875v9.0625c0,3.55078 2.91406,6.46875 6.46875,6.46875h9.0625c3.55078,0 6.46875,-2.91406 6.46875,-6.46875v-9.0625c0,-3.55078 -2.91406,-6.46875 -6.46875,-6.46875zM11.46875,7h9.0625c2.47266,0 4.46875,1.99609 4.46875,4.46875v9.0625c0,2.47266 -1.99609,4.46875 -4.46875,4.46875h-9.0625c-2.47266,0 -4.46875,-1.99609 -4.46875,-4.46875v-9.0625c0,-2.47266 1.99609,-4.46875 4.46875,-4.46875zM21.90625,9.1875c-0.50391,0 -0.90625,0.40234 -0.90625,0.90625c0,0.50391 0.40234,0.90625 0.90625,0.90625c0.50391,0 0.90625,-0.40234 0.90625,-0.90625c0,-0.50391 -0.40234,-0.90625 -0.90625,-0.90625zM16,10c-3.30078,0 -6,2.69922 -6,6c0,3.30078 2.69922,6 6,6c3.30078,0 6,-2.69922 6,-6c0,-3.30078 -2.69922,-6 -6,-6zM16,12c2.22266,0 4,1.77734 4,4c0,2.22266 -1.77734,4 -4,4c-2.22266,0 -4,-1.77734 -4,-4c0,-2.22266 1.77734,-4 4,-4z">
</path>
</g>
</g>
</svg>
</div>
<div class="card">
<svg class="twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="30px"
height="30px">
<path
d="M42,12.429c-1.323,0.586-2.746,0.977-4.247,1.162c1.526-0.906,2.7-2.351,3.251-4.058c-1.428,0.837-3.01,1.452-4.693,1.776C34.967,9.884,33.05,9,30.926,9c-4.08,0-7.387,3.278-7.387,7.32c0,0.572,0.067,1.129,0.193,1.67c-6.138-0.308-11.582-3.226-15.224-7.654c-0.64,1.082-1,2.349-1,3.686c0,2.541,1.301,4.778,3.285,6.096c-1.211-0.037-2.351-0.374-3.349-0.914c0,0.022,0,0.055,0,0.086c0,3.551,2.547,6.508,5.923,7.181c-0.617,0.169-1.269,0.263-1.941,0.263c-0.477,0-0.942-0.054-1.392-0.135c0.94,2.902,3.667,5.023,6.898,5.086c-2.528,1.96-5.712,3.134-9.174,3.134c-0.598,0-1.183-0.034-1.761-0.104C9.268,36.786,13.152,38,17.321,38c13.585,0,21.017-11.156,21.017-20.834c0-0.317-0.01-0.633-0.025-0.945C39.763,15.197,41.013,13.905,42,12.429">
</path>
</svg>
</div>
<div class="card">
<svg class="dribble" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" width="30px"
height="30px">
<path
d="M20,38.5C9.799,38.5,1.5,30.201,1.5,20S9.799,1.5,20,1.5S38.5,9.799,38.5,20S30.201,38.5,20,38.5z">
</path>
<path fill="#ea4c89"
d="M20,2c9.925,0,18,8.075,18,18s-8.075,18-18,18S2,29.925,2,20S10.075,2,20,2 M20,1 C9.507,1,1,9.507,1,20s8.507,19,19,19s19-8.507,19-19S30.493,1,20,1L20,1z">
</path>
<path fill="none" stroke="#ea4c89" stroke-miterlimit="10"
d="M28.352 36.914c0 0-3.032-21.087-15.63-34.292M1.269 17.848c0 0 24.2 2.117 32.075-11.102M7.804 34.152c0 0 8.624-19.807 31.058-12.194">
</path>
</svg>
</div>
<div class="card">
<svg class="codepen" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="30px"
height="30px">
<path
d="M 25 4 L 4 17.34375 L 4 32.652344 L 25 46 L 46 32.65625 L 46 17.34375 Z M 25 29.183594 L 19.066406 25.070313 L 25 21.023438 L 30.933594 25.070313 Z M 27 17.605469 L 27 9.949219 L 40.429688 18.484375 L 34.410156 22.65625 Z M 23 17.605469 L 15.589844 22.65625 L 9.570313 18.484375 L 23 9.949219 Z M 12.09375 25.042969 L 8 27.832031 L 8 22.203125 Z M 15.570313 27.453125 L 23 32.605469 L 23 40.050781 L 9.589844 31.527344 Z M 27 32.605469 L 34.429688 27.453125 L 40.410156 31.527344 L 27 40.050781 Z M 37.90625 25.042969 L 42 22.203125 L 42 27.832031 Z">
</path>
</svg>
</div>
<div class="card">
<svg class="uiverse" width="23px" height="23px" viewBox="0 0 100 100"
xmlns="http://www.w3.org/2000/svg">
<path
d="M38.0481 4.82927C38.0481 2.16214 40.018 0 42.4481 0H51.2391C53.6692 0 55.6391 2.16214 55.6391 4.82927V40.1401C55.6391 48.8912 53.2343 55.6657 48.4248 60.4636C43.6153 65.2277 36.7304 67.6098 27.7701 67.6098C18.8099 67.6098 11.925 65.2953 7.11548 60.6663C2.37183 56.0036 3.8147e-06 49.2967 3.8147e-06 40.5456V4.82927C3.8147e-06 2.16213 1.96995 0 4.4 0H13.2405C15.6705 0 17.6405 2.16214 17.6405 4.82927V39.1265C17.6405 43.7892 18.4805 47.2018 20.1605 49.3642C21.8735 51.5267 24.4759 52.6079 27.9678 52.6079C31.4596 52.6079 34.0127 51.5436 35.6268 49.4149C37.241 47.2863 38.0481 43.8399 38.0481 39.0758V4.82927Z"
fill="url(#paint0_linear_501_142)"></path>
<path
d="M86.9 61.8682C86.9 64.5353 84.9301 66.6975 82.5 66.6975H73.6595C71.2295 66.6975 69.2595 64.5353 69.2595 61.8682V4.82927C69.2595 2.16214 71.2295 0 73.6595 0H82.5C84.9301 0 86.9 2.16214 86.9 4.82927V61.8682Z"
fill="url(#paint1_linear_501_142)"></path>
<path
d="M2.86102e-06 83.2195C2.86102e-06 80.5524 1.96995 78.3902 4.4 78.3902H83.6C86.0301 78.3902 88 80.5524 88 83.2195V89.1707C88 91.8379 86.0301 94 83.6 94H4.4C1.96995 94 0 91.8379 0 89.1707L2.86102e-06 83.2195Z"
fill="url(#paint2_linear_501_142)"></path>
<defs>
<linearGradient id="paint0_linear_501_142" x1="0" y1="0" x2="96.1684" y2="87.6201"
gradientUnits="userSpaceOnUse">
<stop stop-color="#BF66FF"></stop>
<stop offset="0.510417" stop-color="#6248FF"></stop>
<stop offset="1" stop-color="#00DDEB"></stop>
</linearGradient>
<linearGradient id="paint1_linear_501_142" x1="0" y1="0" x2="96.1684" y2="87.6201"
gradientUnits="userSpaceOnUse">
<stop stop-color="#BF66FF"></stop>
<stop offset="0.510417" stop-color="#6248FF"></stop>
<stop offset="1" stop-color="#00DDEB"></stop>
</linearGradient>
<linearGradient id="paint2_linear_501_142" x1="0" y1="0" x2="96.1684" y2="87.6201"
gradientUnits="userSpaceOnUse">
<stop stop-color="#BF66FF"></stop>
<stop offset="0.510417" stop-color="#6248FF"></stop>
<stop offset="1" stop-color="#00DDEB"></stop>
</linearGradient>
</defs>
</svg>
</div>
<div class="card">
<svg class="discord" height="30px" width="30px" viewBox="0 0 48 48"
xmlns="http://www.w3.org/2000/svg">
<path
d="M40,12c0,0-4.585-3.588-10-4l-0.488,0.976C34.408,10.174,36.654,11.891,39,14c-4.045-2.065-8.039-4-15-4s-10.955,1.935-15,4c2.346-2.109,5.018-4.015,9.488-5.024L18,8c-5.681,0.537-10,4-10,4s-5.121,7.425-6,22c5.162,5.953,13,6,13,6l1.639-2.185C13.857,36.848,10.715,35.121,8,32c3.238,2.45,8.125,5,16,5s12.762-2.55,16-5c-2.715,3.121-5.857,4.848-8.639,5.815L33,40c0,0,7.838-0.047,13-6C45.121,19.425,40,12,40,12z M17.5,30c-1.933,0-3.5-1.791-3.5-4c0-2.209,1.567-4,3.5-4s3.5,1.791,3.5,4C21,28.209,19.433,30,17.5,30z M30.5,30c-1.933,0-3.5-1.791-3.5-4c0-2.209,1.567-4,3.5-4s3.5,1.791,3.5,4C34,28.209,32.433,30,30.5,30z">
</path>
</svg>
</div>
<div class="card">
<svg class="github" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30px"
height="30px">
<path
d="M15,3C8.373,3,3,8.373,3,15c0,5.623,3.872,10.328,9.092,11.63C12.036,26.468,12,26.28,12,26.047v-2.051 c-0.487,0-1.303,0-1.508,0c-0.821,0-1.551-0.353-1.905-1.009c-0.393-0.729-0.461-1.844-1.435-2.526 c-0.289-0.227-0.069-0.486,0.264-0.451c0.615,0.174,1.125,0.596,1.605,1.222c0.478,0.627,0.703,0.769,1.596,0.769 c0.433,0,1.081-0.025,1.691-0.121c0.328-0.833,0.895-1.6,1.588-1.962c-3.996-0.411-5.903-2.399-5.903-5.098 c0-1.162,0.495-2.286,1.336-3.233C9.053,10.647,8.706,8.73,9.435,8c1.798,0,2.885,1.166,3.146,1.481C13.477,9.174,14.461,9,15.495,9 c1.036,0,2.024,0.174,2.922,0.483C18.675,9.17,19.763,8,21.565,8c0.732,0.731,0.381,2.656,0.102,3.594 c0.836,0.945,1.328,2.066,1.328,3.226c0,2.697-1.904,4.684-5.894,5.097C18.199,20.49,19,22.1,19,23.313v2.734 c0,0.104-0.023,0.179-0.035,0.268C23.641,24.676,27,20.236,27,15C27,8.373,21.627,3,15,3z">
</path>
</svg>
</div>
<div class="card">
<svg class="telegram" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="30px"
height="30px">
<path d="M24 4A20 20 0 1 0 24 44A20 20 0 1 0 24 4Z"></path>
<path fill="#fff"
d="M33.95,15l-3.746,19.126c0,0-0.161,0.874-1.245,0.874c-0.576,0-0.873-0.274-0.873-0.274l-8.114-6.733 l-3.97-2.001l-5.095-1.355c0,0-0.907-0.262-0.907-1.012c0-0.625,0.933-0.923,0.933-0.923l21.316-8.468 c-0.001-0.001,0.651-0.235,1.126-0.234C33.667,14,34,14.125,34,14.5C34,14.75,33.95,15,33.95,15z">
</path>
<path fill="#b0bec5"
d="M23,30.505l-3.426,3.374c0,0-0.149,0.115-0.348,0.12c-0.069,0.002-0.143-0.009-0.219-0.043 l0.964-5.965L23,30.505z">
</path>
<path fill="#cfd8dc"
d="M29.897,18.196c-0.169-0.22-0.481-0.26-0.701-0.093L16,26c0,0,2.106,5.892,2.427,6.912 c0.322,1.021,0.58,1.045,0.58,1.045l0.964-5.965l9.832-9.096C30.023,18.729,30.064,18.416,29.897,18.196z">
</path>
</svg>
</div>
<div class="card">
<svg class="reddit" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" width="30" height="30" viewBox="0 0 256 256" xml:space="preserve">
<defs></defs>
<g style="
stroke: none;
border-radius: 50%;
stroke-width: 0;
stroke-dasharray: none;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 10;
fill: none;
fill-rule: nonzero;
opacity: 1;
" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)">
<circle cx="45" cy="45" r="45"
style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1"
transform="matrix(1 0 0 1 0 0)"></circle>
<path
d="M 75.011 45 c -0.134 -3.624 -3.177 -6.454 -6.812 -6.331 c -1.611 0.056 -3.143 0.716 -4.306 1.823 c -5.123 -3.49 -11.141 -5.403 -17.327 -5.537 l 2.919 -14.038 l 9.631 2.025 c 0.268 2.472 2.483 4.262 4.955 3.993 c 2.472 -0.268 4.262 -2.483 3.993 -4.955 s -2.483 -4.262 -4.955 -3.993 c -1.421 0.145 -2.696 0.973 -3.4 2.204 L 48.68 17.987 c -0.749 -0.168 -1.499 0.302 -1.667 1.063 c 0 0.011 0 0.011 0 0.022 l -3.322 15.615 c -6.264 0.101 -12.36 2.025 -17.55 5.537 c -2.64 -2.483 -6.801 -2.36 -9.284 0.291 c -2.483 2.64 -2.36 6.801 0.291 9.284 c 0.515 0.481 1.107 0.895 1.767 1.186 c -0.045 0.66 -0.045 1.32 0 1.98 c 0 10.078 11.745 18.277 26.23 18.277 c 14.485 0 26.23 -8.188 26.23 -18.277 c 0.045 -0.66 0.045 -1.32 0 -1.98 C 73.635 49.855 75.056 47.528 75.011 45 z M 30.011 49.508 c 0 -2.483 2.025 -4.508 4.508 -4.508 c 2.483 0 4.508 2.025 4.508 4.508 s -2.025 4.508 -4.508 4.508 C 32.025 53.993 30.011 51.991 30.011 49.508 z M 56.152 62.058 v -0.179 c -3.199 2.405 -7.114 3.635 -11.119 3.468 c -4.005 0.168 -7.919 -1.063 -11.119 -3.468 c -0.425 -0.515 -0.347 -1.286 0.168 -1.711 c 0.447 -0.369 1.085 -0.369 1.544 0 c 2.707 1.98 6.007 2.987 9.362 2.83 c 3.356 0.179 6.667 -0.783 9.407 -2.74 c 0.492 -0.481 1.297 -0.47 1.779 0.022 C 56.655 60.772 56.644 61.577 56.152 62.058 z M 55.537 54.34 c -0.078 0 -0.145 0 -0.224 0 l 0.034 -0.168 c -2.483 0 -4.508 -2.025 -4.508 -4.508 s 2.025 -4.508 4.508 -4.508 s 4.508 2.025 4.508 4.508 C 59.955 52.148 58.02 54.239 55.537 54.34 z"
style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill-rule: nonzero; opacity: 1"
transform="matrix(1 0 0 1 0 0)" stroke-linecap="round"></path>
</g>
</svg>
</div>
<p class="text">HOVER<br /><br />FOR<br /><br />SOCIAL</p>
<div class="main_back"></div>
</div>
</div>
<div class="con">
<div class="brick one"></div>
<div class="tooltip-mario-container">
<div class="box"></div>
<div class="mush"></div>
</div>
<div class="brick two"></div>
</div>
</div> -->
<div class="section_text">
<p class="section_text_p1">Hello, I'm</p>
<h1 class="title w3-yellow">Hasan Yildirim</h1>
<p class="section_text_p2">Web Developer</p>
<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/resume-example.pdf')">Download CV</button>
<button class="btn btn-color-1" onclick="window.location.href='/#contact'">Contact Info</button>
<button class="btn btn-color-1" onclick="location.href='https://h451.blogspot.com/2023/09/1.html'">To My
Blog</button>
</div>
<div id="socials-container">
<img src="./assets/linkedin.png" alt="my linkedin profile" class="icon x"
onclick="location.href='https://www.linkedin.com/'" />
<img src="./assets/github.png" alt="my github profile" class="icon x"
onclick="location.href='https://www.github.com/HaSan1y'" />
</div>
</div>
</section>
<section id="about">
<p class="section_text_p1">Get To Know More</p>
<h1 class="title">About ME</h1>
<div class="section-container">
<div class="about-details-container">
<div class="about-containers">
<div class="details-container">
<img src="./assets/experience.png" alt="experience icon" class="icon" />
<h3>Experience</h3>
<p>1+ years <br />Front-Backend Developer</p>
</div>
<!-- <div class="details-container">
<img src="./assets/education.png" alt="education icon" class="icon" />
<h3>Education</h3>
<p>B.Sc. Bachelors Degree<br />M.Sc. Masters Degree</p>
</div> -->
<div class="details-container">
<img src="./assets/education.png" alt="education icon" class="icon" />
<h3>Projects</h3>
<p class="rainbow-text">+999<br />+999</p>
</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='/#experience'" />
</section>
<section id="experience">
<p class="section_text_p1">Explore My</p>
<h1 class="title">Experience</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Frontend Development</h2>
<div class="article-container">
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>HTML</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>CSS, SASS</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>JavaScript, JQuery, Vuejs, Vuex</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>React, Nextjs, Typescript,</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Materilaze, TailwindCSS, Bootstrap, W3CSS, </h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>SEO, accessibility</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Threejs, Blender, Spline, FIGMA, Framer,</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>React-native, .net maui</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>WordPress, cms,</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>SVG, WebP, gif, D3, video, webscrape</h3>
<p>Basic</p>
</div>
</article>
</div>
</div>
<div class="details-container">
<h2 class="experience-sub-title">Backend Development</h2>
<div class="article-container">
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>SQLite, mySQL, postgreSQL, prisma, supabase, firebase</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>IndexDB, Cookie, web-api,</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Node, Express JS, npm, API, JSON</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Cache, regEXP, webpack</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>local- session- cache- storage, </h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Github, shell</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>PHP, HTMX</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Python, DJango</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>AI-prompt, .md, templates, ressources..</h3>
<p>Basic</p>
</div>
</article><!--
<article>
<img src="/assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>Service- Web- worker</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="/assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>webhost, minify, astro, electronjs,gitlabci-cd</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="/assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>c# .net maui, react native, unity, blender, adobe, csv, word, c, c++, docker</h3>
<p>Basic</p>
</div>
</article>
<article>
<img src="/assets/checkmark.png" alt="experience icon" class="icon" />
<div>
<h3>TypeScript, browser-extension, web3-crypto-solidity, android studio</h3>
<p>Ass</p>
</div>
</article> -->
</div>
</div>
</div>
<div class="text-container">
<p>Experienced = i have worked on several projects to the point, it comes naturally.</p>
<p>Intermediate = i have worked on several projects to the point, i feel confident in it, but sometimes
still end up with questions(why/how/best practice).</p>
<p>Basic = i have worked on several projects to the point, that i know i lack some more project
expreience on it.(most time consuming)</p>
<p>Ass = Typesafe means time consuming. </p>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='./#projects'" />
</section>
<section id="projects">
<p class="section_text_p1">Browse By Recent</p>
<h1 class="title">Projects</h1>
<div class="experience-details-container">
<div class="about-containers asdf">
<div class="details-container color-container">
<div class="article-container" style="float: inline-end;">
<img src="./assets/nextjs.webp" alt="Project" class="project-img" loading="lazy" />
</div>
<h2 class="experience-sub-title project-title">nextjs with typescript</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://www.github.com/HaSan1y'">Github</button>
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://nextjs-h451.vercel.app'">Link</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/project-1.webp" alt="Project 1" class="project-img" loading="lazy" />
</div>
<h2 class="experience-sub-title project-title">Spotify clone</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://www.github.com/HaSan1y'">Github</button>
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://portf2-zeta.vercel.app/'">Link</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container"><img src="./assets/project-2.webp" alt="Project 2" class="project-img"
loading="lazy" /></div>
<h2 class="experience-sub-title project-title">youtube clone</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://www.github.com/HaSan1y'">Github</button>
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://portf2-zeta.vercel.app/'">Link</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container"><img src="./assets/project-3.webp" alt="Project 3" class="project-img"
loading="lazy" /></div>
<h2 class="experience-sub-title project-title">visual dashboard </h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://www.github.com/HaSan1y'">Github</button>
<button class="btn btn-color-2 project-btn"
onclick="location.href='https://portf2-zeta.vercel.app/'">Link</button>
</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='./#contact'" />
</section>
<section id="contact">
<p class="section_text_p1">Get in Touch</p>
<h1 class="title">Contact Me</h1>
<div class="contact-info-container">
<img src="./assets/github.png" alt="my github profile" class="icon x"
onclick="location.href='https://www.github.com/HaSan1y'" />
<p><a href="https://www.github.com/HaSan1y">Github</a></p>
</div>
<div class="contact-info-container email-icon">
<img src="./assets/email.png" alt="Email icon" class="icon contact-icon" />
<p><a href="mailto:hasan.yildirim@outlook.com">hasan.yildirim@outlook.com</a></p>
</div>
</section>
</main>
<footer>
<p>Copyright © 2023 Hasan Yildirim. All Rights Reserved</p>
</footer>
<script src="script.js"></script>
</body>
</html>