-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
450 lines (413 loc) · 20.4 KB
/
index.html
File metadata and controls
450 lines (413 loc) · 20.4 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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/utilities.css">
<title>Tsvetkova Victoria</title>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="empty-heading">
</div>
<ul>
<li><a href="files/CV Tsvetkova.pdf" target="_blank">Resume</a></li>
<li><a href="mailto:randambery@gmail.com">Contact</a></li>
</ul>
</div>
<!-- Main -->
<div class="main">
<div class="about">
<div class="photo">
<img src="images/me.png" alt="Me">
</div>
<div class="intro">
<h2 class="lg">Hi, I'm Victoria</h2>
<p class="sm">I'm an aspiring Developer now based in <span class="highlight">Finland</span>. Still can't decide if I'm about to go <span class="highlight">Full Stack, Game Dev or Data Science</span>.<br>I guess I'll just never stop learning! </p>
</div>
<div class="more">
<p>I also do these things for hobbies:</p>
</div>
<div class="interests">
<a href="404.html" target="_blank" title="Olesya's website">
<div class="interest-card one">
<h3>Write fiction</h3>
</div>
</a>
<a href="https://vk.com/conlang" target="_blank" title="My community page">
<div class="interest-card">
<h3>Construct languages</h3>
</div>
</a>
<a href="https://www.instagram.com/p/CsLhXTWIF-7/" target="_blank" title="My wife's insta">
<div class="interest-card">
<h3>Take pics of my cat</h3>
</div>
</a>
</div>
</div>
<div class="menu">
<div class="menu-card">
<a href="#projects">Projects</a>
</div>
<div class="menu-card">
<a href="#skills">Skills</a>
</div>
<div class="menu-card">
<a href="#education">Education</a>
</div>
</div>
</div>
<!-- Projects -->
<div id="projects" class="projects">
<h2 class="lg">My projects</h2>
<p class="sm">Here are some of the projects I've been doing. <br> I'm always open to new ideas and collaborations!</p>
<div class="project-cards">
<!--At dusk game-->
<div class="project-card">
<div class="photo">
<img src="images/dusk.png" alt="At dusk">
</div>
<div class="intro">
<h2 class="md">At Dusk video game</h2>
<p class="sm">A PC game done with <span class="highlight">Unity</span> and <span class="highlight">C#</span>. It's a relaxing <span class="highlight">adventure platformer</span> with a neat story and cool art drawn by my wife <i class="fas fa-heart"></i>. </p>
</div>
<div class="more">
<p>You may find the details here:</p>
</div>
<div class="interests">
<a href="404.html" target="_blank" title="At dusk page">
<div class="interest-card">
<h3>The game website</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/At_dusk_game" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Code</h3>
</div>
</a>
</div>
</div>
<!--Competitions-->
<div class="project-card">
<div class="photo">
<i class="fas fa-robot"></i>
</div>
<div class="intro">
<h2 class="md">Machine Learning competitions</h2>
<p class="sm">As I continue my journey in <span class="highlight">Machine Learning</span>, I am engaging in educational competitions on <span class="highlight">Kaggle</span> to enhance my skills. <br> Hope to master new techniques soon! </p>
</div>
<div class="more">
<p>You may find the details here:</p>
</div>
<div class="interests">
<a href="https://github.com/RandomAmber/Titanic_kaggle" target="_blank" title="My code practice on Github">
<div class="interest-card">
<h3>Titanic Kaggle</h3>
</div>
</a>
<a href="https://github.com/ai-forever/combined_solution_aij2019" target="_blank" title="Combined solution on Github. My team's solution is for task #1">
<div class="interest-card">
<h3>AI Journey Sber</h3>
</div>
</a>
</div>
</div>
<!--JS games-->
<div class="project-card">
<div class="photo">
<i class="fab fa-js"></i>
</div>
<div class="intro">
<h2 class="md">Java Script minigames</h2>
<p class="sm">As part of my college studies, I've developed a collection of basic browser games using <span class="highlight">Java Script</span>. </p>
</div>
<div class="more">
<p>You may find the details here:</p>
</div>
<div class="interests">
<a href="https://github.com/RandomAmber/JS_games/tree/master/Neljän%20suora" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Connect four</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/JS_games/tree/master/Tetris" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Tetris</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/JS_games/tree/master/muistipeli" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Memory game</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/JS_games/tree/master/sammakkopeli" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Frog jumper</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/JS_games/tree/master/matopeli" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Snake</h3>
</div>
</a>
</div>
</div>
<!--Python games-->
<div class="project-card">
<div class="photo">
<i class="fab fa-python"></i>
</div>
<div class="intro">
<h2 class="md">Python minigames</h2>
<p class="sm">Just for the sake of curiosity, I've tinkered around with the <span class="highlight">Pygame</span> library in Python and ended up creating a bunch of games. </p>
</div>
<div class="more">
<p>You may find the details here:</p>
</div>
<div class="interests">
<a href="https://github.com/RandomAmber/pygames/tree/master/Pong" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Basic Pong</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/pygames/tree/master/Memory_Finnish" target="_blank" title="My code on Github">
<div class="interest-card">
<h3>Learn Finnish game</h3>
</div>
</a>
<a href="https://github.com/RandomAmber/pyserver_game" target="_blank" title="My team's code on Github">
<div class="interest-card">
<h3>Twin platformer</h3>
</div>
</a>
</div>
</div>
</div>
</div>
<!--Skills-->
<div id="skills" class="skills">
<h2 class="lg">Skills</h2>
<p class="sm">Here are some of the skills <br class="mobile-br">I've acquired so far.</p>
<div class="skills-cards">
<div class="skill-card">
<h3>Frontend</h3>
<ul>
<li>
<p>HTML</p>
<i class="fa-solid fa-chess-bishop"></i>
</li>
<li>
<p>CSS</p>
<i class="fa-solid fa-chess-rook"></i>
</li>
<li>
<p>JavaScript</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
</ul>
</div>
<div class="skill-card">
<h3>Backend</h3>
<ul>
<li>
<p>Python</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
<li>
<p>SQL</p>
<i class="fa-solid fa-chess-pawn"></i>
</li>
</ul>
</div>
<div class="skill-card">
<h3>Game Dev</h3>
<ul>
<li>
<p>Unity</p>
<i class="fa-solid fa-chess-rook"></i>
</li>
<li>
<p>C#</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
<li>
<p>Pygame</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
</ul>
</div>
<div class="skill-card">
<h3>Theory</h3>
<ul>
<li>
<p>Linguistics</p>
<i class="fa-solid fa-chess-queen"></i>
</li>
<li>
<p>NLP</p>
<i class="fa-solid fa-chess-bishop"></i>
</li>
<li>
<p>Machine Learning</p>
<i class="fa-solid fa-chess-bishop"></i>
</li>
</ul>
</div>
<div class="skill-card">
<h3>Tools</h3>
<ul>
<li>
<p>Github</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
<li>
<p>VSCode</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
<li>
<p>Command line</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
</ul>
</div>
<div class="skill-card">
<h3>Languages</h3>
<ul>
<li>
<p>English</p>
<i class="fa-solid fa-chess-queen"></i>
</li>
<li>
<p>Russian</p>
<i class="fa-solid fa-chess-queen"></i>
</li>
<li>
<p>Finnish</p>
<i class="fa-solid fa-chess-rook"></i>
</li>
<li>
<p>Hungarian</p>
<i class="fa-solid fa-chess-knight"></i>
</li>
</ul>
</div>
</div>
</div>
<!--Education & Experience-->
<div id="education" class="education">
<h2 class="lg">Education <br class="mobile-br">& <br class="mobile-br">Experience</h2>
<div class="education-cards">
<div class="education-container-odd">
<div class="education-card">
<p>Dec 2022 - Dec 2024</p>
<p>Full-Stack Software Developer (college degree)</p>
<p>Salon Seudun College, Finland</p>
<br>
<p>As a student at Salo College, I am engaged in studying diverse areas such as frontend, backend, and game development. Additionally, I am actively learning Finnish and familiarizing myself with working in the new environment.</p>
</div>
<div class="education-card empty">
</div>
<div class="education-card">
<p>4 Sep 2017 - May 2018</p>
<p>Course Manager at Data Mining in Action course </p>
<p>Peoples' Friendship University, Russia</p>
<br>
<p>My IT journey kicked off when I became the manager for the biggest on-site course in Data Science in the CIS countries. While juggling tasks like overseeing the learning process, writing texts, prepping study materials, and organizing social events for teachers and students, something unexpected happened — I discovered my love for programming and machine learning.</p>
</div>
<div class="education-card empty">
</div>
<div class="education-card">
<p>Sep 2011 - Jun 2016</p>
<p>Bachelor of Art in Philology</p>
<p>Lomonosov Moscow State University, Russia</p>
<br>
<p>For my first bachelor's degree in literature and language studies, I immersed myself in diligent study. My dedication paid off, reflected in the GPA of 4.9. It was an enriching experience where I delved into various cultures and devoured countless books.
</p>
</div>
</div>
<div class="education-container-even">
<div class="education-card empty">
</div>
<div class="education-card">
<p>Jun 2023 - present</p>
<p>IT volunteer at Equal </p>
<p>Online, European Union</p>
<br>
<p>It's always been my dream to volunteer for an LGBTQ+ organization, and I'm thrilled to become part of the IT group at Equal organization. Here, I get the opportunity to learn various hard- and soft skills and contribute to building useful apps, such as chatbots for Telegram. </p>
</div>
<div class="education-card empty">
</div>
<div class="education-card">
<p>Sep 2017 - March 2022</p>
<p>Language tutor</p>
<p>Russia and online</p>
<br>
<p>Before delving into the world of IT, I had a diverse professional background as a language tutor, a university teacher, and a private school teacher. These experiences honed my essential soft skills and equipped me with the ability to effectively interact with individuals from all walks of life. I developed a knack for building rapport and establishing fruitful relationships with people from various backgrounds and perspectives.</p>
</div>
<div class="education-card empty">
</div>
</div>
<div class="education-container-mobile">
<div class="education-card">
<p>Dec 2022 - Dec 2024</p>
<p>Full-Stack Software Developer (college degree)</p>
<p>Salon Seudun College, Finland</p>
<br>
<p>As a student at Salo College, I am engaged in studying diverse areas such as frontend, backend, and game development. Additionally, I am actively learning Finnish and familiarizing myself with working in the new environment.</p>
</div>
<div class="education-card">
<p>Jun 2023 - present</p>
<p>IT volunteer at Equal </p>
<p>Online, European Union</p>
<br>
<p>It's always been my dream to volunteer for an LGBTQ+ organization, and I'm thrilled to become part of the IT group at Equal organization. Here, I get the opportunity to learn various hard- and soft skills and contribute to building useful apps, such as chatbots for Telegram. </p>
</div>
<div class="education-card">
<p>4 Sep 2017 - May 2018</p>
<p>Course Manager at Data Mining in Action course </p>
<p>Peoples' Friendship University, Russia</p>
<br>
<p>My IT journey kicked off when I became the manager for the biggest on-site course in Data Science in the CIS countries. While juggling tasks like overseeing the learning process, writing texts, prepping study materials, and organizing social events for teachers and students, something unexpected happened — I discovered my love for programming and machine learning.</p>
</div>
<div class="education-card">
<p>Sep 2017 - May 2018</p>
<p>Language tutor</p>
<p>Russia and online</p>
<br>
<p>Before delving into the world of IT, I had a diverse professional background as a language tutor, a university teacher, and a private school teacher. These experiences honed my essential soft skills and equipped me with the ability to effectively interact with individuals from all walks of life. I developed a knack for building rapport and establishing fruitful relationships with people from various backgrounds and perspectives.</p>
</div>
<div class="education-card">
<p>Sep 2011 - Jun 2016</p>
<p>Bachelor of Art in Philology</p>
<p>Lomonosov Moscow State University, Russia</p>
<br>
<p>For my first bachelor's degree in literature and language studies, I immersed myself in diligent study. My dedication paid off, reflected in the GPA of 4.9. It was an enriching experience where I delved into various cultures and devoured countless books.
</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="footer-left">
<i class="fa-solid fa-feather-pointed"></i>
<p> 2023 Victoria Tsvetkova</p>
</div>
<div class="empty-space">
</div>
<div class="footer-right flex">
<p class="sm">I'm not an avid user of social media, but here are some</p>
<ul class="social">
<a href="https://www.linkedin.com/in/victoriatsvetkova/"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://github.com/RandomAmber"><i class="fab fa-github fa-2x"></i></a>
<a href="https://telegram.me/randambery"><i class="fab fa-telegram fa-2x"></i></a>
</ul>
</div>
</div>
</body>
</html>