-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
518 lines (511 loc) · 19.6 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
<!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" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"
integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/media.css" />
<title>Anna Kot | UX/UI Designer</title>
</head>
<body>
<div class="container-nav">
<nav id="main-nav">
<div class="nav-links">
<ul>
<li><a href="#home">home</a></li>
<li><a href="#projects">projects</a></li>
<li><a href="#about">about</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</div>
<div class="social">
<a href="https://github.com/Kot-Anna" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="https://www.linkedin.com/in/anna-kot" target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a href="https://www.facebook.com/anna.kot.5" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a href="https://www.behance.net/annakot6" target="_blank"
><i class="fa-brands fa-behance-square"></i
></a>
</div>
</nav>
</div>
<div class="container">
<header id="home">
<div class="hero show-on-scroll">
<div class="grid">
<div class="hero-text">
<h3>Hi There!</h3>
<h2>I'm Anna Kot</h2>
<h1>
I'm a passionate and creative UI/UX designer who creates informed and accessible designs and experiences
</h1>
<a href="#projects" class="btn btn-yellow">My Projects</a>
</div>
<div class="hero-img">
<img
src="illustration.png"
alt="woman with laptop illustration"
/>
</div>
</div>
</div>
</header>
<!-- Projects section -->
<section
class="projects section-margin show-section show-on-scroll"
id="projects"
>
<div class="intro grid">
<div class="intro-left">
<h3>UI/UX case studies</h3>
<h2>My Projects</h2>
</div>
<div class="intro-right">
<p>
I'm constantly learning and striving to improve my skills. Currently, I'm working as an in-house UI/UX designer on new products yet to be released, which is why most of the projects in this portfolio are personal ones.
</p>
</div>
</div>
<div class="project-list">
<div class="project-card grid">
<div class="p-img">
<img src="img/fundraiser.jpg" alt="design thumbnail" />
</div>
<div class="p-description">
<h4>OurStars - Fundraiser App and responsive website</h4>
<p>
UX/UI case study for a multi-platform tool encouraging
supporting charity fundraisers. Additional to the mobile app, I
also designed a
<a
style="color: #13505b; font-weight: 500"
href="https://www.figma.com/proto/vyjyw1BFPVbBwDd3D61VCu/OurStars---Fundraiser-App-and-responsive-website?node-id=343%3A5529&scaling=scale-down&page-id=180%3A3169&starting-point-node-id=478%3A5956"
target="_blank"
>sample of a website.</a
><br />
This design is being brought to life by Clemens Maas (<a
style="color: #13505b; font-weight: 500"
href="https://github.com/DubskySteam/OurStars"
>GitHub</a
>)
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.behance.net/gallery/149750771/Fundraiser-App-and-Web-UXUI-case-study"
target="_blank"
class="btn btn-yellow"
>Case Study  <i class="fa-brands fa-behance-square"></i
></a>
<a
href="https://www.figma.com/proto/vyjyw1BFPVbBwDd3D61VCu/OurStars---Fundraiser-App-and-responsive-website?node-id=343%3A5529&scaling=scale-down&page-id=180%3A3169&starting-point-node-id=478%3A5956"
target="_blank"
class="btn btn-light"
>Preview  <i class="fab fas fa-play"></i
></a>
</div>
<div class="p-tech">
<p>UI/UX</p>
<p>Case Study</p>
<p>figma</p>
</div>
</div>
</div>
</div>
<div class="project-card grid">
<div class="p-img">
<img src="img/petAdoption.jpg" alt="design thumbnail" />
</div>
<div class="p-description">
<h4>Pet Adoption - Responsive Website</h4>
<p>
A hobby project focusing on UI/UX case study on the pet adoption
process. The result of the study includes a hight fidelity
prototype for the desktop, tablet and mobile screen sizes.
<span class="text-blue">
This design was recognised by <a
href="https://www.designrush.com/best-designs/websites"
target="_blank"
style="color: #13505b; font-weight: 500; text-decoration: underline"
>DesignRush</a>. </span>
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.behance.net/gallery/146370585/Pet-Adoption-Responsive-Web-UIUX-Case-Study"
target="_blank"
class="btn btn-yellow"
>Case Study  <i class="fa-brands fa-behance-square"></i
></a>
<a
href="https://xd.adobe.com/view/d827736e-4a34-4ad9-a001-d61bd303b982-8d74/?fullscreen"
target="_blank"
class="btn btn-light"
>Preview  <i class="fab fas fa-play"></i
></a>
</div>
<div class="p-tech">
<p>UI/UX</p>
<p>Case Study</p>
<p>adobe xd</p>
</div>
</div>
</div>
</div>
<div class="project-card grid">
<div class="p-img">
<img src="img/FloristApp.jpg" alt="design thumbnail" />
</div>
<div class="p-description">
<h4>Blossom - Florist App</h4>
<p>
A hobby project including user research and UI/UX case study. UI
Design has been completed following the design thinking process.
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.behance.net/gallery/142885261/Florist-Mobile-App-UXUI-Case-Study"
target="_blank"
class="btn btn-yellow"
>Case Study  <i class="fa-brands fa-behance-square"></i
></a>
<a
href="https://www.figma.com/proto/mLN3U98U33GcvNzLH8Iyjs/Florist-App-v2?node-id=329%3A3841&scaling=scale-down&page-id=218%3A565&starting-point-node-id=329%3A3841"
target="_blank"
class="btn btn-light"
>Preview  <i class="fab fas fa-play"></i
></a>
</div>
<div class="p-tech">
<p>UI/UX</p>
<p>Case Study</p>
<p>figma</p>
</div>
</div>
</div>
</div>
<div class="project-card grid">
<div class="p-img">
<img src="img/msgmail-thumb.png" alt="design thumbnail" />
</div>
<div class="p-description">
<h4>MessageMail - Web Design</h4>
<p>
A design for responsive landing and registration pages. Created
for the hypothetical company focusing their marketing on younger
demographic.
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.figma.com/file/uxIM5w0fRRHjdHDGqtLkS0/MessageMail-Web?node-id=3%3A2"
target="_blank"
class="btn btn-yellow"
>Design  <i class="fa-brands fa-figma"></i
></a>
<a
href="https://www.figma.com/proto/uxIM5w0fRRHjdHDGqtLkS0/MessageMail-Web?node-id=304%3A1918&scaling=scale-down&page-id=3%3A2&starting-point-node-id=304%3A1918"
target="_blank"
class="btn btn-light"
>Preview  <i class="fab fas fa-play"></i
></a>
</div>
<div class="p-tech">
<p>ui design</p>
<p>figma</p>
</div>
</div>
</div>
</div>
<div class="project-card grid">
<div class="p-img">
<img src="img/pf-thumb.png" alt="laptop" />
</div>
<div class="p-description">
<h4>myPortfolio - Website</h4>
<p>
My first attempt on designing and coding a modern, responsive
and interactive personal portfolio website.
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.figma.com/file/m0AiLRGBfFKU1DTvlDSytD/First-Portfolio?node-id=0%3A1"
target="_blank"
class="btn btn-yellow"
>Design  <i class="fa-brands fa-figma"></i
></a>
<a
href="https://github.com/Kot-Anna/FirstPortfolio"
target="_blank"
class="btn btn-light"
>GitHub  <i class="fab fa-github"></i
></a>
</div>
<div class="p-tech">
<p>html5</p>
<p>css</p>
<p>js</p>
</div>
</div>
</div>
</div>
<!-- <div class="project-card grid">
<div class="p-img">
<img src="img/blogpost.JPG" alt="laptop" />
</div>
<div class="p-description">
<h4>small - Blog Post</h4>
<p>
A website allowing user to register, customize account and
create posts consisting of text and pictures.
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.youtube.com/watch?v=ojXRHeVLyIc"
target="_blank"
class="btn btn-yellow"
>See more <i class="fas fa-external-link-alt"></i
></a>
<a
href="https://github.com/Kot-Anna/BlogPost-TeamProject"
target="_blank"
class="btn btn-light"
>GitHub <i class="fab fa-github"></i
></a>
</div>
<div class="p-tech">
<p>html5</p>
<p>css</p>
<p>php</p>
<p>mysql</p>
</div>
</div>
</div>
</div> -->
<!-- <div class="project-card grid">
<div class="p-img">
<img src="img/quiz.jpg" alt="laptop" />
</div>
<div class="p-description">
<h4>Vaalikone - Quiz App</h4>
<p>
An app allowing user to find the most suitable result/candidate,
based on his quiz answers.
</p>
<div class="p-bottom">
<div class="p-buttons">
<a
href="https://www.youtube.com/watch?v=3WhdKSMB5wA"
target="_blank"
class="btn btn-yellow"
>See more <i class="fas fa-external-link-alt"></i
></a>
<a
href="https://github.com/Kot-Anna/ElectionQuizApp_Servlets-TeamProject"
target="_blank"
class="btn btn-light"
>GitHub <i class="fab fa-github"></i
></a>
</div>
<div class="p-tech">
<p>html5</p>
<p>css</p>
<p>java</p>
<p>mysql</p>
</div>
</div>
</div>
</div> -->
</div>
<div class="p-seemore">
<a
href="https://www.behance.net/annakot6"
target="_blank"
class="btn btn-blue"
>check all my projects on behance
<i class="fa-brands fa-behance-square"></i
></a>
</div>
</section>
<!-- About me section -->
<section
class="about-me section-margin show-section show-on-scroll"
id="about"
>
<div class="intro grid">
<div class="intro-left row">
<div class="intro-left-txt">
<h3>about me</h3>
<h2>Anna Kot</h2>
</div>
<div class="about-img">
<img src="img/darkbluebg.jpg" alt="Anna Kot profile picture" />
</div>
</div>
<div class="intro-right">
<p>
I am a Computer Applications graduate located in Finland. A holder
of masters degree in landscape architecture and postgrad in
graphic design with previous experience as coordinator in the
international company. I have discovered a passion towards UI/UX
Design and received Google UX Design Professional
Certificate.<br />
<span class="text-blue">
Currently working as an in-house UI/UX Designer for Rovjok Oy. </span
>
</p>
<!-- Skills -->
<h4>I work with:</h4>
<div class="skills">
<div class="icons">
<span class="iconify"
><img class="imghover" src="img/UI.svg" alt="ui design icon"
/></span>
<span class="iconify"
><img src="img/UX.svg" alt="ui design icon"
/></span>
<span
class="iconify"
data-inline="false"
data-icon="akar-icons:figma-fill"
></span>
<span
class="iconify"
data-inline="false"
data-icon="file-icons:adobe-xd"
>
</span>
<span
class="iconify"
data-inline="false"
data-icon="cib:adobe-photoshop"
></span>
<!-- <span
class="iconify"
data-inline="false"
data-icon="cib:html5"
></span>
<span
class="iconify"
data-inline="false"
data-icon="fontisto:css3"
></span>
<span
class="iconify"
data-inline="false"
data-icon="cib:javascript"
></span> -->
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Contact me section -->
<div class="contact-wrapper bg-blue">
<section id="contact" class="show-section show-on-scroll">
<div class="contact">
<div class="grid">
<div class="intro-left">
<h3>
Would you want to<br />
work with me?
</h3>
<h2>Contact Me</h2>
<div class="social">
<a href="mailto:[email protected]"
><i class="fas fa-envelope"></i
></a>
<a href="https://www.linkedin.com/in/anna-kot" target="_blank"
><i class="fab fa-linkedin"></i
></a>
<a href="https://www.facebook.com/anna.kot.5" target="_blank"
><i class="fab fa-facebook"></i
></a>
</div>
</div>
<div class="intro-right">
<form
onsubmit="return validateSubmit()"
name="contact"
method="POST"
data-netlify="true"
class="contact-form"
>
<label for="name" class="label" id="name-label"
>Enter Name</label
>
<input
type="text"
name="name"
id="name"
placeholder="Enter Name"
/>
<p id="error-name" class="error">
Name can contain letters only and be between 2 - 15 characters
</p>
<label for="email" class="label" id="email-label"
>Enter Email</label
>
<input
type="email"
name="email"
id="email"
placeholder="Enter Email"
/>
<p id="error-email" class="error">
Please enter a valid email address
</p>
<label for="message" class="label" id="msg-label"
>Enter your message</label
>
<textarea
name="message"
id="message"
placeholder="Enter your message"
></textarea>
<p id="error-message" class="error">
Message can not contain special signs
</p>
<button type="submit" class="btn btn-yellow" id="submitbtn">
Send a message
</button>
<p id="error-submit" class="error">
Form fields can not be empty or contain unexpected values
</p>
</form>
</div>
</div>
</div>
<p class="copyright">Copyright © 2021-2023 Anna Kot</p>
</section>
</div>
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</body>
</html>