-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
464 lines (346 loc) · 14.1 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
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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>MJC</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<!-- <header>
<div class="row">
<div class="top-bar">
<a class="menu-toggle" href="#"><span>Menu</span></a>
<div class="logo">
<a href="index.html"></a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li class="current"><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#resume" title="">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio" title="">Portfolio</a></li>
<li><a class="smoothscroll" href="#services" title="">Services</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
<li><a href="styles.html" title="">Style Demo</a></li>
</ul>
</nav>
</div>
</div>
</header> -->
<!-- intro section
================================================== -->
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Hello, World.</h5>
<h1>I'm Mary Czapkowska.</h1>
<p class="intro-position">
<span>Junior Python Developer</span>
<span>Coding Teacher</span>
</p>
<a class="button stroke smoothscroll" href="#about" title="">More About Me</a>
</div>
</div>
</div> <!-- /intro-content -->
<!-- <ul class="intro-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul> /intro-social -->
</section> <!-- /intro -->
<!-- about section
================================================== -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve">
<h5>About</h5>
<h1>Let me introduce myself.</h1>
<div class="intro-info">
<img src="images/profile-pic.jpg" alt="Profile Picture">
<p class="lead">Psychology graduate turned programmer. Being very new to the tech sector I am fascinated by the vast posibilities of programming and strive to find my own niche.</p>
</div>
</div>
</div> <!-- /section-intro -->
<div class="row about-content">
<div class="col-six tab-full">
<h3>Profile</h3>
<p>Some basic information about me.</p>
<ul class="info-list">
<li>
<strong>Fullname:</strong>
<span>Maria J. Czapkowska</span>
</li>
<li>
<strong>Birth Date:</strong>
<span>March 1997</span>
</li>
<li>
<strong>Job:</strong>
<span>Python Developer</span>
</li>
<!-- <li>
<strong>Website:</strong>
<span>www.idon'thaveone.com</span>
</li> -->
<li>
<strong>Email:</strong>
<span>[email protected]</span>
</li>
</ul> <!-- /info-list -->
</div>
<div class="col-six tab-full">
<h3>Skills</h3>
<p>I believe that learning is one of the best things a person could do and I am passionate about self-development. I am always eager to learn new skills and improve what I know.</p>
<ul class="skill-bars">
<li>
<div class="progress percent70"></div>
<strong>Python</strong>
</li>
<li>
<div class="progress percent40"></div>
<strong>HTML and CSS</strong>
</li>
<li>
<div class="progress percent30"></div>
<strong>Excel</strong>
</li>
<li>
<div class="progress percent10"></div>
<strong>SQL</strong>
</li>
</ul> <!-- /skill-bars -->
</div>
<div class="row align-center">
<h3>Languages</h3>
<div class="col-six tab-full">
<ul class="skill-bars">
<li>
<div class="progress percent90"><span>Native</span></div>
<strong>Lithuanian</strong>
</li>
<li>
<div class="progress percent90"><span>Native</span></div>
<strong>Polish</strong>
</li>
</ul>
</div>
<div class="col-six tab-full">
<ul class="skill-bars">
<li>
<div class="progress percent95"><span>C2</span></div>
<strong>English</strong>
</li>
<li>
<div class="progress percent55"><span>Conversational/B1</span></div>
<strong>Russian</strong>
</li>
</ul>
</div>
</div>
</div>
<div class="row button-section">
<div class="col-twelve">
<a href="Maria Čapkovska - Python Developer - CV- EN.pdf" download="Maria Čapkovska - Python Developer" target="_blank" title="Download CV" class="button button-primary">Download CV</a>
</div>
</div>
</section> <!-- /process-->
<!-- resume Section
================================================== -->
<section id="resume" class="grey-section">
<div class="row section-intro">
<div class="col-twelve">
<h5>Resume</h5>
<h1>The information you want to know the most.</h1>
<p class="lead">As a fairly recent university graduate, I have quite mixed past work experiences.</p>
</div>
</div> <!-- /section-intro-->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Work Experience</h2>
</div> <!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Python Developer</h3>
<p>February 2022 - Present </p>
</div>
<div class="timeline-content">
<h4>Intrum GBS</h4>
<p>I am responsible for the backend of a project that processes videos using Pytesseract and Yolo5. In this position I have familiarised myself with basics of using ML models as well as Flask. All my work is done on a Linux computer thus making me more comfortable with the OS.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Freelance Python Consultant</h3>
<p>February 2022 - Present </p>
</div>
<div class="timeline-content">
<h4>Intrum GBS</h4>
<p>In this position my responsibility is twofold. I am an on‑call maintainer of the automation code base and I am training a team of 4 in Python and Git so they could take over the code maintenance.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Python Developer</h3>
<p>June 2021 - February 2022</p>
</div>
<div class="timeline-content">
<h4>Intrum GBS</h4>
<p>As one woman dev team, my responsibility was process automation. I singlehandedly designed and developed a Python‑based application that automated monthly reporting procedures within the team. The code saves about a day's worth of work every month. In this position, I frequently used win32com, PySimpleGui and Pandas libraries as well as Git.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Senior Coding Teacher</h3>
<p>August 2019 - Present</p>
</div>
<div class="timeline-content">
<h4>Blue{shift} coding/ Freelance</h4>
<p>I teach Python and Scratch to children 5 to 13 years old. During the lessons, we explore various programming concepts by developing games and animations. I prepare the lesson content and plan everything myself.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<h3>Research Assistant</h3>
<p>September 2018 - November 2019</p>
</div>
<div class="timeline-content">
<h4>Neuro-Insight</h4>
<p>Amongst my various responsibilities, I analysed the research footage, time-coded relevant actions and behaviours. While doing this I managed to develop a workflow that allowed me to reduce the time it took to time-code the videos by half.</p>
</div>
</div>
</div> <!-- /timeline-wrap -->
</div> <!-- /col-twelve -->
</div> <!-- /resume-timeline -->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Education</h2>
</div> <!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-laptop"></i>
</div>
<div class="timeline-header">
<h3>Data Science Course</h3>
<p>December 2020 - June 2021</p>
</div>
<div class="timeline-content">
<h4>Turing College, Lithuania</h4>
<p>I only finished the first module of the course, but it taught me the basics of Python for Data Analysis as well as various other libraries that have been very useful.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-laptop"></i>
</div>
<div class="timeline-header">
<h3>Code in Place: Python Introduction</h3>
<p>April 2020 - June 2020</p>
</div>
<div class="timeline-content">
<h4>Stanford University, Online</h4>
<p>A month long Python introdctory online course taught by Computer Science lecturers from Stanford University. The course helped me learn basics of Python and made me fall in love with the language.</p>
</div>
</div> <!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<h3>BSc Psychology</h3>
<p>September 2017 - June 2020</p>
</div>
<div class="timeline-content">
<h4>University of Greenwich, England</h4>
<p>During the 1st year, I was chosen to be the Student Representative for my course. This meant I was a mediator between the lecturers and students and I helped improve the content of the course to tailor it to the needs and expectations of the students better.
I graduated with a 2:1 (63%).</p>
</div>
</div> <!-- /timeline-block -->
</div> <!-- /timeline-wrap -->
</div> <!-- /col-twelve -->
</div> <!-- /resume-timeline -->
</section> <!-- /features -->
<div class="row button-section">
<div class="col-twelve">
<a href="Maria Čapkovska - Python Developer - CV- EN.pdf" download="Maria Čapkovska - Python Developer" target="_blank" title="Download CV" class="button button-primary">Download CV</a>
</div>
</div>
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-six tab-full pull-right social">
<!-- <ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul> -->
</div>
<div class="col-six tab-full">
<div class="copyright">
<span>© Copyright Kards 2016.</span>
<span>Design by <a href="http://www.styleshout.com/">styleshout, modified by MC</a></span>
</div>
</div>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
</div> <!-- /row -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- cover photo by <span>Photo by <a href="https://unsplash.com/@heytowner?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">JOHN TOWNER</a> on <a href="https://unsplash.com/s/photos/forest?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></span> -->
</body>
</html>