-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
162 lines (127 loc) · 6.63 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
<!DOCTYPE html>
<html>
<head>
<link rel="me" href="mailto:urazityniuk1997@gmail.com">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<title>Yurii Zityniuk — Résumé</title>
</head>
<body>
<div class="wrapper-box">
<div class="wrapper-descr">
<section class="section big-title">
<h3 class="section-title resume">Resume</h3>
<h3 class="section-title prof">Student</h3>
<h1 class="name">Yurii Zityniuk</h1>
</section>
<section class="section section-intro">
<h2 class="section-title"><i class="fa fa-user-circle" aria-hidden="true"></i>INTRO</h2>
<hr>
<div class="intro">
<p>Hello, i'm Yurii. I like constant self-improvement and learning. I love to automate everyday processes. Also, I want to become cool front-end men. I love to help people, sharing their own experiences, so that they do not become on the same rake as me. I want to create a public, simple, intelligent service that will help a person choose the right professional industry in accordance with its qualities and preferences.</p>
</div>
</section>
<section class="section timeline">
<h2 class="section-title"><i class="fa fa-archive"></i>TimeLine</h2>
<hr>
<div class="item">
<div class="meta">
<div class="time">September 2012 - May 2014.</div>
</div>
<div class="details">
<p>I enrolled in the Ivano-Frankivsk Lyceum. I was a member of the Obriy Lyceum team who won 2nd place in the 2013 Junior Geographers Tournament. I learned to work in a team and decided to go to NULP.</p>
</div>
</div>
<div class="item">
<div class="meta">
<div class="time">July 2014 - September 2016.</div>
</div>
<div class="details">
<p>Training in NLLP at the Faculty of Geodesy. Joined Profbureau of IGDG. I was engaged in scientific work on the models of the gravitational field of the Earth, started to run.</p>
</div>
</div>
<div class="item">
<div class="meta">
<div class="time">October 2016 - January2018.</div>
</div>
<div class="details">
<p>On the advice of a friend, I tried programming. I learned python and decided to write a back-end site on django. In the process of working with the site design, I realized that I want to do just that.</p>
</div>
</div>
<div class="item">
<div class="meta">
<div class="time">February 2018 - now.</div>
</div>
<div class="details">
<p>Graduated Web Development Courses at OCTEN WEB, Prometheus, Solo Learn. I want to work on the front-end and boost from what I do.</p>
</div>
</div>
</section>
</div>
<div class="wrapper-sidebar">
<div class="profile-container">
<img class="us_photo" src="assets/images/profile.jpg" alt="user photo" />
</div>
<div class="label">
Education
</div>
<div class="education container-block">
<div class="item">
<h4 class="time">2012 - 2014</h4>
<h4 class="degree">Economy</h4>
<h5 class="meta">Regional Ivano-Frankivsk liceum</h5>
</div>
<div class="item">
<h4 class="time">2014 - present</h4>
<h4 class="degree">Geodezy</h4>
<h5 class="meta">National University Lviv Polytechnic</h5>
</div>
</div>
<div class="label">
Core skills
</div>
<div class="skills container-block">
<ul class="Core_skills">
<li>JavaScript</li>
<li>HTML5/CSS3</li>
<li>Python 3</li>
<li>SQL</li>
<li>Scss</li>
</ul>
</div>
<div class="label">
Other skills
</div>
<div class="skills container-block">
<ul class="Other_skills">
<li>AutoCAD </li>
<li>Microsoft Excel </li>
<li>Linux</li>
<li>Digitals</li>
<li>Surfer</li>
</ul>
</div>
<div class="label">
Contacts
</div>
<div class="contact container-block">
<ul class="contact-list">
<li class="email"> <span class="cont">email</span><a href="mailto:urazityniuk1997@gmail.com">urazityniuk1997@gmail.com</a></li>
<li class="phone"><span class="cont">mobile</span><a href="tel:0000000000">+305756788548</a></li>
<li class="linkedin"><span class="cont">Linkedin</span><a href="https://www.linkedin.com/in/yurii-zityniuk/" target="_blank">in/yurii-zityniuk</a></li>
<li class="github"><span class="cont">github</span><a href="https://github.com/KeinOhrHasen" target="_blank">github.com/KeinOhrHasen</a></li>
<li class="facebook"><span class="cont">Facebook</span><a href="#" target="_blank">Yurii Zityniuk</a></li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="text-center">
<small class="copyright"> Hometask #1. Git. <a href="https://academy.binary-studio.com" target="_blank">Binary Studio Academy'18</a></small>
</div>
</footer>
</body>
</html>