-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (299 loc) · 14.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
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<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">
<meta name="description" content="Pythoness in tech with Ruby lips on Rails of sanity brewing Elixir to summon Phoenix">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/styles.css">
<title>Mianaviatte.github.io</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@mianaviatte">
<meta name="twitter:creator" content="@mianaviatte">
<meta name="twitter:image" content="https://mianaviatte.github.io/img/photo.jpg">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mianaviatte.github.io/">
<meta property="og:title" content="Mianaviatte - Krystyna Lisovska">
<meta property="og:description" content="Pythoness in tech with Ruby lips on Rails of sanity brewing Elixir to summon Phoenix">
<meta property="og:image" content="https://mianaviatte.github.io/img/photo.jpg">
</head>
<body>
<!--Background-->
<div class="background">
<!--Sidebar-->
<aside>
<img class="avatar" src="img/photo.jpg" alt="The selfie photo was shoot by Mianaviatte © 2021">
<!--Languages spoken-->
<div class="sidebar">
<h3>Languages spoken</h3>
<ul>
<li><span>English</span></li>
<li><span>Ukrainian</span></li>
<li><span>Russian</span></li>
</ul>
</div>
<!--Tech Stack-->
<div class="sidebar">
<h3>Languages</h3>
<ul>
<li><span>HTML5 & CSS3</span></li>
<li><span>JavaScript ES6</span></li>
<li><span>PostgreSQL 10/14</span></li>
<!-- <li><span>MongoDB Atlas</span></li> -->
<li><span>Python 3.10</span></li>
<li><span>Ruby 2.6, 3.2</span></li>
<li><span>Elixir 1.14</span></li>
<li><span>Erlang/OTP 24</span></li>
</ul>
</div>
<!--Frameworks-->
<div class="sidebar">
<h3>Frameworks</h3>
<ul>
<li><span>Bootstrap v5</span></li>
<li><span>Angular Material</span></li>
<li><span>Angular 18.0.3</span></li>
<li><span>Ruby on Rails 7.0.3</span></li>
<li><span>Phoenix 1.7.2</span></li>
</ul>
</div>
<!--Tools-->
<div class="sidebar">
<h3>Tools</h3>
<ul>
<li><span>Git flow</span></li>
<li><span>Gitlab</span></li>
<li><span>GitHub, GitHub Actions</span></li>
<li><span>Visual Studio Code</span></li>
<li><span>Ubuntu 20.04 / 22.04</span></li>
<br>
<li><span>Functional Programming</span></li>
<li><span>OOP, YAGNI, KISS, DRY, SOLID principals</span></li>
<li><span>Agile, Scrum & Kanban methodologies</span></li>
<br>
<li><span>Google Workspace</span></li>
<li><span>Jira & Confluence</span></li>
<li><span>Slack & Discord</span></li>
<li><span>Asana & Trello</span></li>
<li><span>Figma</span></li>
</ul>
</div>
<!--Intro-->
<div class="sidebar">
<div>
<p id="intro">
<span class="organization">Outside of work I...</span>
<br>
🔮 Watch Sci-Fi & play DnD with my teenage son
<br>
🎮 Play RPG & quest games, walk long distances
<br>
📖 Spend my spare time on self-education!
</p>
</div>
</aside>
<!--Main content-->
<div class="main">
<!--About me-->
<div class="about">
<h2>Junior Software Engineer</h2>
<h1>Mianaviatte</h1>
<!-- <h3>
Kyiv, Ukraine
</h3> -->
<!-- <h3>
Canterbury, UK
</h3> -->
<!-- <h3>
Poznan, Poland
</h3> -->
<div class="contacts">
<a href="https://github.com/Mianaviatte" target="_blank">
<img src ="https://img.shields.io/badge/-GitHub-black?style=plastic&logo=GitHub&logoColor=white&link=https://github.com/Mianaviatte" alt="GitHub badge"/>
</a>
<a href="https://gitlab.com/mianaviatte" target="_blank">
<img src ="https://img.shields.io/badge/-Gitlab-black?style=plastic&logo=Gitlab&logoColor=white&link=https://gitlab.com/mianaviatte" alt="Gitlab badge"/>
</a>
<a href="https://www.codewars.com/users/Mianaviatte">
<img src ="https://img.shields.io/badge/-Codewars-red?style=plastic&logo=Codewars&logoColor=white&link=https://www.codewars.com/users/Mianaviatte" alt="Codewars badge"/>
</a>
</div>
<div class="contacts">
<a href="https://exercism.org/profiles/Mianaviatte" target="_blank">
<img src ="https://img.shields.io/badge/-Exercism_Elixir, Ruby_&_JS-purple?style=plastic&logo=exercism&logoColor=white&link=https://exercism.org/profiles/Mianaviatte" alt="Linkedin badge"/>
</a>
<a href="https://dev.to/mianaviatte" target="_blank">
<img src ="https://img.shields.io/badge/-Dev.to-purple?style=plastic&logo=dev.to&logoColor=white&link=https://dev.to/mianaviatte" alt="Dev.to badge"/>
</a>
</div>
<div class="contacts">
<a href="https://t.me/Mianaviatte/">
<img src ="https://img.shields.io/badge/-Telegram-blue?style=plastic&logo=telegram&logoColor=white&link=https://t.me/Mianaviatte/" alt="Telegram badge"/>
</a>
<a href="https://www.linkedin.com/in/mianaviatte/" target="_blank">
<img src ="https://img.shields.io/badge/-LinkedIn-blue?style=plastic&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/mianaviatte/" alt="LinkedIn badge"/>
</a>
<a href="mailto:[email protected]" target="_blank">
<img src="https://img.shields.io/badge/-Gmail-red?style=plastic&logo=gmail&logoColor=white&color=red" alt="Email badge">
</a>
</div>
<p id="intro">
☕️ Female software engineer with <b>C2 Proficient English</b> level
<br>
🩸 <b>Fallen in love with Elixir & Erlang/OTP</b> soon after completing
<br>
💎 Ruby on Rails Web App Development Scholarship with honors
</p>
<p id="intro">
💻 Pythoness in tech with Ruby lips on Rails of sanity brewing Elixir to summon Phoenix
<br>
🙏 Becoming an experienced and valuable asset in remote tech field after 10+ years in business fields
<br>
💎 Drilling into architecture, refactoring, databases & clean coding
</p>
<p id="intro"><a href="https://mianaviatte.github.io/Curriculum_vitae/" target="_blank">You can check my curriculum vitae (CV) here</a></p>
<img class="avatar" id="moon" src="https://moon-svg.minung.dev/moon.svg?theme=ray" alt="Moon">
</div>
<!--Community-->
<div class="education">
<h3>Community & Interests</h3>
<!--Conference Attendee-->
<div class="company">
<h4>Code BEAM Europe 2023</h4>
<p>Elixir & Erlang Industry News</p>
<h5>Virtual Attendee · Conference · 2023</h5>
</div>
<!--Conference Attendee-->
<div class="company">
<h4>Curiosum Elixir Meetup</h4>
<p>Installing a passion for functional programming</p>
<h5>Virtual Attendee · Webinar · 2023</h5>
</div>
<!--Podcast Listener-->
<div class="company">
<h4>Elixir Newbie Podcast</h4>
<p>Elixir Industry News</p>
<h5>Podcast Listener · Podcast · 2023</h5>
</div>
<!--Podcast Listener-->
<div class="company">
<h4>Elixir Talk</h4>
<p>Elixir Industry News</p>
<h5>Podcast Listener · Podcast · 2023</h5>
</div>
<!--Podcast Listener-->
<div class="company">
<h4>Elixir Mix</h4>
<p>Elixir Industry News</p>
<h5>Podcast Listener · Podcast · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Elixir Conf</h4>
<p>Elixir & Erlang Industry News</p>
<h5>YouTube Channel Watcher · Conference · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Code Sync</h4>
<p>Elixir & Erlang Industry News</p>
<h5>YouTube Channel Watcher · Conference · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Lambda Days</h4>
<p>Elixir & Erlang Industry News</p>
<h5>YouTube Channel Watcher · Conference · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>GOTO Conferences</h4>
<p>Industry News, Masterclasses and Meetups</p>
<h5>YouTube Channel Watcher · Conference · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Ruby Central, RubyConf and RailsConf</h4>
<p>Ruby & Rails Industry News</p>
<h5>YouTube Channel Watcher · Conference · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Karolina Sowinska</h4>
<p>Data science & engineering, ML talks</p>
<h5>YouTube Channel Watcher · Vlog · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>TechWorld with Nana</h4>
<p>CI/CD, DevOps & Cloud tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Underjord</h4>
<p>Elixir code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Hyperplexed</h4>
<p>High-intensity code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2023</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Continuous Delivery</h4>
<p>CI/CD, DevOps & TDD talks</p>
<h5>YouTube Channel Watcher · Vlog · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Fireship & Beyond Fireship</h4>
<p>High-intensity code tutorials and tech news</p>
<h5>YouTube Channel Watcher · Vlog · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Aaron Jack</h4>
<p>Freelance code tutorials and tech news</p>
<h5>YouTube Channel Watcher · Vlog · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Webcrunch</h4>
<p>Ruby on Rails code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Net Ninja</h4>
<p>High-intensity code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2022</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>freeCodeCamp.org</h4>
<p>High-intensity code tutorials and tech news</p>
<h5>YouTube Channel Watcher · Vlog · 2021</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>Tech With Tim</h4>
<p>High-intensity code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2021</h5>
</div>
<!--YouTube Channel Watcher-->
<div class="company">
<h4>mCoding</h4>
<p>High-intensity code tutorials</p>
<h5>YouTube Channel Watcher · Vlog · 2021</h5>
</div>
</div>
</div>
</body>
</html>