-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
428 lines (426 loc) · 22.7 KB
/
index.html
File metadata and controls
428 lines (426 loc) · 22.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="My name is Patryk Kozłowski and i am Software Developer. This site contains information about me, my experience and also work I did as a developer. Have fun testing my projects!"
/>
<meta name="theme-color" content="#D44D5C" />
<title>Patryk Kozlowski - Software Developer</title>
<link
href="https://fonts.googleapis.com/css?family=Raleway:700"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/main.css" />
<link rel="icon" href="favicon.ico" />
<link rel="preload" href="main.js" as="script" />
</head>
<body>
<div class="progress-bar">
<div class="progress-bar__fill" id="progress-bar__fill"></div>
<div class="progress-bar__container"></div>
</div>
<header class="header">
<a href="index.html">
<h3 class="header__logo">PA<br />TRYK.</h3></a
>
<div class="header__menu">
<h3>MENU</h3>
<div
class="menu-toggle"
tabindex="0"
onkeypress="openCloseMenu()"
aria-label="Menu"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<div class="cross">
<span></span>
<span></span>
</div>
</div>
</div>
</header>
<nav class="top-menu">
<ul class="top-menu__list">
<li
id="menu-home"
tabindex="0"
onkeypress='doScrolling("#homesection", 1000)'
>
Home<span class="top-menu__line"></span>
<p class="home-p">Start Here !</p>
</li>
<li
id="menu-about"
tabindex="0"
onkeypress='doScrolling("#aboutsection", 1000)'
>
About<span class="top-menu__line"></span>
<p class="about-p">Get to know me.</p>
</li>
<li
id="menu-portfolio"
tabindex="0"
onkeypress="window.location.href = 'portfolio.html';"
onclick="window.location.href = 'portfolio.html';"
>
portfolio<span class="top-menu__line"></span>
<p class="portfolio-p">My work.</p>
</li>
<li
id="menu-contact"
tabindex="0"
onkeypress='doScrolling("#contactsection", 1000)'
>
contact<span class="top-menu__line"></span>
<p class="contact-p">Say Hello.</p>
</li>
</ul>
</nav>
<section class="home" id="homesection">
<div class="home__content">
<h1>hello<span class="special">.</span></h1>
<h2>I like to build some cool stuff.</h2>
<button id="home-btn" type="button" class="btn">About me</button>
</div>
</section>
<section id="aboutsection" class="about">
<div class="about__name">
<div class="about__quote"></div>
<h2>Patryk Kozłowski</h2>
<span class="about__line"></span>
<h3>Software Developer</h3>
<h4>
I started programming when i was 14. I used to create games back then. Now I am learning web development for over 4 years.
Over these years I learned about problem solving, front-end, back-end and understood what programming really is.
My goal is to work more with algorithms and solve complex problems.
</h4>
</div>
<div class="about__skills">
<h2>Skills</h2>
<div class="about__icons">
<div class="about__desc">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>HTML5</title>
<path
d="M1.5 0h21l-1.91 21.563L11.977 24l-8.564-2.438L1.5 0zm7.031 9.75l-.232-2.718 10.059.003.23-2.622L5.412 4.41l.698 8.01h9.126l-.326 3.426-2.91.804-2.955-.81-.188-2.11H6.248l.33 4.171L12 19.351l5.379-1.443.744-8.157H8.531z"
/>
</svg>
<p>HTML</p>
</div>
<div class="about__desc">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>CSS3</title>
<path
d="M1.5 0h21l-1.91 21.563L11.977 24l-8.565-2.438L1.5 0zm17.09 4.413L5.41 4.41l.213 2.622 10.125.002-.255 2.716h-6.64l.24 2.573h6.182l-.366 3.523-2.91.804-2.956-.81-.188-2.11h-2.61l.29 3.855L12 19.288l5.373-1.53L18.59 4.414z"
/>
</svg>
<p>CSS</p>
</div>
<div class="about__desc">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>JavaScript</title>
<path
d="M0 0h24v24H0V0zm22.034 18.276c-.175-1.095-.888-2.015-3.003-2.873-.736-.345-1.554-.585-1.797-1.14-.091-.33-.105-.51-.046-.705.15-.646.915-.84 1.515-.66.39.12.75.42.976.9 1.034-.676 1.034-.676 1.755-1.125-.27-.42-.404-.601-.586-.78-.63-.705-1.469-1.065-2.834-1.034l-.705.089c-.676.165-1.32.525-1.71 1.005-1.14 1.291-.811 3.541.569 4.471 1.365 1.02 3.361 1.244 3.616 2.205.24 1.17-.87 1.545-1.966 1.41-.811-.18-1.26-.586-1.755-1.336l-1.83 1.051c.21.48.45.689.81 1.109 1.74 1.756 6.09 1.666 6.871-1.004.029-.09.24-.705.074-1.65l.046.067zm-8.983-7.245h-2.248c0 1.938-.009 3.864-.009 5.805 0 1.232.063 2.363-.138 2.711-.33.689-1.18.601-1.566.48-.396-.196-.597-.466-.83-.855-.063-.105-.11-.196-.127-.196l-1.825 1.125c.305.63.75 1.172 1.324 1.517.855.51 2.004.675 3.207.405.783-.226 1.458-.691 1.811-1.411.51-.93.402-2.07.397-3.346.012-2.054 0-4.109 0-6.179l.004-.056z"
/>
</svg>
<p>
JavaScript
</p>
</div>
<div class="about__desc">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Sass</title>
<path
d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zM9.615 15.998c.175.645.156 1.248-.024 1.792l-.065.18c-.024.061-.052.12-.078.176-.14.29-.326.56-.555.81-.698.759-1.672 1.047-2.09.805-.45-.262-.226-1.335.584-2.19.871-.918 2.12-1.509 2.12-1.509v-.003l.108-.061zm9.911-10.861c-.542-2.133-4.077-2.834-7.422-1.645-1.989.707-4.144 1.818-5.693 3.267C4.568 8.48 4.275 9.98 4.396 10.607c.427 2.211 3.457 3.657 4.703 4.73v.006c-.367.18-3.056 1.529-3.686 2.925-.675 1.47.105 2.521.615 2.655 1.575.436 3.195-.36 4.065-1.649.84-1.261.766-2.881.404-3.676.496-.135 1.08-.195 1.83-.104 2.101.24 2.521 1.56 2.43 2.1-.09.539-.523.854-.674.944-.15.091-.195.12-.181.181.015.09.091.09.21.075.165-.03 1.096-.45 1.141-1.471.045-1.29-1.186-2.729-3.375-2.7-.9.016-1.471.091-1.875.256-.03-.045-.061-.075-.105-.105-1.35-1.455-3.855-2.475-3.75-4.41.03-.705.285-2.564 4.8-4.814 3.705-1.846 6.661-1.335 7.171-.21.733 1.604-1.576 4.59-5.431 5.024-1.47.165-2.235-.404-2.431-.615-.209-.225-.239-.24-.314-.194-.12.06-.045.255 0 .375.12.3.585.825 1.396 1.095.704.225 2.43.359 4.5-.45 2.324-.899 4.139-3.405 3.614-5.505l.073.067z"
/>
</svg>
<p>Sass</p>
</div>
<div class="about__desc">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>Git</title>
<path
d="M23.546 10.93L13.067.452c-.604-.603-1.582-.603-2.188 0L8.708 2.627l2.76 2.76c.645-.215 1.379-.07 1.889.441.516.515.658 1.258.438 1.9l2.658 2.66c.645-.223 1.387-.078 1.9.435.721.72.721 1.884 0 2.604-.719.719-1.881.719-2.6 0-.539-.541-.674-1.337-.404-1.996L12.86 8.955v6.525c.176.086.342.203.488.348.713.721.713 1.883 0 2.6-.719.721-1.889.721-2.609 0-.719-.719-.719-1.879 0-2.598.182-.18.387-.316.605-.406V8.835c-.217-.091-.424-.222-.6-.401-.545-.545-.676-1.342-.396-2.009L7.636 3.7.45 10.881c-.6.605-.6 1.584 0 2.189l10.48 10.477c.604.604 1.582.604 2.186 0l10.43-10.43c.605-.603.605-1.582 0-2.187"
/>
</svg>
<p>Git</p>
</div>
<div class="about__desc">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Python</title><path d="M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z"/></svg>
<p>Python</p>
</div>
<div class="about__desc">
<svg
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<title>React</title>
<circle cx="12" cy="12" r="2.139" />
<path
d="M6.008 16.255l-.472-.12C2.018 15.246 0 13.737 0 11.996s2.018-3.25 5.536-4.139l.472-.119.133.468a23.53 23.53 0 0 0 1.363 3.578l.101.213-.101.213a23.307 23.307 0 0 0-1.363 3.578l-.133.467zM5.317 8.95c-2.674.751-4.315 1.9-4.315 3.046 0 1.145 1.641 2.294 4.315 3.046a24.95 24.95 0 0 1 1.182-3.046A24.752 24.752 0 0 1 5.317 8.95zM17.992 16.255l-.133-.469a23.357 23.357 0 0 0-1.364-3.577l-.101-.213.101-.213a23.42 23.42 0 0 0 1.364-3.578l.133-.468.473.119c3.517.889 5.535 2.398 5.535 4.14s-2.018 3.25-5.535 4.139l-.473.12zm-.491-4.259c.48 1.039.877 2.06 1.182 3.046 2.675-.752 4.315-1.901 4.315-3.046 0-1.146-1.641-2.294-4.315-3.046a24.788 24.788 0 0 1-1.182 3.046z"
/>
<path
d="M5.31 8.945l-.133-.467C4.188 4.992 4.488 2.494 6 1.622c1.483-.856 3.864.155 6.359 2.716l.34.349-.34.349a23.552 23.552 0 0 0-2.422 2.967l-.135.193-.235.02a23.657 23.657 0 0 0-3.785.61l-.472.119zm1.896-6.63c-.268 0-.505.058-.705.173-.994.573-1.17 2.565-.485 5.253a25.122 25.122 0 0 1 3.233-.501 24.847 24.847 0 0 1 2.052-2.544c-1.56-1.519-3.037-2.381-4.095-2.381zM16.795 22.677c-.001 0-.001 0 0 0-1.425 0-3.255-1.073-5.154-3.023l-.34-.349.34-.349a23.53 23.53 0 0 0 2.421-2.968l.135-.193.234-.02a23.63 23.63 0 0 0 3.787-.609l.472-.119.134.468c.987 3.484.688 5.983-.824 6.854a2.38 2.38 0 0 1-1.205.308zm-4.096-3.381c1.56 1.519 3.037 2.381 4.095 2.381h.001c.267 0 .505-.058.704-.173.994-.573 1.171-2.566.485-5.254a25.02 25.02 0 0 1-3.234.501 24.674 24.674 0 0 1-2.051 2.545z"
/>
<path
d="M18.69 8.945l-.472-.119a23.479 23.479 0 0 0-3.787-.61l-.234-.02-.135-.193a23.414 23.414 0 0 0-2.421-2.967l-.34-.349.34-.349C14.135 1.778 16.515.767 18 1.622c1.512.872 1.812 3.37.824 6.855l-.134.468zM14.75 7.24c1.142.104 2.227.273 3.234.501.686-2.688.509-4.68-.485-5.253-.988-.571-2.845.304-4.8 2.208A24.849 24.849 0 0 1 14.75 7.24zM7.206 22.677A2.38 2.38 0 0 1 6 22.369c-1.512-.871-1.812-3.369-.823-6.854l.132-.468.472.119c1.155.291 2.429.496 3.785.609l.235.02.134.193a23.596 23.596 0 0 0 2.422 2.968l.34.349-.34.349c-1.898 1.95-3.728 3.023-5.151 3.023zm-1.19-6.427c-.686 2.688-.509 4.681.485 5.254.987.563 2.843-.305 4.8-2.208a24.998 24.998 0 0 1-2.052-2.545 24.976 24.976 0 0 1-3.233-.501z"
/>
<path
d="M12 16.878c-.823 0-1.669-.036-2.516-.106l-.235-.02-.135-.193a30.388 30.388 0 0 1-1.35-2.122 30.354 30.354 0 0 1-1.166-2.228l-.1-.213.1-.213a30.3 30.3 0 0 1 1.166-2.228c.414-.716.869-1.43 1.35-2.122l.135-.193.235-.02a29.785 29.785 0 0 1 5.033 0l.234.02.134.193a30.006 30.006 0 0 1 2.517 4.35l.101.213-.101.213a29.6 29.6 0 0 1-2.517 4.35l-.134.193-.234.02c-.847.07-1.694.106-2.517.106zm-2.197-1.084c1.48.111 2.914.111 4.395 0a29.006 29.006 0 0 0 2.196-3.798 28.585 28.585 0 0 0-2.197-3.798 29.031 29.031 0 0 0-4.394 0 28.477 28.477 0 0 0-2.197 3.798 29.114 29.114 0 0 0 2.197 3.798z"
/>
</svg>
<p>React</p>
</div>
<div class="about__desc">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 261.76 226.69"><g transform="matrix(1.3333 0 0 -1.3333 -76.311 313.34)"><g transform="translate(178.06 235.01)"><path d="m0 0-22.669-39.264-22.669 39.264h-75.491l98.16-170.02 98.16 170.02z" fill="white"/></g><g transform="translate(178.06 235.01)"><path d="m0 0-22.669-39.264-22.669 39.264h-36.227l58.896-102.01 58.896 102.01z" fill="grey"/></g></g></svg>
<p>Vue</p>
</div>
<div class="about__desc">
<svg
xmlns="http://www.w3.org/2000/svg"
role="img"
viewBox="0 0 24 24"
>
<title>Firebase</title>
<path
d="M3.89 15.673L6.255.461A.542.542 0 0 1 7.27.289L9.813 5.06 3.89 15.673zm16.795 3.691L18.433 5.365a.543.543 0 0 0-.918-.295l-14.2 14.294 7.857 4.428a1.62 1.62 0 0 0 1.587 0l7.926-4.428zM14.3 7.148l-1.82-3.482a.542.542 0 0 0-.96 0L3.53 17.984 14.3 7.148z"
/>
</svg>
<p>Firebase</p>
</div>
<div class="about__desc">
<svg
xmlns="http://www.w3.org/2000/svg"
role="img"
viewBox="0 0 24 24"
>
<title>Figma icon</title>
<path
d="M12 12a4 4 0 1 1 8 0 4 4 0 0 1-8 0zM4 20a4 4 0 0 1 4-4h4v4a4 4 0 1 1-8 0zM12 0v8h4a4 4 0 1 0 0-8h-4zM4 4a4 4 0 0 0 4 4h4V0H8a4 4 0 0 0-4 4zM4 12a4 4 0 0 0 4 4h4V8H8a4 4 0 0 0-4 4z"
/>
</svg>
<p>Figma</p>
</div>
</div>
</section>
<section id="portfoliosection" class="portfolio">
<div class="portfolio__heading">
<h2>Recent work</h2>
<a href="portfolio.html"><button class="btn">All Work</button></a>
</div>
<div class="portfolio__collection">
<div class="portfolio__row">
<div class="portfolio__item">
<p class="portfolio__title">WEB APP</p>
<img src="./img/Trader24.png" alt="Trader24" />
<div class="portfolio__info">
<h2 class="portfolio__name">Trader24</h2>
<p>
Application for trading US market stocks. Made in React and
Firebase.
</p>
</div>
<div class="portfolio__buttons">
<a
class="portfolio__button"
target="_blank"
href="https://stocks-af048.web.app"
>Live</a
>
<a
class="portfolio__button"
target="_blank"
href="https://github.com/SongoMen/Trader24"
>Code</a
>
</div>
<div class="portfolio__animation"></div>
</div>
<div class="portfolio__item">
<p class="portfolio__title">WEB APP</p>
<img src="./img/Learning-hub.png" alt="Learning Hub" />
<div class="portfolio__info">
<h2 class="portfolio__name">Learning Hub</h2>
<p>
E-learning platform to help you learn more efficiently. Made in
React and Firebase.
</p>
</div>
<div class="portfolio__buttons">
<a
class="portfolio__button"
target="_blank"
href="https://learning-a4a51.web.app/"
>Live</a
>
<a
class="portfolio__button"
target="_blank"
href="https://github.com/SongoMen/Learning-Hub"
>Code</a
>
</div>
<div class="portfolio__animation"></div>
</div>
</div>
</div>
</section>
<section id="contactsection" class="contact">
<div class="contact__info">
<h2>Contact details<span class="special">:</span></h2>
<div class="contact__element">
<h3>pat.kozlowski00@gmail.com</h3>
</div>
<h2 class="contact__employer">For employer<span class="special">:</span></h2>
<button
type="submit"
class="btn"
onclick="window.open('Patryk Kozłowski-resume.pdf')"
name="submit"
>
DOWNLOAD CV
</button>
</div>
<div class="contact__form">
<h2>Say Hello</h2>
<form
id="form"
method="POST"
action="https://getsimpleform.com/messages?form_api_token=d55de506b28707f8ee113a4e3e6c1539"
>
<input
type="hidden"
name="redirect_to"
value="https://songomen.github.io/portfolio/#contactthanks"
/>
<div class="form__line">
<div class="form__input name">
<input
id="name-input"
autocomplete="off"
spellcheck="false"
type="text"
name="name"
placeholder="What's your name?"
/>
<svg viewBox="0 0 16 16">
<path
d="M10.8000002,10.8000002 C9.85000038,11.6500006 9.18349609,12 8,12 C5.80000019,12 4,10.1999998 4,8 C4,5.80000019 5.80000019,4 8,4 C10.1999998,4 12,6 12,8 C12,9.35332031 12.75,9.5 13.5,9.5 C14.25,9.5 15,8.60000038 15,8 C15,4 12,1 8,1 C4,1 1,4 1,8 C1,12 4,15 8,15 C12,15 15,12 15,8"
></path>
<polyline
points="5 8.375 7.59090909 11 14.5 4"
transform="translate(0 -0.5)"
></polyline>
</svg>
</div>
<div class="form__input email">
<input
id="email-input"
autocomplete="off"
spellcheck="false"
type="text"
name="email"
placeholder="What's your email?"
/>
<svg viewBox="0 0 16 16">
<path
d="M10.8000002,10.8000002 C9.85000038,11.6500006 9.18349609,12 8,12 C5.80000019,12 4,10.1999998 4,8 C4,5.80000019 5.80000019,4 8,4 C10.1999998,4 12,6 12,8 C12,9.35332031 12.75,9.5 13.5,9.5 C14.25,9.5 15,8.60000038 15,8 C15,4 12,1 8,1 C4,1 1,4 1,8 C1,12 4,15 8,15 C12,15 15,12 15,8"
></path>
<polyline
points="5 8.375 7.59090909 11 14.5 4"
transform="translate(0 -0.5)"
></polyline>
</svg>
</div>
</div>
<div class="form__input textarea">
<textarea
rows="10"
autocomplete="off"
spellcheck="false"
name="text"
placeholder="Your message goes here."
></textarea>
<svg viewBox="0 0 16 16">
<path
d="M10.8000002,10.8000002 C9.85000038,11.6500006 9.18349609,12 8,12 C5.80000019,12 4,10.1999998 4,8 C4,5.80000019 5.80000019,4 8,4 C10.1999998,4 12,6 12,8 C12,9.35332031 12.75,9.5 13.5,9.5 C14.25,9.5 15,8.60000038 15,8 C15,4 12,1 8,1 C4,1 1,4 1,8 C1,12 4,15 8,15 C12,15 15,12 15,8"
></path>
<polyline
points="5 8.375 7.59090909 11 14.5 4"
transform="translate(0 -0.5)"
></polyline>
</svg>
</div>
<div class="form__bottom">
<button type="submit" class="btn" name="submit">
SUBMIT
</button>
<p id="thank-you-message" class="hidden">
Thank you for contacting me. I will answer as soon as possible.
</p>
</div>
</form>
</div>
</section>
<aside class="aside">
<a
aria-label="Github"
class="aside__github"
rel="noopener"
href="https://github.com/SongoMen"
target="_blank"
>
<div class="github__circle">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>GitHub</title>
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"
/>
</svg>
</div>
</a>
<a
aria-label="LinkedIn"
class="aside__linkedin"
rel="noopener"
href="https://www.linkedin.com/in/patryk-kozlowski/"
target="_blank"
>
<div class="linkedin__circle">
<svg
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 430.117 430.117"
style="enable-background:new 0 0 430.117 430.117;"
xml:space="preserve"
>
<g>
<path
id="LinkedIn"
d="M430.117,261.543V420.56h-92.188V272.193c0-37.271-13.334-62.707-46.703-62.707 c-25.473,0-40.632,17.142-47.301,33.724c-2.432,5.928-3.058,14.179-3.058,22.477V420.56h-92.219c0,0,1.242-251.285,0-277.32h92.21 v39.309c-0.187,0.294-0.43,0.611-0.606,0.896h0.606v-0.896c12.251-18.869,34.13-45.824,83.102-45.824 C384.633,136.724,430.117,176.361,430.117,261.543z M52.183,9.558C20.635,9.558,0,30.251,0,57.463 c0,26.619,20.038,47.94,50.959,47.94h0.616c32.159,0,52.159-21.317,52.159-47.94C103.128,30.251,83.734,9.558,52.183,9.558z M5.477,420.56h92.184v-277.32H5.477V420.56z"
/>
</g>
</svg>
</div>
</a>
</aside>
<footer class="footer">
<h4>
© 2023 Patryk Kozłowski
</h4>
</footer>
<script src="main.js"></script>
</body>
</html>