-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
328 lines (310 loc) · 12.2 KB
/
Copy pathindex.html
File metadata and controls
328 lines (310 loc) · 12.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>AslanLM</title>
<meta name="title" content="AslanLM" />
<meta name="description" content="Personal portfolio of Luis Medina, a frontend web developer from Costa Rica." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://medinaluis.me/" />
<meta property="og:site_name" content="medinaluis.me" />
<meta property="og:title" content="AslanLM" />
<meta property="og:description" content="Personal portfolio of Luis Medina, a frontend web developer from Costa Rica." />
<meta property="og:image" content="https://medinaluis.me/metalm.jpeg"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://medinaluis.me/" />
<meta property="twitter:domain" content="medinaluis.me"/>
<meta property="twitter:title" content="AslanLM" />
<meta property="twitter:description" content="Personal portfolio of Luis Medina, a frontend web developer from Costa Rica." />
<meta property="twitter:image" content="https://medinaluis.me/metalm.jpeg"/>
<link rel="icon" href="img/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="https://unpkg.com/mouse-follower@1/dist/mouse-follower.min.css">
</head>
<body>
<div id="inicio" class="inicio">
<div id="loader">
<h1 class="reveal"><span>Discover </span> <span>my world...</span></h1>
</div>
<div id="elem"></div>
<div id="home">
<header id="header" class="header">
<div class="logo">
<span><a href="#">M</a></span>
<h1>edina Luis</h1>
</div>
<button id="menuButton" class="menu-button" aria-label="Toggle Menu">
<div></div>
<div></div>
</button>
<nav id="navbar">
<ul>
<li>
<a href="#aboutme" class="">About me</a>
</li>
<li>
<a href="#services" class="">Services</a>
</li>
<li>
<a href="#works" class="">Works</a>
</li>
<li>
<a href="#contact" class="">Contact</a>
</li>
</ul>
</nav>
</header>
<div class="row-container">
<div data-cursor-img="/img/imghover.webp" class="row-wrapper">
<div class="row">
<h1 class="reveal">
<span class="color">FrontEnd </span> Web developer
</h1>
</div>
<div class="row">
<h1 class="reveal">& <span class="color"> Web Designer</span></h1>
</div>
</div>
</div>
</div>
</div>
<main id="main">
<section id="aboutme">
<img class="divisor-top" src="img/divisor.svg" alt="section divisor">
<div class="detailed-information">
<div class="decoration-section">
<h2 class="section-text">About me</h2>
</div>
<div class="profilepic">
<img src="img/profile-pic1.webp" alt="Luis Medina - Frontend Developer" />
</div>
<div class="detailed-information-row">
<h2>
Hey!, I'm <span>Luis Medina</span> a creatived and dedicated
frontend developer from Costa Rica.
</h2>
<h3>
I'm a person with great enthusiasm to continue learning, creating
new technologies, and looking to gain work experience and personal
growth. Able to adapt to new situations and challenges with ease.
Looking for opportunities to learn and grow while contributing
positively to the company and working to achieve their goals.
</h3>
<div class="button-info">
<button id="downloadButton" target="_blank" > <a href="CV/MedinaCV.pdf" target="_blank">Download Resume</a></button>
</div>
</div>
</div>
</section>
<section id="services">
<div class="decoration-section">
<h2 class="section-text">Services</h2>
</div>
<div class="services-cotainer">
<div class="services-info">
<h1 class="reveal">What <span class="color">I do</span></h1>
<p class="reveal">I specialize in everything related to digital and web realm. In each of the services I provide, my goal is to deliver an experience that serves a great purpose.</p>
</div>
<nav>
<ul>
<li>
<div class="hability">
<h2>Web Development</h2>
</div>
</li>
<li>
<div class="hability">
<h2>UI Design</h2>
</div>
</li>
<li>
<div class="hability">
<h2>UX Design</h2>
</div>
</li>
<li>
<div class="hability">
<h2>SEO</h2>
</div>
</li>
</ul>
</nav>
</div>
</section>
<section id="works">
<div class="decoration-section">
<h2 class="section-text">Works</h2>
</div>
<div class="works-container">
<div class="works-title">
<h1 class="reveal">Recent <span class="color">Works</span></h1>
</div>
<div class="project-container">
<div class="project">
<a data-cursor-text="View" href="https://aslanlm.github.io/ValorantApp/" target="_blank">
<div class="img-project">
<img src="img/p1.webp" alt="project 1">
</div>
</a>
<div class="project-info">
<h2>ValorantApp</h2>
<div class="technologies">
<span>React.js</span>
<span>CSS</span>
<span>GSAP</span>
</div>
</div>
</div>
<div class="project">
<a data-cursor-text="View" href="https://pinterest-clone-dxry.onrender.com/" target="_blank">
<div class="img-project">
<img src="img/p3.webp" alt="project 3">
</div>
</a>
<div class="project-info">
<h2>Pinterest Clone</h2>
<div class="technologies">
<span>React.js</span>
<span>Unsplash</span>
<span>Material UI</span>
</div>
</div>
</div>
<div class="project">
<a data-cursor-text="View" href="https://aslanlm.github.io/GoTApp/" target="_blank">
<div class="img-project">
<img src="img/p4.webp" alt="project 4">
</div>
</a>
<div class="project-info">
<h2>GoT Characters</h2>
<div class="technologies">
<span>React.js</span>
<span>CSS</span>
</div>
</div>
</div>
<div class="project">
<a data-cursor-text="View" href="https://aslanlm.github.io/TaskApp/" target="_blank">
<div class="img-project">
<img src="img/p2.webp" alt="project 2">
</div>
</a>
<div class="project-info">
<h2>TaskMaster</h2>
<div class="technologies">
<span>React.js</span>
<span>Express</span>
<span>Node.js</span>
</div>
</div>
</div>
</div>
</div>
</section>
<img class="divisor-bottom" src="img/divisor.svg" alt="section divisor">
</main>
<footer data-cursor="-inverse" id="footer">
<section id="contact">
<div class="decoration-section">
<h2 class="section-text">Contact</h2>
</div>
<div class="contact-container">
<div class="contact-form">
<div class="contact-title">
<h2 class="reveal">Let's <span class="color">Talk</span></h2>
<p class="reveal">
I create captivating and functional digital experiences.
I'm here to listen to your ideas and turn them into reality.
Let's talk about your next project!
</p>
</div>
<form id="formSent">
<div class="form-row">
<div class="input-data input-media">
<input
type="text"
id="name"
name="name"
placeholder=""
required
/>
<label for="name">Your Name</label>
<div class="underline" placeholder=""></div>
</div>
<div class="input-data input-media">
<input
type="email"
id="email"
name="email"
placeholder=""
required
/>
<label for="email">Your Email</label>
<div class="underline"></div>
</div>
</div>
<div class="form-row">
<div class="input-data textarea">
<textarea id="message" name="message" cols="30 rows="10" placeholder="" required></textarea>
<label for="message">Your Message</label>
<div class="underline" placeholder=""></div>
</div>
</div>
<div class="form-row">
<div class="input-data contact-btn">
<input id="btnSent" type="submit" value="Send Message">
</div>
</div>
</form>
</div>
<div class="socials">
<div class="social-row">
<h2 class="reveal">Contact details</h2>
<span class="reveal">
<a href="mailto:luisgmedina44@gmail.com" target="_blank">luisgmedina44@gmail.com</a>
</span>
</div>
<div class="social-row">
<h2 class="reveal">My Digital spaces</h2>
<ul>
<li class="reveal">
<a href="https://www.linkedin.com/in/medinaluis44" target="_blank">Linkedin</a>
</li>
<li class="reveal">
<a href="https://github.com/AslanLM" target="_blank">GitHub</a>
</li class="reveal">
<li class="reveal">
<a href="https://twitter.com/AslaanLM" target="_blank">Twitter</a>
</li class="reveal">
<li class="reveal">
<a href="https://www.instagram.com/asl04n" target="_blank">Instagram</a>
</li>
</ul>
</div>
<div class="social-row">
<h2 class="reveal">Location</h2>
<p class="reveal" id="time-container"></p>
</div>
</div>
</div>
</section>
<div class="footer-copy">
<h3>Luis Medina 2024 © Personal Portofolio 🍂</h3>
<img src="metalm.jpeg" alt="Personal portfolio of Luis Medina, a frontend web developer from Costa Rica." style="display: none;">
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" ></script>
<script src="https://unpkg.com/mouse-follower@1/dist/mouse-follower.min.js"></script>
<script src="assets/index.js"></script>
<script type="text/javascript"src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
emailjs.init('FRWzoyF2_-kVvnCVM')
</script>
</body>
</html>