-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
494 lines (361 loc) · 19.3 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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF9">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexandra Kollarova</title>
<link rel="shortcut icon" type="images/png" href="images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Raleway|Montserrat:400,700&display=swap" rel="stylesheet" />
<link rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link href="main.css" rel="stylesheet" />
</head>
<body>
<div id="background-red"></div>
<div id="background-whitish" hidden></div>
<main role="main-content" id="container">
<section class="main-home">
<header role="navigation" id="nav">
<ul>
<li class="work">
<button class="js-work-btn">WORK</button>
</li>
<li class="about">
<button class="js-about-btn"><span>AB</span>OUT</button>
</li>
<li class="resume">
<button class="js-resume-btn">RESUME</button>
</li>
</ul>
</header>
<h1 class="headline">
Hi. I'm Alexandra.
<br>A Software Developer
<br>living in Boston.
</h1>
</section>
<section class="about-content" hidden>
<div id="background-greyish"></div>
<div id="background-whitish"></div>
<div id="background-white"></div>
<div id="background-red-half"></div>
<header role="navigation" id="nav">
<ul>
<li class="work">
<button class="js-work-btn">WORK</button>
</li>
<li class="about">
<button class="js-about-btn"><span>AB</span>OUT</button>
</li>
<li class="resume">
<button class="js-resume-btn">RESUME</button>
</li>
</ul>
</header>
<img id="poly-unicorn" src="images/poly-unicorn.jpg" />
<button>
<img id="about-close-btn" src="icons/dash.png">
</button>
<section class="about-intro">
<h1 class="hi">Hi.<br>
I'm Alexandra.</h1>
<h1 class="about-title" hidden>About</h1>
<p>I'm a full-stack developer specialized in JavaScript, ReactJS, NodeJS/ExpressJS, and PostgreSQL.
Creating and deploying mobile-first user-friendly websites and applications became my passion
when I was first introduced to programming in school in 2018.
<span>
I began to teach myself how to code in JavaScript, as well as the fundamentals of web
development
while still attending school full-time. Back in school, I created my first JavaScript
application,
and I became fascinated and curious about what else I can do with this programming language.
</span>
<span>
When I realized that this is my passion, I decided to take my coding skills to the next level
and
enroll in a full-stack development program at Bloc.
At Bloc, I built a strong foundation in responsive web design and full-stack web development and
gained work experience by collaborating with remote developers full-time in an Agile
environment.
</span>
<span>
Outside of the programming world, I enjoy reading tech trends, listening to music, strength
training, and cooking.
</span>
<span>
Feel free to contact me and browse some of my projects.
</span>
</p>
</section>
</section>
<section class="work-content" hidden>
<div id="background-greyish"></div>
<div id="background-whitish"></div>
<div id="background-white"></div>
<div id="background-lightgrey-half"></div>
<header role="navigation" id="nav">
<ul>
<li class="work">
<button class="js-work-btn">WORK</button>
</li>
<li class="about">
<button class="js-about-btn"><span>AB</span>OUT</button>
</li>
<li class="resume">
<button class="js-resume-btn">RESUME</button>
</li>
</ul>
</header>
<button class="button">
<img id="work-close-btn" src="icons/dash.png">
</button>
<section class="projects">
<h1>Projects</h1>
<button class="project" id="where-to-eat-project">
<h3>Where To Eat</h3>
</button>
<button class="project" id="hacker-events-project">
<h3>Hacker Events</h3>
</button>
<button class="project" id="css-quiz-project">
<h3>CSS Quiz</h3>
</button>
<button class="project" id="fajitas-ritas-project">
<h3>Fajitas & 'Ritas Redesign</h3>
</button>
</section>
<section class="project-selected" id="where-to-eat-selected">
<h3>Where To Eat</h3>
<div class="project-selected-content">
<a href="https://where-to-eat.now.sh/" target="_blank">
<img src="images/where-to-eat-img1.png" alt="where-to-eat-interface" id="where-to-eat-img">
</a>
<p>Craving something yummy, don't feel like experimenting, and nothing comes to your mind? Let Where
To Eat to help you to
solve this once for all. Design a portfolio of your preferred eateries & fast food joints and
have fun swapping through
your fav spots and narrow down your options!</p>
<section class="live-repo">
<h4>LIVE:</h4>
<a href="https://where-to-eat.now.sh/" target="_blank">Where To Eat</a>
<h4>CODE:</h4>
<a href="https://github.com/alexandrakollarova/Where-To-Eat" target="_blank">GitHub</a>
</section>
<section class="tech-used">
<h4>Tech Used</h4>
<i class="devicon-html5-plain"></i>
<i class="devicon-css3-plain"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-react-original"></i>
<i class="devicon-nodejs-plain-wordmark" style="font-size: 45px"></i>
<i class="devicon-express-original-wordmark" style="font-size: 40px"></i>
<i class="devicon-postgresql-plain" style="font-size: 25px"></i>
<h5 style="margin-top: 10px; margin-bottom: 0">Yelp API</h5>
<h5 style="margin: 5px 0">Geolocation API</h5>
<h5 style="margin: 5px 0">Google Maps - Geocoding API</h5>
</section>
</div>
</section>
<section class="project-selected" id="hacker-events-selected" hidden>
<h3>Hacker Events</h3>
<div class="project-selected-content">
<a href="https://alexandrakollarova.github.io/Hacker-Events/" target="_blank">
<img src="images/hacker-events-img1.png" alt="hacker-events-interface" id="hacker-events-img">
</a>
<p>A cool place to search for hackathons around the world. Allow the browser to use your location
and hit Search and/or modify your search using the slider range. Search for hackathon events in
any city, state or country in the world!</p>
<section class="live-repo">
<h4>LIVE:</h4>
<a href="https://alexandrakollarova.github.io/Hacker-Events/" target="_blank">Hacker Events</a>
<h4>CODE:</h4>
<a href="https://github.com/alexandrakollarova/Hacker-Events" target="_blank">GitHub</a>
</section>
<section class="tech-used">
<h4>Tech Used</h4>
<i class="devicon-html5-plain"></i>
<i class="devicon-css3-plain"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-jquery-plain"></i>
<h5 style="margin-top: 10px; margin-bottom: 0">EventBrite API</h5>
<h5 style="margin: 5px 0">YouTube Data API</h5>
<h5 style="margin: 5px 0">YouTube iFrame Player API</h5>
</section>
</div>
</section>
<section class="project-selected" id="css-quiz-selected" hidden>
<h3>CSS Quiz</h3>
<div class="project-selected-content">
<a href="https://alexandrakollarova.github.io/CSS-Quiz/" target="_blank">
<img src="images/css-quiz-img1.png" alt="css-quiz-interface" id="css-quiz-img">
</a>
<p>CSS can be somehow both very easy and super complex at the same time. This app allows you to test
your CSS skills. Many of the concepts I included in this quiz may be familiar to you, yet not
everyone can explain what they are doing. If you think you are a real master of CSS, take the
quiz and prove yourself.</p>
<section class="live-repo">
<h4>LIVE:</h4>
<a href="https://alexandrakollarova.github.io/CSS-Quiz/" target="_blank">CSS Quiz</a>
<h4>CODE:</h4>
<a href="https://github.com/alexandrakollarova/CSS-Quiz" target="_blank">GitHub</a>
</section>
<section class="tech-used">
<h4>Tech Used</h4>
<i class="devicon-html5-plain"></i>
<i class="devicon-css3-plain"></i>
<i class="devicon-javascript-plain"></i>
<i class="devicon-jquery-plain"></i>
</section>
</div>
</section>
<section class="project-selected" id="fajitas-ritas-selected" hidden>
<h3>Fajitas & 'Ritas Redesign</h3>
<div class="project-selected-content">
<a href="https://docs.google.com/presentation/d/e/2PACX-1vQOFOPv12JgCQwAfhq4TO4zU3LifCmT3xE3_AxiGB9CmolpHbdPSmNo0CEErfaK4U6lvZF0VPypjK47/embed?start=false&loop=false&delayms=3000"
target="_blank">
<img src="images/f&r-img1.png" alt="fajitas-ritas-interface" id="fajitas-ritas-img">
</a>
<p>Fajitas & 'Ritas is a Texas-Mexican restaurant located in Downtown Boston known for their
comfort, late-night food and great margaritas.</p>
<section class="live-repo">
<h4>PRESENTATION:</h4>
<a href="https://docs.google.com/presentation/d/e/2PACX-1vQOFOPv12JgCQwAfhq4TO4zU3LifCmT3xE3_AxiGB9CmolpHbdPSmNo0CEErfaK4U6lvZF0VPypjK47/embed?start=false&loop=false&delayms=3000"
target="_blank">Google Docs</a>
<h4>VISUALS:</h4>
<a href="https://github.com/alexandrakollarova/Fajitas-Ritas-Redesign"
target="_blank">GitHub</a>
</section>
<section class="tech-used">
<h4>Tech Used</h4>
<h5>Adobe XD</h5>
</section>
</div>
</section>
</section>
<section class="resume-content" hidden>
<div id="background-greyish"></div>
<div id="background-whitish"></div>
<div id="background-white-resume"></div>
<header role="navigation" id="nav">
<ul>
<li class="work">
<button class="js-work-btn">WORK</button>
</li>
<li class="about">
<button class="js-about-btn"><span>AB</span>OUT</button>
</li>
<li class="resume">
<button class="js-resume-btn">RESUME</button>
</li>
</ul>
</header>
<button>
<img id="resume-close-btn" src="icons/dash.png">
</button>
<h1 class="resume-title">ALEXANDRA KOLLAROVA</h1>
<div class="resume-scroll">
<section class="resume-work">
<h3>EXPERIENCE</h3>
<h4>Freight Farms</h4>
<p><strong>Software Engineering Internship</strong></p>
<p><strong>01/2020 - 06/2020</strong></p>
<p>Full-time</p>
<p>Contributed to resolving software issues, implemented new ReactJS features and functionality.
Collaborated within the engineering team and other departments and utilized Agile software
development using Scrum.
Joined the engineering team to design and develop the future of Farmhand and helped to define
and scope existing and new feature sets for Farmhand 2.0.
Assigned projects: Build a design system that Farmhand 2.0 will use to build its products.
The library showcases the building blocks that make up Farmhand's design system, from colors and
typography to React-based components and data visualization tools.
</p>
<h4>Bloc</h4>
<p><strong>Full-Stack Developer Apprenticeship</strong></p>
<p><strong>04/2019 - 02/2020</strong></p>
<p>Remote | Full-time</p>
<p>Learned industry best practices and practical software development standards with a focus on
HTML5, CSS3, JavaScript, jQuery, React, Node.js, and algorithms & data structures.
Created and deployed mobile-first applications while learning new languages and frameworks by
collaborating several hours every week with senior software developers.
</p>
</section>
<section class="resume-edu">
<h3>EDUCATION</h3>
<h4>MS in Digital Media – Interactive Design, Usability and Web Development</h4>
<p><strong>09/2018 - 08/2020</strong></p>
<p>Northeastern University | Boston, Ma, United States</p>
<p>Coursework: Programming Foundations & Intermediate Programming, Object-Oriented Programming, Web
Development, Interactive Info Design, Usability & Human Interaction, User Experience & Research
</p>
<h4>BS in Management Studies</h4>
<p><strong>1/2018 - 5/2018</strong></p>
<p>Cambridge College | Boston, MA, United States</p>
<p>Coursework: Diversity & Inclusion, Critical Thinking</p>
<h4>BS in Management</h4>
<p><strong>9/2012 - 9/2015</strong></p>
<p>Comenius University | Bratislava, Slovakia</p>
<p>Coursework: Economy, Finance, Mathematics, Marketing, Management</p>
</section>
<section class="resume-skills">
<h3>SOFTWARE KNOWLEDGE</h3>
<h4>Front-End</h4>
<p>JavaScript / ES6, ReactJS / React Hooks, React Redux, jQuery, HTTP / API / AJAX, JSON, XML,
HTML5, CSS3</p>
<h4>Back-End</h4>
<p>NodeJS / ExpressJS, REST APIs, TDD</p>
<h4>Testing</h4>
<p>Jest / Enzyme / Mocha / Chai / Supertest</p>
<h4>Databases</h4>
<p>SQL / PostgreSQL / Knex, MongoDB</p>
<h4>DevTools</h4>
<p>Git / GitHub, Chrome Dev Tools</p>
<h4>CS basics</h4>
<p>Data Structures & Algorithms</p>
</section>
</div>
</section>
</main>
<hr id="line-separator">
<footer role="contact-info">
<section class="footer-home">
<button id="js-contact-btn" class="contact"><span>CON</span>TACT</button>
</section>
<section class="footer-content" hidden>
<div id="contact-btn" class="contact">CONTACT</div>
<p id="copyright-desktop" hidden>© 2019</p>
<button>
<img id="contact-close-btn" src="icons/dash.png">
</button>
<section class="contact-info">
<p id="get-in-touch" hidden>Get in touch</p>
<div class="phone">
<h5>PHONE</h5>
<p><a href="tel:+1-781-609-8428">781 609 8428</a></p>
</div>
<div class="email">
<h5>EMAIL</h5>
<p>
<a href="mailto:[email protected]"
class="linkGmail">[email protected]</a>
</p>
</div>
<div class="contact-icons">
<a href="https://www.github.com/alexandrakollarova" target="_blank">
<img src="icons/github.png" alt="github-pages" id="gh-icon">
</a>
<a href="https://www.linkedin.com/in/alexandrakollarova" target="_blank">
<img src="icons/li.png" alt="linkedin-profile" id="li-icon">
</a>
</div>
<p id="copyright">© 2019</p>
</section>
</section>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="index.js"></script>
</body>
</html>