-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (425 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CV-A.M.</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<header>
<nav>
<ul id="menu">
<li>
<img
class="imgprofile"
src="./img/profil cv-depositphotos-bgremover.png"
alt="Profile Picture"
/>
</li>
<li class="menu-item active" data-section="home">Home</li>
<li class="menu-item" data-section="about">About me</li>
<li class="menu-item" data-section="experience">Experience</li>
<li class="menu-item" data-section="education">Education</li>
<li class="menu-item" data-section="portfolio">Portfolio</li>
<li class="menu-item" data-section="contact">Contact</li>
</ul>
<div class="burger-menu" id="burger-menu">☰</div>
</nav>
</header>
<main id="main-content">
<!-- Home Section -->
<section id="home" class="section active">
<div class="nameContainer">
<div class="video-background">
<video autoplay muted loop playsinline id="backgroundVideo">
<source
src="./img/853870-hd_1920_1080_25fps.mp4"
type="video/mp4"
/>
Your browser does not support the video tag.
</video>
<div class="logo">
<p class="firstName">
ALEXANDRU<span class="animatedText">I am Developer</span>
</p>
<p class="lastName">
<span class="animatedText2">Front-End</span>MATACHE
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="about-container">
<div class="timeline-header">
<h2>ABOUT ME</h2>
</div>
<div class="profile-pic">
<h3>Skill Highlights</h3>
<div class="skills">
<div class="skills-high2">
<ul>
<li>
<i class="fas fa-tasks"></i> Good organizational skills –
experienced
</li>
<li>
<i class="fas fa-comments"></i> Communication – experienced
</li>
<li>
<i class="fas fa-brain"></i> Complex problem solving –
expert
</li>
<li><i class="fab fa-java"></i> Java – beginner</li>
<li><i class="fas fa-vial"></i> Manual testing – beginner</li>
<li><i class="fas fa-code"></i> IntelliJ IDEA – beginner</li>
<li>
<i class="fas fa-code"></i> Visual Studio Code – beginner
</li>
<li>
<i class="fas fa-thermometer-half"></i> Ability to work
under pressure – experienced
</li>
<li>
<i class="fas fa-eye"></i> Attention to detail – experienced
</li>
<li>
<i class="fas fa-vials"></i> Functional testing – beginner
</li>
<li>
<i class="fas fa-robot"></i> Automation testing – beginner
</li>
<li>
<i class="fas fa-project-diagram"></i> Jira – beginner
</li>
<li>
<i class="fas fa-user-check"></i> Service focused – expert
</li>
<li><i class="fas fa-lightbulb"></i> Innovative – expert</li>
<li>
<i class="fas fa-bolt"></i> General quick learning skills –
expert
</li>
<li>
<i class="fas fa-adjust"></i> Adaptability and flexibility –
experienced
</li>
<li>
<i class="fas fa-lightbulb"></i> Adaptive problem solving –
experienced
</li>
<li>
<i class="fas fa-heartbeat"></i> Stress management –
experienced
</li>
<li>
<i class="fas fa-users"></i> Team coordination / Leadership
– experienced
</li>
<li>
<i class="fas fa-eye"></i> Attention to details –
experienced
</li>
<li><i class="fab fa-java"></i> JavaScript – beginner</li>
<li>
<i class="fas fa-clock"></i> Time management – experienced
</li>
</ul>
</div>
</div>
</div>
<div class="about-content">
<h3>Summary</h3>
<div class="summary">
<p>
<span class="highlight">Software Tester:</span>
<span class="indented"
>QA Field Engineer at Operative. Finalized aclass in
automation and manual testing at Azimut Vision School.</span
>
</p>
<p>
<span class="highlight">Well-versed:</span>
<span class="indented"
>in numerous programming languages including HTML5,
JavaScript, CSS, Jira, IntelliJ IDEA, Visual Studio
Code.</span
>
</p>
<p>
<span class="highlight">10-year:</span>
<span class="indented"
>experience in managing, supporting and solving clients'
problems.</span
>
</p>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="section">
<div class="timeline">
<div class="timeline-header">
<h2>EXPERIENCE</h2>
</div>
<div class="timeline-year">2024</div>
<div class="timeline-item">
<div class="timeline-content">
<h3>Full-Stack Developer</h3>
<p class="company">At GoIT România</p>
<p class="text1"><strong>WebStudio Website</strong></p>
<p class="text1">
<strong>Impact:</strong> Developed a professional website for
WebStudio, showcasing their web solutions across industries.
</p>
<p class="text1">
<strong>Responsibilities:</strong> Built the website from
scratch based on a Figma design template, ensuring
responsiveness and seamless user experience.
</p>
<p class="text1">
<strong>Skills Acquired:</strong> HTML5, CSS3, JavaScript,
Figma, Git.
</p>
<p class="text1"><strong>Fresh Harvest Box Website</strong></p>
<p class="text1">
<strong>Impact:</strong> Facilitated the online presence of
Fresh Harvest Box, enhancing their home delivery service for
fresh fruit baskets.
</p>
<p class="text1">
<strong>Responsibilities:</strong> Collaborated as a developer
to implement, design, and develop the website, focusing on modal
windows for user interaction.
</p>
<p class="text1">
<strong>Skills Acquired:</strong> HTML, CSS, JavaScript,
Node.js, Parcel, Figma, Git.
</p>
<p class="text1"><strong>Weather App</strong></p>
<p class="text1">
<strong>Impact:</strong> Created a weather forecasting app
empowering users to check real-time weather forecasts and
alerts.
</p>
<p class="text1">
<strong>Responsibilities:</strong> Led the design and
development of the app, leveraging OpenWeather API for accurate
data retrieval.
</p>
<p class="text1">
<strong>Skills Acquired:</strong> HTML, CSS, JavaScript,
Node.js, API integration, Figma, Git.
</p>
</div>
</div>
<div class="timeline-year1">PRESENT</div>
<div class="timeline-year">2013</div>
<div class="timeline-item">
<div class="timeline-content">
<h3>IT Technician</h3>
<p class="company">At Next Com Solutions S.R.L.</p>
<p class="text1">
Consultancy, design, installation and configuration of wired
voice/data networks. Design, installation and configuration of
WLAN networks. Maintenance and technical support for networks /
IT infrastructures.
</p>
<p class="text1">
Review requirements, specifications documents to provide timely
and meaningful feedback. Estimate, prioritize, plan and
coordinate activities to meet client needs. Keep in touch with
all the teams working on the project to finish the projects in a
timely manner and without problems
</p>
</div>
</div>
<div class="timeline-year1">PRESENT</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="section">
<div class="content-education">
<div class="timeline-header">
<h2>EDUCATION</h2>
</div>
<div class="subtitle-education">
<h3>Formal education:</h3>
<p>BACALAUREAT AT NICOLAE IORGA HIGHSCHOOL</p>
</div>
<div class="subtitle-education2">
<h3>Courses:</h3>
<h4>
QUALITY ASSURANCE - AUTOMATION SOFTWARE TESTING AT UDEMY ACADEMY
AUGUST 2022- SEPTEMBER 2022:
</h4>
<p>
Building an effective automated testing project from scratch using
Java, Maven, Selenium WebDriver, JUnit and Cucumber.
</p>
<h4>
INTRODUCTION TO AUTOMATION TESTING AT S.C. AZIMUT VISION S.R.L.
OCTOBER 2022- MARCH 2023:
</h4>
<p>
-Software testing <br />-Test case <br />-Manual testing
<br />-Automation testing <br />-Verification in Software Testing
<br />-Software Development Life Cycle ( SDLC ) <br />-Test levels
<br />-Static techniques and the testing process <br />-The review
process <br />-Static analysis using tools <br />-Black-box or
specification-based techniques <br />-Test strategy
</p>
<h4>FULLSTACK DEVELOPER AT GOIT</h4>
<p>
HTML, CSS, JavaScript, React (in progress), Node.js (in progress)
</p>
<h5>Skills acquired:</h5>
<ul>
<li>HTML – Semantic HTML, Accessibility, Forms, SEO, ARIA</li>
<li>
CSS – Flexbox, Grid, Responsive Design, SASS, Bootstrap,
Animations
</li>
<li>
JavaScript – ES6+, Asynchronous Programming (Promises,
Async/Await), DOM Manipulation, jQuery, Webpack, Babel, Unit
Testing (Jest)
</li>
<li>
React (in progress) – Component-based architecture, State
management
</li>
<li>
Node.js (in progress) – Express, RESTful APIs, Database
integration
</li>
<li>
Real-world Projects – Weather App, Todo List, Personal Portfolio
</li>
</ul>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="section">
<div class="content-portfolio">
<div class="timeline-header">
<h2>PORTFOLIO</h2>
</div>
<div class="portfolio-container">
<div
class="portfolio-item"
data-url="https://matachealexandru.github.io/WeatherApp/"
>
<video class="portfolio-video" autoplay muted loop playsinline>
<source src="./img/Wather-App.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<div class="portfolio-description">
<p>Project 1: Description of the project.</p>
</div>
</div>
<div
class="portfolio-item"
data-url="https://matachealexandru.github.io/goit-js-hw-11/"
>
<video class="portfolio-video" autoplay muted loop playsinline>
<source src="./img/search-bar-Api.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<div class="portfolio-description">
<p>Project 1: Description of the project.</p>
</div>
</div>
<div
class="portfolio-item"
data-url="https://matachealexandru.github.io/WeatherApp-TeamWork/"
>
<video class="portfolio-video" autoplay muted loop playsinline>
<source
src="./img/CVportfolioweatherapp.mp4"
type="video/mp4"
/>
Your browser does not support the video tag.
</video>
<div class="portfolio-description">
<p>Project 1: Description of the project.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section">
<div class="timeline-header">
<h2>CONTACT</h2>
</div>
<div class="contact-container">
<p>
<i class="fas fa-map-marker-alt"></i> Address: IF. Popesti-Leordeni.
Str.Drumul Fermei Nr.44
</p>
<p>
<i class="fas fa-phone-alt"></i>
Phone:
<a href="tel:0772098607" id="phone-link" onclick="copyPhoneNumber()"
>0772098607</a
>
<button id="copy-phone-btn" onclick="copyPhoneNumber()">
Copy
</button>
</p>
<p>
<i class="fas fa-envelope"></i>
Email:
<a
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>
</a>
</p>
<div class="social-icons">
<a
href="https://www.linkedin.com/in/alexandru-matache-b608a3234/"
target="_blank"
rel="noopener noreferrer"
title="GitHub Profile"
><i class="fab fa-linkedin"></i
></a>
<a
href="https://www.facebook.com/alex.matache.14"
rel="noopener noreferrer"
title="GitHub Profile"
target="_blank"
><i class="fab fa-facebook" title="Facebook Profile"></i
></a>
<a
href="https://www.instagram.com/matache.a/"
rel="noopener noreferrer"
title="GitHub Profile"
target="_blank"
><i class="fab fa-instagram" title="Instagram Profile"></i
></a>
<a
href="https://github.com/MatacheAlexandru"
rel="noopener noreferrer"
title="GitHub Profile"
target="_blank"
><i class="fab fa-github" title="Github Profile"></i
></a>
</div>
</div>
</section>
</main>
<script src="./js/script.js"></script>
</body>
</html>