-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
201 lines (197 loc) · 8.29 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<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="Laura is a frontend developer based in England who has completed multiple courses with SheCodes."
/>
<title>About Laura Dumitru</title>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#ffffff" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<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=Open+Sans&display=swap" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Playfair+Display&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="mediaqueries.css" />
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/3d72a2e9e3.js" crossorigin="anonymous"></script>
</head>
<body class="d-flex flex-column min-vh-100">
<div class="main-container">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a
class="navbar-brand nav-link active"
aria-current="page"
href="index.html"
title="Homepage"
>
<img src="images/logo.svg" alt="Logo" width="100%" height="100%" />
</a>
<button id="dark-mode-toggle">
<i class="fas fa-moon"></i>
</button>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="navbar-nav">
<a class="nav-link" href="about.html" title="About Laura">About</a>
<a class="nav-link" href="work.html" title="Projects">Projects</a>
</div>
</div>
</div>
</nav>
<section class="about-section container">
<div class="row">
<div class="col-lg-6">
<img src="images/laura2.jpg" alt="" class="img-fluid" alt="Laura Dumitru" />
</div>
<div class="col-lg-6">
<div class="about-section-content">
<h1>About me</h1>
<p>
Hi, I am Laura, a detail oriented frontend developer based in the UK. I specialize
in collaborative product innovation, issue resolution, template development and
writing comprehensive documentation. I am driven by a passion for coding and design,
thriving on problem-solving and enthusiastic about learning new technologies.
Collaboration is at the heart of my approach and I enjoy working in a team, where
the exchange of ideas brings projects to life. I am creative, with a good eye for
detail, always trying to spot errors before products go live. In my spare time, when
I'm not immersed in code or pursuing courses, you'll find me taking a walk in
nature, practicing Yoga or finding serenity through meditation and getting lost in
books.
</p>
</div>
</div>
</div>
</section>
<hr />
<h1 id="experience">Experience</h1>
<section class="work">
<h4>Junior Frontend Developer, MOBKOI May 2022 – January 2024</h4>
<ul>
<li>
Implemented new ad interactive features, resulting in a 10% increase in user engagement.
</li>
<li>
Resolved 80% of reported issues within a 48-hour timeframe, ensuring seamless ad
delivery.
</li>
<li>Developed 10 customisable templates by working closely with the design team.</li>
<li>
Maintained the codebase of existing templates, proactively resolving issues and
achieving a 50% reduction in developer work and errors.
</li>
<li>
Identified errors in current processes and provided effective solutions, reducing
processing time.
</li>
<li>
Extended the existing API documentation to ensure clarity for both current and future
employees.
</li>
<li>
Wrote comprehensive product documentation and trained the design team on the latest
products, thus improving overall team efficiency.
</li>
</ul>
<p>Achievements:</p>
<ul>
<li>
Developed the Spotlight template which achieved a 0.33% to 2% user engagement rate. It
was created to address limitations in the existing ad software, thus expanding the
company’s product offerings.
</li>
<li>
Developed the Adaptive Tap & Hold template to function seamlessly across various ad
formats, mobile and desktop, over images or video. It achieved a 0.25% engagement rate
and addressed the need to provide users with dynamic ways to reveal images based on
their interactions. It also provides clients with dynamic ways to reveal their products
images based on user interaction.
</li>
<li>
Developed a Sidebar template to address the limitation in the existing software
component which functioned on tap instead of drag. The template allows the user to drag
a sidebar with their finger to reveal products from left to right or from right to left
(option customizable by the designer).
</li>
</ul>
<br />
<h4>Freelance Account Manager, GLASS MOUNTAINS DIGITAL, Jan 2022 – May 2022</h4>
<ul>
<li>
Organised client support enquiries and assigned tasks to web developers, streamlining
response times.
</li>
<li>Supervised tasks to ensure completion within agreed timeframes.</li>
<li>
Executed comprehensive website testing and quality checks to ensure completion of
projects.
</li>
</ul>
</section>
<hr />
<footer class="footer mt-auto icons">
<div class="social-links d-flex justify-content-center">
<a
href="https://www.instagram.com/lauramona_d/"
target="_blank"
title="Link to Instagram"
>
<i data-lucide="instagram"></i>
</a>
<a
href="https://www.linkedin.com/in/laura-d-923248137/"
target="_blank"
title="Link to LinkedIn"
>
<i data-lucide="linkedin"></i>
</a>
<a href="https://github.com/laura-dumitru" target="_blank" title="Link to GitHub">
<i data-lucide="github"></i>
</a>
</div>
</footer>
</div>
<script src="https://unpkg.com/lucide@latest"></script>
<script>
lucide.createIcons();
</script>
<script src="dark.js"></script>
</body>
</html>