-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
314 lines (294 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
<!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">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="portfolio.css">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<title>DevLud Portfolio Website</title>
</head>
<body>
<div id="preloader">
<div class="center">
<div class="ring"></div>
<span>Loading..</span>
</div>
</div>
<button id="back-to-top-btn"><i class="bi bi-chevron-double-up"></i></button>
<!--Nav menu-->
<nav id="navbar" class="nav">
<a href="#" id="dev"><span class="code"><</span>
DevLud
<span class="code">/></span></a>
<ul id="nav-list">
<li><a class="hover-underline-animation" href="#about">About</a></li>
<li><a class="hover-underline-animation" href="#comehere">Work</a></li>
<li><a class="hover-underline-animation" href="#Contact">Contact</a></li>
</ul>
</nav>
<nav class="nav-mobile">
<a href="#comehere" class="nav-link">
<i class="bi bi-code-slash"></i>
</a>
<a href="#" class="nav-link">
<i class="bi bi-house-door-fill"></i>
</a>
<a href="#Contact" class="nav-link">
<i class="bi bi-chat-dots"></i>
</a>
</nav>
<!--End nav menu-->
<!--Welcome section-->
<section id="welcome-section" class="welcome-section">
<video id="background-video" autoplay loop muted>
<source src="https://assets.mixkit.co/videos/preview/mixkit-software-developer-working-on-code-screen-close-up-1728-large.mp4" type="video/mp4">
</video>
<img class="picture"
src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1667502271/Dise%C3%B1o_sin_t%C3%ADtulo_oolgna.png"
alt="">
<div class="text-box">
<h1 class="text-on-top">Hello there! I'm </h1>
<h1 class="Name"> Ludmi Lopez</h1>
<div class="bigbox">
<p class="textinside">SOFTWARE DEVELOPER</p>
</div>
</div>
</section>
<div class="scrolldown">
<span></span>
<span></span>
<span></span>
</div>
<!--Ends Welcome section-->
<!--Who asked?-->
<section id="about">
<section id="Who" data-aos="fade-left" data-aos-duration="800">
<h2 id="who-section-header">Who am I?</h2>
<h3 id="text">Web Developer based out of Argentina</h3>
<p id="description" class="text-start">I'm a self-taught web developer, I'm interested in web, app and game development,
and I'm looking forward to becoming a software engineer in the future. I'm currently studying in
FreeCodeCamp, Coursera, App Academy Open and Odin Project. My personal interests involves science, math, and physics.
I live in Argentina, Buenos Aires.</p>
<img id="imagenlarga" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1654801806/polotno_2_mfwzam.png" alt="">
</section>
</section>
<!--Work Section-->
<section id="comehere">
<section id="work" class="work-section" data-aos="fade-left" data-aos-duration="800">
<div class="container">
<h1 class="text-center">Services</h1>
<div class="content">
<div class="box">
<div class="inner">
<div class="icon"><i class="bi bi-code-slash"></i></i></div>
<h3>Front-End</h3>
<p>For the Front-End development I have experience using lots of frameworks <br>
for Javascript I use React, Redux, jQuery, Angular , and I'm learning Next.js and React Native.
For CSS I use Bootstrap, Sass, WordPress, and I'm learning Bulma and Pure.
</p>
</div>
</div>
<div class="box">
<div class="inner">
<div class="icon"><i class="bi bi-laptop"></i></div>
<h3>Back-End</h3>
<p>For the Back-End development I'm currently learning Javascript and PHP.<br>
I work with Javascript, Node.js, Express and with NPM.
I have experience in Databases management, I use MySQL, MongoDB, Mongoose and PostgreSQL</p>
</div>
</div>
<div class="box">
<div class="inner">
<div class="icon"><i class="bi bi-phone"></i></div>
<h3>Responsive Design</h3>
<p>For the Responsive Design I use a lot of CSS libraries: Bootstrap, Sass, WordPress, and I'm learning Bulma and Pure.
I work very carefully in matters of Responsive Design, I have knowledge in UX/UI design, and I try to implement
it in every project.</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!--Ends Work Section-->
<!--Experience Section-->
<section class="experience-section">
<h1 class="header" data-aos="fade-up" data-aos-duration="800">Work Experience</h1>
<div class="experience-card" data-aos="fade-up" data-aos-duration="800">
<div>
<img class="bussiness" src="./public/assets/Elaniin.jpeg">
</div>
<div class="experience-card-text">
<h1 class="project-title">Elaniin Tech Company</h1>
Responsabilities:
<ul>
<li>Collaborating with team members to develop responsive web applications in front-end.</li>
<li>Working with agile methods such as Scrum</li>
<li>Building back-end solutions to meet the project's requirements</li>
<li>Contributing to project planning and prioritization with Jira.</li>
<li>Participating in code reviews, and debugging to maintain code quality </li>
<li>Continuous communication with the
back-end team so the API meets the project's requirements</li>
<li>Refactoring old code to improve developer and user experience</li>
</ul>
<div class="experience-frameworks">
<span>SASS</span>
<span>Scrum</span>
<span>API Development</span>
<span>TypeScript</span>
<span>Strapi</span>
<span>Tailwind</span>
<span>NextJS</span>
<span>Laravel</span>
</div>
</div>
</div>
</section>
<!--Projects sections-->
<section class="projects-section">
<h1 class="header" data-aos="fade-up" data-aos-duration="800">Some of my projects</h1>
<div class="projects-cards">
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1658435862/imagen_2022-07-21_173553036_cbv43a.png" alt="">
<div class="project-card-text">
<h1 class="project-title">Pet shop little paws</h1>
This is one of the first serious projects I ever made. With this project,
I learned how to use SASS, and learned about the importance of responsive
and simplistic design. SASS Is one of the first frameworks I learned, and I'm still using it nowadays.
<div class="frameworks">
<span>SASS</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/Pet-Store-Project-Sass" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://pet-shop-little-paws.netlify.app/" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1667501898/image_2022-11-03_155657438_kspdll.png" alt="">
<div class="project-card-text">
<h1 class="project-title">Deddit Forum</h1>
This is one of my first projects with an actual database. It is inspired by Reddit and 4chan. It was made with Node.js, Express, MongoDB, Mongoose, EJS, deployed in Render host. With this project, I learned how to work with back-end.
<div class="frameworks">
<span>EJS</span>
<span>Node</span>
<span>Express</span>
<span>MongoDB</span>
<span>Mongoose</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/Node.js" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://deddit-forum-render.onrender.com" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1661304564/imagen_2022-08-23_222844296_khkeue.png" alt="">
<div class="project-card-text">
<h1 class="project-title">Drum Machine</h1>
This was a Free Code Camp Challenge, which was very challenging, but absolutely fun and worth the effort.
It has a beautiful style of windows 95 made by me 100% vanilla. It was build with React, SASS, and the
sounds are from AWS.
<div class="frameworks">
<span>React</span>
<span>Netlify</span>
<span>SASS</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/drum-machine" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://react-drum-machine-devlud.netlify.app" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1660921155/imagen_2022-08-19_115836760_ws9fwc.png" alt="">
<div class="project-card-text">
<h1 class="project-title">React Mini-Projects</h1>
This is a little collection of React Projects, it contains a Roman Number Converter,
a Caesar Cipher, and a To-Do-List. The most difficult part for me was the sidebar, in
that moment I was a beginner at React.
<div class="frameworks">
<span>React</span>
<span>Netlify</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/React-project-Mini-projects" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://splendorous-pixie-dca611.netlify.app/" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1663198128/imagen_2022-09-14_202728252_ngqiek.png" alt="">
<div class="project-card-text">
<h1 class="project-title">Angular Pomodoro App</h1>
This is my third Angular App, it was also a Free Code Camp Challenge,
but I decided to make it in Angular. The logic of the Pomodoro was a little
difficult at first, but when I understood it, it became pretty easy. With this project,
I fully comprehended every aspect of Angular and learned to love this framework.
<div class="frameworks">
<span>Angular</span>
<span>Firebase</span>
<span>SASS</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/angular-pomodoro-app" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://pomodoro-technique-angular.web.app/" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
<div class="project-card" data-aos="fade-up" data-aos-duration="800">
<img class="imagen-card" src="https://res.cloudinary.com/dweiaqd6l/image/upload/v1662137729/imagen_2022-09-02_132006936_ijzsdd.png" alt="">
<div class="project-card-text">
<h1 class="project-title">Angular Weather App</h1>
This was my second Angular App, I wanted to do something
simple, but not that simple. I struggled a lot with Weather
Apis, but I managed to find one who was easy to work with.
<div class="frameworks">
<span>Angular</span>
<span>Firebase</span>
<span>SASS</span>
</div>
<div class="project-links">
<a href="https://github.com/DamperDoor56/WheatherAppAngular" target="_blank"><i class="bi bi-github"></i>Github</a>
<a href="https://weather-angular-app-4cd3e.web.app/" target="_blank"><i class="bi bi-eye"></i>Web</a>
</div>
</div>
</div>
</div>
<button class="more-projects"><a href="https://github.com/DamperDoor56?tab=repositories" target="_blank">View more!</a> </button>
</section>
<!-- Ends Projects sections-->
<!--Contact section-->
<section class="contact-section" id="Contact" data-aos="fade-up" data-aos-duration="800">
<h2 class="text-center">Contact me!</h2>
<div id="contact-links">
<div class="links"><button class="buto" id="profile-link"><i class="bi bi-github"></i> <a href="https://github.com/DamperDoor56"> Github</a></button></div>
<div class="links"><button class="buto"><i class="bi bi-linkedin"></i><a href="https://www.linkedin.com/in/ludmila-rocio-lopez-082b75218/">Linkedin</a> </button></div>
<input type="text" id="txtCopyInput" value="+5491136226416">
<div class="copy showMsg"><button class="buto" id="btnCopy"><i class="bi bi-whatsapp"></i></i>Text me</button><span class="copyMessage">Copied!<div id="arrow"></div></span></div>
<input type="text" value="[email protected]" id="txtCopyInput2">
<div class="copy showMsg2"><button class="buto" id="btnCopy2"><i class="bi bi-at"></i>E-mail me</button><span class="copyMessage2">Copied!<div id="arrow2"></div></span></div>
</div>
<hr class="hrfooter">
<div id="careful">
<a href="" class="dev"><span class="code"><</span>
DevLud
<span class="code">/></span></a>
</div>
</section>
<!--Ends contact section-->
<section id="mobile-space"></section>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script src="portfolio.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>AOS.init();</script>
<script src="libreria\particles.js-master\particles.js"></script>
</body>
</html>