-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
560 lines (558 loc) · 25.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!-- META IMAGE IS HARD LINK -->
<!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" />
<meta
property="og:image"
content="https://damdafayton.github.io/portfolio/works/ss-portfolio.jpg"
/>
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>damdafayton's Portfolio Page</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-15N20ZJMXK"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-15N20ZJMXK');
</script>
</head>
<body>
<div id="background-icons">
<img class="background-images" src="./svgs/back1.svg" />
<img class="background-images" src="./svgs/back2.svg" />
<img class="background-images" src="./svgs/back3.svg" />
<img class="background-images" src="./svgs/back4.svg" />
<img class="background-images" src="./svgs/back5.svg" />
<img class="background-images" src="./svgs/back6.svg" />
<img class="background-images" src="./svgs/back7.svg" />
<img class="background-images" src="./svgs/back8.svg" />
</div>
<header>
<a href="#landing">
<h1>Welcome</h1>
</a>
<nav>
<div id="burger-container">
<svg
width="18"
height="12"
viewBox="0 0 18 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M0.00012207 1C0.00012207 0.447715 0.447837 0 1.00012 0H17.0001C17.5524 0 18.0001 0.447715 18.0001 1C18.0001 1.55228 17.5524 2 17.0001 2H1.00012C0.447837 2 0.00012207 1.55228 0.00012207 1ZM0.00012207 6C0.00012207 5.44772 0.447837 5 1.00012 5L17.0001 5C17.5524 5 18.0001 5.44772 18.0001 6C18.0001 6.55229 17.5524 7 17.0001 7L1.00012 7C0.447837 7 0.00012207 6.55228 0.00012207 6ZM1.00012 10C0.447837 10 0.00012207 10.4477 0.00012207 11C0.00012207 11.5523 0.447837 12 1.00012 12H17.0001C17.5524 12 18.0001 11.5523 18.0001 11C18.0001 10.4477 17.5524 10 17.0001 10H1.00012Z"
fill="#28352F"
/>
</svg>
</div>
<ul>
<li class="d-flex justify-content-end">
<svg
class="svgClose opacity-0"
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="currentColor"
fill-rule="evenodd"
clip-rule="evenodd"
d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z"
/>
</svg>
</li>
<li><a href="#my-works">Portfolio</a></li>
<li><a href="#about-me-section">About</a></li>
<li><a href="#contact-me-section">Contact</a></li>
</ul>
</nav>
</header>
<section id="landing">
<div>
<h2 class="landing">
<span>Hey there, I’m "damdafayton". </span
><span> I’m a software developer.</span>
</h2>
<ul id="contact-box" class="landing my-2 flex-wrap">
<li>
<a target="_blank" href="https://github.com/damdafayton"
><img src="./icons/github.png" alt="social-media-icons"
/></a>
</li>
<li>
<a target="_blank" href="https://linkedin.com/in/damdafayton"
><img src="./icons/linkedin.png" alt="social-media-icons"
/></a>
</li>
<li>
<a
target="_blank"
href="https://stackoverflow.com/users/15741905/damdafayton"
><img
src="./icons/so.png"
alt="social-media-icons"
class="media-icons"
/></a>
</li>
<!-- <li><a target="_blank" href="https://twitter.com/topragagiden"><img src="./icons/twitter.png"
alt="social-media-icons"></a>
</li> -->
<li class="flex-basis-100">
<a
href="https://www.codewars.com/users/damdafayton/"
target="_blank"
><img
id="img-kata"
src="https://www.codewars.com/users/damdafayton/badges/large"
/></a>
</li>
</ul>
</div>
<svg
width="42"
height="42"
viewBox="0 0 42 42"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect x="1" y="1" width="40" height="40" rx="20" fill="white" />
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M14.2929 17.2929C14.6834 16.9024 15.3166 16.9024 15.7071 17.2929L21 22.5858L26.2929 17.2929C26.6834 16.9024 27.3166 16.9024 27.7071 17.2929C28.0976 17.6834 28.0976 18.3166 27.7071 18.7071L21.7071 24.7071C21.3166 25.0976 20.6834 25.0976 20.2929 24.7071L14.2929 18.7071C13.9024 18.3166 13.9024 17.6834 14.2929 17.2929Z"
fill="#172B4D"
/>
<rect x="1" y="1" width="40" height="40" rx="20" stroke="#DFE1E6" />
</svg>
</section>
<section id="my-works">
<div>
<h2>My Recent Works</h2>
<svg
class="mb-4"
width="49"
height="4"
viewBox="0 0 49 4"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect x="0.5" width="48" height="4" rx="2" fill="#36B37E" />
</svg>
</div>
<div class="card-container"></div>
</section>
<section id="about-me-section">
<div id="about-me">
<h2>About Me</h2>
<p>
I can help you build a product, feature or website. Look through some
of my work and experience! If you like what you see and have a project
you need coded, don’t hestiate to contact me.
</p>
<div class="button-container d-none">
<a href="/" class="btn-green">Get My Resume</a>
</div>
<img class="about-me-svg" src="./svgs/about1.svg" />
<img class="about-me-svg" src="./svgs/about2.svg" />
</div>
<ul class="card-container">
<li class="card about-me-card">
<svg
width="327"
height="144"
viewBox="0 0 327 144"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g filter="url(#filter0_d_48_1417)">
<circle cx="164" cy="64" r="40" fill="white" />
</g>
<g clip-path="url(#clip0_48_1417)">
<path
d="M176.271 62.8957H185.704C185.852 62.8957 185.999 62.7486 185.999 62.6014C185.336 52.7419 178.187 44.5747 168.753 42.5145C168.532 42.4409 168.311 42.7352 168.532 42.9559C172.954 47.8857 175.755 54.9492 176.049 62.675C175.976 62.8221 176.123 62.8957 176.271 62.8957Z"
fill="#091E42"
/>
<path
d="M164.184 42C164.11 42 164.037 42 163.963 42C163.889 42 163.816 42 163.742 42C158.067 46.3411 154.529 54.0669 154.161 62.602C154.161 62.7492 154.308 62.8963 154.455 62.8963H173.471C173.618 62.8963 173.765 62.7492 173.765 62.602C173.471 54.0669 169.859 46.3411 164.184 42Z"
fill="#36B37E"
/>
<path
d="M154.455 65.1035C154.308 65.1035 154.161 65.2507 154.161 65.3978C154.529 74.0065 158.067 81.6587 163.742 85.9998C163.816 85.9998 163.889 85.9998 163.963 85.9998C164.037 85.9998 164.11 85.9998 164.184 85.9998C169.859 81.6587 173.397 73.9329 173.765 65.3978C173.765 65.2507 173.618 65.1035 173.471 65.1035H154.455Z"
fill="#091E42"
/>
<path
d="M175.976 65.3243C175.681 73.05 172.954 80.1136 168.532 85.0433C168.384 85.2641 168.532 85.5584 168.753 85.4848C178.187 83.4246 185.41 75.2574 185.999 65.3978C185.999 65.2507 185.852 65.1035 185.704 65.1035H176.271C176.123 65.1035 175.976 65.2507 175.976 65.3243Z"
fill="#36B37E"
/>
<path
d="M151.728 65.1035H142.294C142.147 65.1035 142 65.2507 142 65.3978C142.589 75.2574 149.812 83.4246 159.246 85.4848C159.467 85.5584 159.688 85.2641 159.467 85.0433C154.971 80.1136 152.244 73.05 151.949 65.3243C152.023 65.2507 151.876 65.1035 151.728 65.1035Z"
fill="#36B37E"
/>
<path
d="M152.023 62.675C152.318 54.9492 155.045 47.8857 159.467 42.9559C159.614 42.7352 159.467 42.4409 159.246 42.5145C149.812 44.5747 142.589 52.7419 142 62.6014C142 62.7486 142.147 62.8957 142.294 62.8957H151.728C151.876 62.8957 152.023 62.8221 152.023 62.675Z"
fill="#091E42"
/>
</g>
<defs>
<filter
id="filter0_d_48_1417"
x="100"
y="16"
width="128"
height="128"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="16" />
<feGaussianBlur stdDeviation="12" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.145573 0 0 0 0 0.185183 0 0 0 0 0.5375 0 0 0 0.08 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_48_1417"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_48_1417"
result="shape"
/>
</filter>
<clipPath id="clip0_48_1417">
<rect
width="44"
height="44"
fill="white"
transform="translate(142 42)"
/>
</clipPath>
</defs>
</svg>
<h3>Front-end</h3>
<div class="tech">
<div class="about-me-tag">HTML</div>
<div class="about-me-tag">CSS</div>
<div class="about-me-tag">SASS</div>
<div class="about-me-tag">Bootstrap</div>
<div class="about-me-tag">React</div>
<div class="about-me-tag">Redux</div>
</div>
</li>
<li class="card about-me-card">
<svg
width="327"
height="144"
viewBox="0 0 327 144"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g filter="url(#filter0_d_48_1462)">
<circle cx="164" cy="64" r="40" fill="white" />
</g>
<path
d="M156 68.7999C156 69.1999 156.2 69.5999 156.6 69.7999L161.6 72.7999C162.2 73.1999 162.8 72.7999 162.8 72.1999V66.5999C162.8 66.3999 162.6 65.9999 162.4 65.9999L157.2 62.5999C156.8 62.3999 156 62.7999 156 63.3999V68.7999Z"
fill="#091E42"
/>
<path
d="M163.6 66.3997V71.9997C163.6 72.5997 164.2 72.9997 164.8 72.5997L169.8 69.5997C170.2 69.3997 170.4 68.9997 170.4 68.5997V63.3997C170.4 62.7997 169.8 62.3997 169.2 62.7997L164 65.5997C163.8 65.7997 163.6 65.9997 163.6 66.3997Z"
fill="#091E42"
/>
<path
d="M169.2 61.7998L163.6 64.9998C163.4 65.1998 163 65.1998 162.8 64.9998L157.2 61.7998C156.6 61.3998 156.6 60.7998 157.2 60.3998L162.8 57.1998C163 56.9998 163.4 56.9998 163.6 57.1998L169.2 60.3998C169.8 60.5998 169.8 61.3998 169.2 61.7998Z"
fill="#36B37E"
/>
<path
d="M144 80.0001C144 80.4001 144.2 80.8001 144.6 81.0001L149.6 84.0001C150.2 84.4001 150.8 84.0001 150.8 83.4001V77.8001C150.8 77.6001 150.6 77.2001 150.4 77.2001L145.2 74.2001C144.6 73.8001 144 74.2001 144 74.8001V80.0001V80.0001Z"
fill="#091E42"
/>
<path
d="M151.6 77.4003V83.0003C151.6 83.6003 152.2 84.0003 152.8 83.6003L157.8 80.6003C158.2 80.4003 158.4 80.0003 158.4 79.6003V74.0003C158.4 73.4003 157.8 73.0003 157.2 73.4003L152 76.8003C151.8 77.0003 151.6 77.2003 151.6 77.4003Z"
fill="#091E42"
/>
<path
d="M157.2 72.7998L151.6 75.9998C151.4 76.1998 151 76.1998 150.8 75.9998L145.2 72.7998C144.6 72.3998 144.6 71.7998 145.2 71.3998L150.8 68.1998C151 67.9998 151.4 67.9998 151.6 68.1998L157.2 71.3998C157.6 71.7998 157.6 72.5998 157.2 72.7998Z"
fill="#36B37E"
/>
<path
d="M168.2 80.0001C168.2 80.4001 168.4 80.8001 168.8 81.0001L173.8 84.0001C174.4 84.4001 175 84.0001 175 83.4001V77.8001C175 77.6001 174.8 77.2001 174.6 77.2001L169.4 74.2001C168.8 73.8001 168.2 74.2001 168.2 74.8001V80.0001Z"
fill="#091E42"
/>
<path
d="M175.6 77.4003V83.0003C175.6 83.6003 176.2 84.0003 176.8 83.6003L181.8 80.6003C182.2 80.4003 182.4 80.0003 182.4 79.6003V74.0003C182.4 73.4003 181.8 73.0003 181.2 73.4003L176 76.8003C175.8 77.0003 175.6 77.2003 175.6 77.4003Z"
fill="#091E42"
/>
<path
d="M181.2 72.7998L175.6 75.9998C175.4 76.1998 175 76.1998 174.8 75.9998L169.2 72.7998C168.6 72.3998 168.6 71.7998 169.2 71.3998L174.8 68.1998C175 67.9998 175.4 67.9998 175.6 68.1998L181.2 71.3998C181.8 71.7998 181.8 72.5998 181.2 72.7998Z"
fill="#36B37E"
/>
<path
d="M144 57.8005C144 58.2005 144.2 58.6005 144.6 58.8005L149.6 61.8005C150 62.0005 150.8 61.6005 150.8 61.0005V55.2005C150.8 55.0005 150.6 54.6005 150.4 54.6005L145.2 51.6005C144.6 51.4005 144 51.6005 144 52.4005V57.8005Z"
fill="#091E42"
/>
<path
d="M151.6 55.1997V60.7997C151.6 61.3997 152.2 61.7997 152.8 61.3997L157.8 58.3997C158.2 58.1997 158.4 57.7997 158.4 57.3997V52.3997C158.4 51.7997 157.8 51.3997 157.2 51.7997L152 54.5997C151.8 54.7997 151.6 54.9997 151.6 55.1997Z"
fill="#091E42"
/>
<path
d="M157.2 50.6L151.6 53.8C151.4 54 151 54 150.8 53.8L145.2 50.6C144.6 50.2 144.6 49.6 145.2 49.2L150.8 46C151 46 151.4 46 151.6 46.2L157.2 49.4C157.6 49.6 157.6 50.4 157.2 50.6Z"
fill="#36B37E"
/>
<path
d="M168.2 57.8005C168.2 58.2005 168.4 58.6005 168.8 58.8005L173.8 61.8005C174.4 62.2005 175 61.8005 175 61.2005V55.2005C175 55.0005 174.8 54.6005 174.6 54.6005L169.4 51.6005C168.8 51.2005 168.2 51.6005 168.2 52.2005V57.8005Z"
fill="#091E42"
/>
<path
d="M175.6 55.1997V60.7997C175.6 61.3997 176.2 61.7997 176.8 61.3997L181.8 58.3997C182.2 58.1997 182.4 57.7997 182.4 57.3997V52.3997C182.4 51.7997 181.8 51.3997 181.2 51.7997L176 54.5997C175.8 54.7997 175.6 54.9997 175.6 55.1997Z"
fill="#091E42"
/>
<path
d="M181.2 50.5998L175.6 53.9998C175.4 53.9998 175.2 53.9998 174.8 53.9998L169.2 50.7998C168.6 50.3998 168.6 49.7998 169.2 49.3998L174.8 46.1998C175 45.9998 175.4 45.9998 175.6 46.1998L181.2 49.3998C181.8 49.5998 181.8 50.3998 181.2 50.5998Z"
fill="#36B37E"
/>
<defs>
<filter
id="filter0_d_48_1462"
x="100"
y="16"
width="128"
height="128"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="16" />
<feGaussianBlur stdDeviation="12" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.145573 0 0 0 0 0.185183 0 0 0 0 0.5375 0 0 0 0.08 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_48_1462"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_48_1462"
result="shape"
/>
</filter>
</defs>
</svg>
<h3>Back-end</h3>
<div class="tech">
<div class="about-me-tag">Node/Express</div>
<div class="about-me-tag">Python/Django</div>
<div class="about-me-tag">Ruby/Rails</div>
<div class="about-me-tag">PHP7</div>
<div class="about-me-tag">MongoDB</div>
<div class="about-me-tag">PostgreSQL</div>
<div class="about-me-tag">MySQL</div>
<div class="about-me-tag">WorkBox</div>
</div>
</li>
<li class="card about-me-card">
<svg
width="327"
height="144"
viewBox="0 0 327 144"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g filter="url(#filter0_d_48_1498)">
<circle cx="164" cy="64" r="40" fill="white" />
</g>
<g clip-path="url(#clip0_48_1498)">
<path
d="M160.2 44H169.2C170.4 44 171.2 45.2 171 46.4L166.6 60.8H171.2C172.6 60.8 173.6 62.2 173 63.6L164 82C163.6 82.6 162.6 82.4 162.8 81.6L165 67.6H158C156.8 67.6 156 66.6 156.2 65.4L158.4 45.8C158.4 44.8 159.2 44 160.2 44Z"
fill="#36B37E"
/>
<path
d="M142.437 56.6706L145.644 54.8185C146.072 54.5716 146.608 54.8406 146.787 55.3153L148.222 61.4238L149.862 60.4772C150.361 60.1891 151.009 60.4892 151.088 61.1185L151.718 69.6189C151.701 69.9181 151.303 70.0516 151.207 69.7214L149.071 64.2101L146.576 65.6506C146.148 65.8975 145.654 65.7008 145.475 65.2261L142.171 57.6914C141.962 57.33 142.08 56.8764 142.437 56.6706Z"
fill="#091E42"
/>
<path
d="M186.626 56.6706L183.418 54.8185C182.99 54.5716 182.455 54.8406 182.275 55.3153L180.84 61.4238L179.2 60.4772C178.701 60.1891 178.053 60.4892 177.975 61.1185L177.344 69.6189C177.361 69.9181 177.759 70.0516 177.855 69.7214L179.991 64.2101L182.486 65.6506C182.914 65.8975 183.408 65.7008 183.587 65.2261L186.892 57.6914C187.1 57.33 186.982 56.8764 186.626 56.6706Z"
fill="#091E42"
/>
</g>
<defs>
<filter
id="filter0_d_48_1498"
x="100"
y="16"
width="128"
height="128"
filterUnits="userSpaceOnUse"
color-interpolation-filters="sRGB"
>
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy="16" />
<feGaussianBlur stdDeviation="12" />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.145573 0 0 0 0 0.185183 0 0 0 0 0.5375 0 0 0 0.08 0"
/>
<feBlend
mode="normal"
in2="BackgroundImageFix"
result="effect1_dropShadow_48_1498"
/>
<feBlend
mode="normal"
in="SourceGraphic"
in2="effect1_dropShadow_48_1498"
result="shape"
/>
</filter>
<clipPath id="clip0_48_1498">
<rect
width="48"
height="48"
fill="white"
transform="translate(140 40)"
/>
</clipPath>
</defs>
</svg>
<h3>Other</h3>
<div class="tech">
<div class="about-me-tag">Solidity, Hardhat, Brownie</div>
<div class="about-me-tag">Jest, Supertest, Puppeteer</div>
<div class="about-me-tag">RSpec, RSwag, Pry</div>
</div>
</li>
</ul>
</section>
<section id="contact-me-section">
<div id="contact-me">
<h2 id="contact-title">
I'm always interested in hearing about new projects, so if you'd like
to chat please get in touch.
</h2>
<form action="https://formspree.io/f/xqknezey" method="post">
<input
type="text"
name="name"
placeholder="Full name"
maxlength="30"
required
/>
<input
id="email"
type="email"
name="email"
placeholder="Email address"
required
/>
<textarea
name="message"
cols="30"
rows="5"
placeholder="Enter text here"
maxlength="500"
required
></textarea>
<div
class="alert alert-danger d-flex align-items-center d-none"
role="alert"
>
<img class="me-3" src="./icons/alert.svg" alt="alert icons" />
<div class="text-start w-100"></div>
<button
type="button"
class="btn-close ms-2"
aria-label="Close"
></button>
</div>
<button type="submit" class="btn-green">Get in touch</button>
</form>
</div>
</section>
<div id="footer-icons">
<img src="./svgs/footer1.svg" />
<img src="./svgs/footer2.svg" />
<img src="./svgs/footer3.svg" />
</div>
<section id="popUp">
<div id="content">
<svg
class="svgClose"
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill="currentColor"
fill-rule="evenodd"
clip-rule="evenodd"
d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z"
/>
</svg>
<!-- <img class="svgClose" src="./icons/close.svg"> -->
<img src="/#" alt="project screenshot" class="my-2" id="popUpImage" />
<div id="popUpTitle">
<h3 class="ms-0"></h3>
<span>
<!-- <a target="_blank" class="btn-green">See Live<img alt="project live link" src="./icons/see-live.svg"></a>
<a target="_blank" class="btn-green">See Source<img alt="project source link" src="icons/source.svg"></a> -->
</span>
</div>
<ul class="tech my-2" id="popUpTech"></ul>
<p id="popUpDescription"></p>
<span class="btn-group">
<!-- <a target="_blank" class="btn-green me-1">See Live<img alt="project live link" src="./icons/see-live.svg"></a>
<a target="_blank" class="btn-green ms-1">See Source<img alt="project source link" src="icons/source.svg"></a> -->
</span>
</div>
</section>
<script src="./js/navbar.js"></script>
<script src="./js/works.js"></script>
<script src="./js/contact-form.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>