-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
309 lines (308 loc) · 17 KB
/
resume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anastasia Lunina</title>
<link rel="icon" type="image/svg" href="img/logo.svg">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Dark mode switch -->
<div class="theme-switch-wrapper">
<span id="toggle-icon">
<span class="toggle-text">Light Mode</span>
<i class="fas fa-sun"></i>
</span>
<label class="theme-switch">
<input type="checkbox">
<div class="slider round"></div>
</label>
</div>
<!-- Menu Overlay -->
<div class="overlay overlay-slide-left" id="overlay">
<!-- Navigation -->
<nav id="nav">
<ul>
<li id="nav-1"><a href="index.html">Home</a></li>
<li id="nav-2"><a href="index.html">About</a></li>
<li id="nav-3"><a href="index.html">Learning Resume Blog</a></li>
<li id="nav-4"><a href="index.html">Projects</a></li>
<li id="nav-5"><a href="index.html">Contact</a></li>
</ul>
</nav>
</div>
<!-- Menu Bars -->
<div class="menu-bars" id="menu-bars">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<!-- Resume -->
<!-- <div class="title-group">
<h1 data-aos="fade-down" data-aos-delay="200">Under Construction</h1>
</div> -->
<div class="about-me section-title">
<div class="name-image">
<h2>Anastasia Lunina</h2>
<h3>New York</h3>
</div>
<div class="contact-me-title contact-me-title-header">
<h3 class="contact-item">[email protected]</h3>
<h3 class="contact-item">+1 631-406-3798</h3>
<h3 class="contact-item"><a class="title-link" href="https://www.linkedin.com/in/anastasia-lunina/" target="_blank">my linkedin</a></h3>
<h3 class="contact-item"><a class="title-link" href="https://github.com/AnastasiaLunina" target="_blank">my github</a></h3>
<h3 class="contact-item"><a class="title-link" href="https://anastasia-codes.netlify.app/" target="_blank">my portfolio</a></h3>
<h3 class="contact-item"><a class="title-link" href="https://medium.com/@lunina.anastasiya" target="_blank">my medium blog</a></h3>
</div>
<!-- <div id="contact"> -->
<!-- </div> -->
<img src="img/nastya_sm.png" alt="my-photo" class="my-photo-sm section-title">
<p class="about-par">Detail-oriented Full Stack Web Developer with a background in QA testing and 3 years of experience in tech. Passionate about delivering smooth and interactive experiences to end users. The Quality Assurance background helps to see a product from a different perspective. Able to trouble-shoot the issues effectively and apply the right fix in a quick yet efficient manner. Thrive when working independently or as a team. Well organized with strong attention to detail and ability to prioritize and manage various tasks. Highly creative, easily adaptable and experienced in hands-on web development.
</p>
<div class="contact-icons contact-icons-title">
<a href="index.html"><i class="fa-solid fa-house fab"></i></a>
<!-- <attr class="resume-download" title="Download PDF"><a href="./Anastasia_Lunina_Fullstack_Dev.pdf" class="fab" download><i class="fa fa-download"></i></a></attr> -->
</div>
</div>
<hr>
<!-- Skills -->
<!-- <section class="side-menu-section" id="section-tags"> -->
<div class="trend-title-container">
<h3 class="section-title">Tech Stack</h3>
</div>
<ul class="tag-list">
<li class="tag-list-item">
<a class="tag-link" href="#">python</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">django</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">javascript</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">react</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">css</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">html</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">posgresql</a>
</li>
<li class="tag-list-item">
<a class="tag-link" href="#">bootstrap</a>
</li>
</ul>
<!-- </section> -->
<div class="experience_project">
<!-- Posts section -->
<div class="posts-container" id="section-articles">
<main class="main-section">
<article class="post">
<div class="post-content">
<h2 class="post-title">
<a class="title-link" href="#">Web Developer</a>
</h2>
<div class="post-timestamp">
<time class="date" datetime="2019-06-10">Sept 2020 - Present</time>
<a class="author" href="#">Self-employed</a>
</div>
<div class="post-text">
<ul class="post-text-block">
<li>
Design, Implement web applications using HTML5, CSS3, Bootstrap, Tailwind, JavaScript, React with the focus on improving their mobile responsiveness and web design while implementing modern UX/UI practices.
</li>
<li>Prepare multiple designs and wireframes for clients’ approval using Figma</li>
<li>Maintain and optimized properties for Search engine optimization SEO</li>
<li>Conduct testing of web applications to ensure quality and consistency throughout using Jest, Pytest, Selenium</li>
<li>Utilize Git and GitHub as a version control system</li>
<li>Use Django, ORM, on a backend and PostgreSQL db to store the data </li>
</ul>
<hr class="mobile-underline">
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<h2 class="post-title">
<a class="title-link" href="#">Software QA Engineer</a>
</h2>
<div class="post-timestamp">
<time class="date" datetime="2019-06-10">June 2020 - Present</time>
<a class="author" href="#">Q-Softpro, Inc., San Francisco, CA</a>
</div>
<div class="post-text">
<ul class="post-text-block">
<li>Participated in a full Software Development Life Cycle (SDLC), starting from planning till maintenance stage</li>
<li>Collaborated with Product Owner and Development Team to ensure all requirements were met </li>
<li>Developed and executed test cases, using Atlassian Tool Suite such as Jira Xray to monitor test executions, and capture results </li>
<li>Executed Smoke and Regression testing for every new build</li>
<li>Performed API testing based on Swagger, created and automated collections using JavaScript and ran them using Postman</li>
<li>Developed and executed SQL queries to validate frontend and backend data integrity (MySQL, PostgreSQL)</li>
<li>Worked in Scrum team using Agile methodology, actively involved in all 4 agile ceremonies</li>
</ul>
<hr class="mobile-underline">
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<h2 class="post-title">
<a class="title-link" href="#">Drafting Manager</a>
</h2>
<div class="post-timestamp">
<time class="date" datetime="2019-06-10">September 2016 - March 2020</time>
<a class="author" href="#">ESF Inc., New York, NY</a>
</div>
<div class="post-text">
<ul class="post-text-block">
<li>Followed specifications and calculations to create drawings for various projects</li>
<li>Visited sites, making necessary measurements for future drawings</li>
<li>Communicated with architects and engineers, and incorporated knowledge gained into drawings</li>
<li>Ensured final designs were compliant with building regulations</li>
<li>Identified and communicating potential design problems to the project team</li>
<li>Prepared both rough sketches and detailed work using CAD systems</li>
</ul>
<hr class="mobile-underline">
</div>
</div>
</article>
<article class="post">
<div class="post-content">
<h2 class="post-title">
<a class="title-link" href="#">Master's Degree in Economics</a>
</h2>
<div class="post-timestamp">
<!-- <time class="date" datetime="2019-06-10">September 2004 - June 2009</time> -->
<a class="author" href="#">Southern Federal University, Rostov, Russia</a>
</div>
</div>
</article>
</main>
<!-- Posts section ends -->
<!-- Side section -->
<aside class="side-menu">
<!-- <section class="side-menu-section"> -->
<div class="trend-title-container">
<hr class="underline-side-menu">
<h3 class="section-title trend-section-underline">Projects</h3>
</div>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">Django RealEstate App. FullStack App. </time>
<h3 class="side-menu-title">
<p>django, bootstrap, javascript</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/django_real-estate" target="_blank">see on github</a>
<hr>
<p>Search the property using keywords and search filters. Obtain detailed information about chosen property. Pagination, Authorization, Login, Logout implemented. Sending messages to realtor’s email with notifications about new property inquiries.</p>
<hr>
</h3>
</div>
</article>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">Django Social App for developers. Full Stack App. </time>
<h3 class="side-menu-title">
<p>django, html, css, javascript</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/django-wecode" target="_blank">see on github</a>
<hr>
<p>Search the developers, projects, skills using keywords. Obtain detailed information about developers and about each project. Authorization implemented. Logged in users can leave comments also the My Account section is available for them, users can perform CRUD operations to add new projects and skills, delete those, as well as update. Pagination implemented. </p>
<hr>
</h3>
</div>
</article>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">Vkinder. Backend</time>
<h3 class="side-menu-title">
<p>python, vk api, postgresql, requests</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/Vkinder" target="_blank">see on github</a>
<hr>
<p>Chat-bot interacting with database of social media network vk.com. Bot collecting the user's info by getting the user's ID through API and based on that offers three images of people, who matches the user's interests, along with person's info, built as a dialogue with the user. User can decline or add to match to favorites. All data is writes to a database. User can look at favorites list or at black list at any time.</p>
<hr>
</h3>
</div>
</article>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">JS_Food_App. Frontend</time>
<h3 class="side-menu-title">
<p>javascript</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/JS_Food_App" target="_blank">see on github</a>
<hr>
<p>App for healthy food services. API, Slider, calculator, modal, countdown</p>
</h3>
</div>
</article>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">React/Redux Ballet Studio App. Frontend.</time>
<h3 class="side-menu-title">
<p>React, Redux, HTML, CSS</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/react-redux-ballet-studio" target="_blank">
see on github
</a>
<br>
<a class="title-link" href="https://redux-ballet-studio.netlify.app/" target="_blank">
see demo
</a>
<hr>
<p>App for a ballet studio. Features implemented: slides, shopping cart, filters, React routing, Redux for state management.</p>
</h3>
</div>
</article>
<article class="side-post-container">
<div class="side-menu-timestamp">
<time class="date" datetime="2019-06-14">React Fashion Store App. Frontend App.</time>
<h3 class="side-menu-title">
<p>React, Redux, HTML, CSS</p>
<hr>
<a class="title-link" href="https://github.com/AnastasiaLunina/react-redux-ballet-studio" target="_blank">
see on github
</a>
<br>
<a class="title-link" href="https://react-al-fashion-store.netlify.app/" target="_blank">
see demo
</a>
<hr>
<p>App for a fashion store studio. Features implemented: slides, shopping cart, filters, React routing, Auth0 for authorization.</p>
</h3>
</div>
</article>
<!-- </section> -->
</aside>
</div>
<!-- Side section ends -->
<div id="contact">
<!-- <div class="contact-icons">
<attr class="resume-download" title="Download PDF"><a href="./Anastasia_Lunina_Fullstack_Dev.pdf" class="fab" download><i class="fa fa-download"></i></a></attr>
</div> -->
</div>
<!-- Footer -->
<footer class="footer" id="section-contacts">
<div class="contact-icons">
<a href="https://github.com/AnastasiaLunina" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/anastasia-lunina/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope fab"></i></a>
<a href="#home"><i class="fa-solid fa-house fab"></i></a>
</div>
</footer>
<!-- Footer ends -->
<!-- Loader -->
<div class="loader" id="loader">
<img src="img/loader.svg" alt="Loading">
</div>
<script src="js/script_bar_menu.js"></script>
<script src="js/script.js"></script>
</body>
</html>