-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·282 lines (264 loc) · 9.54 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="description" content="Portfolio">
<meta name="keywords" content="java, kotlin, postgresql">
<meta name="author" content="Tetiana Rohalska">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>My Portfolio</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon"/>
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900"
rel="stylesheet"/>
<link rel="stylesheet" href="styles.css"/>
</head>
<body>
<header class="sticky">
<ul id="menu" class="shadow">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<!-- <li><a href="#projects">Projects</a></li> -->
<li><a href="#experience">Experience</a></li>
<!-- <li><a href="#education">Education</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<div id="lead">
<div id="lead-content">
<h1>Tetiana Rohalska</h1>
<h2>Fullstack Java Developer</h2>
<a class="btn-rounded-white"
href="https://drive.google.com/file/d/1ni6TIVqK7q5IPbaWp-WZY8Nu2zEUAzX5/view?usp=share_link">
Download Resume
</a>
</div>
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<svg focusable="false" width="35" height="35" viewBox="0 0 35 35" >
<path d="M22.782 13.8L17 19.582 11.218 13.8a1 1 0 0 0-1.414 1.414L16.29 21.7a.992.992 0 0 0 .71.292.997.997 0 0 0 .71-.292l6.486-6.486a1 1 0 0 0-1.414-1.414z"/>
</svg>
<!-- <a href="#about"></a> -->
</span>
</div>
</div>
<div id="about">
<div class="container">
<div>
<h2 class="heading">About Me</h2>
<div>
<!-- <p>Tetiana Rohalska, 31 years old.</p> -->
<p>Location: Rijeka, Croatia</p>
<p>English: B2+</p>
<br>
<p> 2 years of hands-on experience in developing Microservices and APIs, designe and technical solutions.
</p>
<br>
<p>
Attentive, organized, responsible and communicative person, fast learner.
Have a big desire for learning and self-improvement.
Responsible at work and not afraid of difficulties.
Good team member, have supporting and communication skills, self-motivation, avoid conflicts and work for results.
</p>
<div id="more-projects" >
<a class="tooltip" target="_blank" href="https://github.com/trohalska">Pet projects</a>
<span class="tooltiptext">link to github</span>
</div>
</div>
</div>
</div>
</div>
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>Java</li>
<li>Kotlin</li>
<li>Groovy</li>
<li>Spring</li>
<li>Mockito</li>
<li>Junit</li>
<li>Akana</li>
<li>TYK</li>
</ul>
<ul>
<li>PostgreSQL</li>
<li>Spring JPA</li>
<li>Hibernate ORM</li>
<li>JBDC</li>
</ul>
<ul>
<li>HTTP</li>
<li>Docker</li>
<li>Jenkins</li>
<li>Postman</li>
<li>Datadog</li>
<li>Jackson</li>
</ul>
<ul>
<li>React.js</li>
<li>JavaScript</li>
<li>Material UI</li>
<li>Jest</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<!-- <div id="projects">
<h2 class="heading">Projects</h2>
<div class="container grid">
<div class="project shadow-large">
<div class="project-image">
<img src="assets/images/tamagochi_4x3.png" alt="game_image_4x3"/>
</div>
<div class="project-info">
<a href="https://github.com/trohalska/tamagochi" target="_blank">Tamagochi</a>
<ul>
<li>Java</li>
<li>JavaFX</li>
<li>Maven</li>
</ul>
</div>
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="assets/images/store_4x3.png" alt="store_image_4x3"/>
</div>
<div class="project-info">
<a href="https://github.com/trohalska/store-catalog" target="_blank">Web Store</a>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JS</li>
</ul>
</div>
</div>
<div class="project shadow-large">
<div class="project-image">
<img src="assets/images/uchat_4x3.png" alt="uchat_image_4x3"/>
</div>
<div class="project-info">
<a href="https://github.com/trohalska/uchat" target="_blank" >CHAT</a>
<ul>
<li>C</li>
<li>SQLite</li>
<li>cJSON</li>
</ul>
</div>
</div>
</div>
<div id="more-projects" >
<a class="tooltip" target="_blank" href="https://github.com/trohalska">more projects...</a>
<span class="tooltiptext">link on github page</span>
</div>
</div> -->
<div id="experience">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="March 2021 – current time">
<h3>Epam Systems</h3>
<h4>Java Software Engeneer</h4>
<p>
REST APIs · Java · Kotlin · Groovy · React.js · Microservices · JUnit
· Spring Boot · PostgreSQL · Liquibase · Docker · Jenkins
</p>
<p>
ATG Commerce · Oracle Database · JavaServer Pages (JSP)
</p>
</div>
<!-- <div data-date="September 2015 – September 2016">
<h3>Employer Name</h3>
<h4>Job Title</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur
in iaculis ex. Etiam volutpat laoreet urna. Morbi ut tortor nec
nulla commodo malesuada sit amet vel lacus. Fusce eget efficitur
libero. Morbi dapibus porta quam laoreet placerat.
</p>
</div> -->
</div>
</div>
<!-- <div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>University of Ottawa</h3>
<span class="education-date">Sept 2016 - Sept 2017</span>
<h4>Bachelor of Science in Computer Science</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur in
iaculis ex. Etiam volutpat laoreet urna. Morbi ut tortor nec nulla
commodo malesuada sit amet vel lacus. Fusce eget efficitur libero.
Morbi dapibus porta quam laoreet placerat.
</p>
</div>
<div class="education-block">
<h3>University of Ottawa</h3>
<span class="education-date">Sept 2016 - Sept 2017</span>
<h4>Bachelor of Science in Computer Science</h4>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
</ul>
</div>
</div> -->
<!-- End #education -->
<div id="contact">
<div class="flexbox">
<div class="box">
<h2>Get in Touch</h2>
<div class="contact-text">
<p>Do not hesitate to contact me, I will gladly answer any of your questions.</p>
<br>
<p>trogalska2208@gmail.com</p>
<p>+385 98 930 4753</p>
</div>
<div id="social">
<ul>
<li>Contacts</li>
<li><a href="https://github.com/trohalska" target="_blank">GitHub</a></li>
<li><a href="https://linkedin.com/in/tetiana-rohalska-0769191a6" target="_blank">LinkedIn</a></li>
<li><a href="https://www.facebook.com/people/Tanya-Rohalska/100002115529732" target="_blank">Facebook</a></li>
</ul>
</div>
<br>
</div>
<div id="contact-form" class="box">
<form method="POST" action="https://formspree.io/trogalska2208@gmail.com">
<input type="hidden" name="_subject" value="Contact request from personal website"/>
<input type="text" name="_from" placeholder="Name *" required/>
<input type="email" name="_replyto" placeholder="Email *" required/>
<textarea name="message" placeholder="Message" required></textarea>
<button type="submit">SEND</button>
</form>
</div>
</div>
</div>
<footer>
<div class="container footflexbox">
<div class="copyright footbox">
<p>Copyright © 2023 Tetiana Rohalska</p>
</div>
<div id="to-top" class="footbox">
<span>
<svg focusable="false" viewBox="-170 -150 660 660" >
<path d="M325.606,229.393l-150.004-150C172.79,76.58,168.974,75,164.996,75c-3.979,0-7.794,1.581-10.607,4.394
l-149.996,150c-5.858,5.858-5.858,15.355,0,21.213c5.857,5.857,15.355,5.858,21.213,0l139.39-139.393l139.397,139.393
C307.322,253.536,311.161,255,315,255c3.839,0,7.678-1.464,10.607-4.394C331.464,244.748,331.464,235.251,325.606,229.393z"/>
</svg>
<!-- <a href="#menu"></a> -->
</span>
</div>
<div class="social footbox ">
<!-- <ul>
<li><a href="https://github.com/" target="_blank"></a></li>
<li><a href="https://linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
</ul> -->
</div>
</div>
</footer>
</body>
</html>