-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (78 loc) · 3.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Summary of Vitalii Kryskiv</title>
<link href="https://fonts.googleapis.com/css2?family=Merriweather" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<div class="nav">
<div class="nav_text">
<h1>Vitalii Kryskiv</h1>
<p>Front-end developer</p>
</div>
<div class="portfolio">
<div class="portfolio_btn">
<button><span>PORTFOLIO</span></button>
<div class="click_me">
<img src="images/arrow.png" alt="arrow click me">
<p>Click Me!!!</p>
</div>
</div>
<div class="dropdown_content">
<a href="https://itsvetal.github.io/di-gi" target="_blank"><span>Di-Gi</span></a>
</div>
</div>
</div>
</header>
<section>
<div class="text">
<p>Novice front-end developer. Finished a course on Computer Science in School++.
At the moment I am studying web development at the same school.<br> Seeking an
opportunity to grow as a Junior Developer and apply my knowledge in creating
innovative software solutions.</p>
<p>Work experience: No professional experience since I used to work in another field.
But I am very interested in web development and I plan to <br> develop in this direction.
Therefore, I work on my own projects and the results of my work can be viewed on my
<a href="https://github.com/itsvetal" target="_blank">GitHub</a></p>
<p>Hard Skills: Algorithms and Data structures, Object-Oriented Programming (OOP), Code review,
Basics of Java, Basics of Javascript, Cascading Style Sheets (CSS), HTML, Responsive Web Design.</p>
<p>Soft Skills: good communication, problem-solving, time management, critical thinking,
teamwork.</p>
</div>
<div class="logo">
<img src="images/image_1.jpg" alt="profile image">
</div>
</section>
<footer>
<div class="contacts">
<div class="contacts_text"><p>My contacts:</p></div>
<div class="social">
<a href="mailto:vitaliikryskiv.develpment@gmail.com"><img src="images/gmail.png" alt="mail"></a>
</div>
<div class="social">
<a href="tel: +380662440087"><img src="images/call.png" alt="call" title="+380662440087"></a>
</div>
<div class="social">
<a href="https://www.instagram.com/vitalii_autokeys?igsh=MWtjM2dnZmZhaXd0Nw%3D%3D&utm_source=qr"><img
src="images/instagram.png" alt="instagram"></a>
</div>
<div class="social">
<a href="https://t.me/iTs_Vetal"><img src="images/telegram.png" alt="telegram"></a>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/vitalii-kryskiv-6bab21306/"><img src="images/linkedin.png"
alt="linkedin"></a>
</div>
</div>
</footer>
</div>
</body>
</html>