-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
419 lines (406 loc) · 17 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#d90062" />
<meta
name="description"
content="Bienvenidos a mi Portfolio Profesional. Soy Axel Orellana, Desarrollador Web especializado en crear sitios web atractivos y funcionales."
/>
<meta
name="keywords"
content="Axel Orellana, Portfolio, Desarrollador Web, Desarrollo Web, CV, HTML, CSS, JavaScript"
/>
<link rel="icon" href="./assets/icons/favicon.ico" />
<link rel="favicon" href="./assets/icons/favicon.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./assets/icons/apple-touch-icon.png"
/>
<link rel="stylesheet" href="./css/styles.css" />
<link
rel="preload"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<script defer src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script defer type="module" src="./js/index.js"></script>
<title>Portfolio CV - Axel Orellana</title>
</head>
<body class="select-none">
<header class="header">
<section class="container">
<div class="logo">
<a href="/">Axel Orellana</a>
</div>
<button class="menu-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path d="M4 6H20V8H4zM4 11H20V13H4zM4 16H20V18H4z" />
</svg>
<svg
class="none"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M16.192 6.344L11.949 10.586 7.707 6.344 6.293 7.758 10.535 12 6.293 16.242 7.707 17.656 11.949 13.414 16.192 17.656 17.606 16.242 13.364 12 17.606 7.758z"
/>
</svg>
</button>
<nav class="menu">
<a href="#inicio">Inicio</a>
<a href="#acerca">Acerca</a>
<a href="#servicios">Servicios</a>
<a href="#portafolio">Portafolio</a>
<a href="#tecnologias">Tecnologías</a>
<a href="#contacto">Contacto</a>
</nav>
</section>
</header>
<section id="inicio" class="home">
<article
class="hero-image"
style="
--hero-image: url('../assets/images/hero-image-home.jpg');
--hero-attachment: fixed;
"
>
<aside
class="hero-image-opacity"
style="--hero-opacity-color: var(--black-alpha-color)"
>
<div class="hero-image-content">
<h2
class="hero-image-title"
style="--hero-text-color: var(--white-color)"
>
Bienvenidos<br />a mi sitio
</h2>
<a href="#contacto" class="btn">CONTÁCTAME</a>
</div>
</aside>
</article>
</section>
<section id="acerca" class="about section container">
<article class="profile">
<img
class="avatar gray-scale pointer-events-none"
src="./assets/images/profile.jpg"
alt="profile"
/>
</article>
<article class="info">
<aside class="text-center text-lg-left">
<h1>Axel orellana</h1>
<h5>Desarrollador <i>web</i></h5>
</aside>
<p class="text-lg-left">
Desarrollador <i>Frontend</i> con sólidos conocimientos en maquetación
web, interactividad de interfaces y consumo de <i>APIs</i>.
Autodidacta y en constante crecimiento, busco un puesto que me permita
expandir mis habilidades.
</p>
<div class="text-center text-lg-left">
<a
href="assets/resources/Axel Orellana.pdf"
class="btn"
target="_blank"
rel="noopener"
download="Axel Orellana.pdf"
>
Descarga Mi CV
</a>
</div>
</article>
</section>
<section id="servicios" class="services section bg-gray-light">
<div class="container full-lg">
<h2 class="section-title">¿Qué te ofrezco?</h2>
<article class="service-card">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M20,3H4C2.897,3,2,3.897,2,5v14c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2V5C22,3.897,21.103,3,20,3z M4,19V7h16 l0.002,12H4z"
/>
<path
d="M9.293 9.293L5.586 13 9.293 16.707 10.707 15.293 8.414 13 10.707 10.707zM14.707 9.293L13.293 10.707 15.586 13 13.293 15.293 14.707 16.707 18.414 13z"
/>
</svg>
<h3>Programación <i>Web</i></h3>
<p>
Desarrollo de sitios y aplicaciones para plataformas <i>Web</i>. Te
ayudo a construir la parte <i>Frontend</i> de tu proyecto
</p>
</article>
<article class="service-card">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M20,3H7C5.897,3,5,3.897,5,5v2H4C2.897,7,2,7.897,2,9v10c0,1.103,0.897,2,2,2h6c1.103,0,2-0.897,2-2h8c1.103,0,2-0.897,2-2 V5C22,3.897,21.103,3,20,3z M6,9h4l-0.003,9H4V9H6z M12,17V9c0-1.103-0.897-2-2-2H7V5h11v12H12z"
/>
</svg>
<h3>Diseño <i>Web</i></h3>
<p>
Maqueto tus diseños estáticos y los convierto en increíbles sitios y
aplicaciones <i>web</i>
responsivas, óptimas y accesibles.
</p>
</article>
</div>
</section>
<section id="portafolio" class="section bg-gray-light">
<h2 class="section-title">Proyectos</h2>
<div class="wrapper">
<i id="left" class="fa-solid fa-angle-left"></i>
<div id="projects" class="carousel"></div>
<i id="right" class="fa-solid fa-angle-right"></i>
</div>
<div class="container-loader none" id="loading">
<div class="loader"></div>
</div>
</section>
<section class="section bg-gray-light">
<h2 class="section-title">Interfaces</h2>
<div class="wrapper2">
<i id="left2" class="fa-solid fa-angle-left"></i>
<div id="interfaces" class="carousel2"></div>
<i id="right2" class="fa-solid fa-angle-right"></i>
</div>
<div class="container-loader none" id="loading2">
<div class="loader"></div>
</div>
</section>
<section class="section bg-gray-light">
<h2 class="section-title">Contribuciones</h2>
<div class="wrapper3">
<i id="left3" class="fa-solid fa-angle-left"></i>
<div id="contributions" class="carousel3"></div>
<i id="right3" class="fa-solid fa-angle-right"></i>
</div>
<div class="container-loader none" id="loading3">
<div class="loader"></div>
</div>
</section>
<section id="tecnologias" class="technologies bg-gray-light">
<h2 class="section-title">Tecnologías</h2>
<div id="techlogos" class="grid-container"></div>
<div class="container-loader none" id="loading4">
<div class="loader"></div>
</div>
</section>
<section id="contacto" class="contact section">
<div class="container">
<h2 class="section-title">¿interesado?</h2>
<article class="contact-cards">
<aside class="contact-card box-shadow-1">
<svg
width="37"
height="28"
viewBox="0 0 37 28"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18.5 7.3125L7 16.8125V27C7 27.5625 7.4375 28 8 28H15C15.5 28 15.9375 27.5625 15.9375 27V21C15.9375 20.5 16.4375 20 16.9375 20H20.9375C21.5 20 21.9375 20.5 21.9375 21V27C21.9375 27.5625 22.4375 28 22.9375 28H30C30.5 28 31 27.5625 31 27V16.75L19.4375 7.3125C19.3125 7.1875 19.125 7.125 19 7.125C18.8125 7.125 18.625 7.1875 18.5 7.3125ZM36.6875 13.75L31.5 9.4375V0.8125C31.5 0.375 31.125 0.0625 30.75 0.0625H27.25C26.8125 0.0625 26.5 0.375 26.5 0.8125V5.3125L20.875 0.6875C20.375 0.3125 19.6875 0.0625 19 0.0625C18.25 0.0625 17.5625 0.3125 17.0625 0.6875L1.25 13.75C1.0625 13.875 0.9375 14.125 0.9375 14.3125C0.9375 14.5 1.0625 14.6875 1.125 14.8125L2.75 16.75C2.875 16.9375 3.0625 17 3.3125 17C3.5 17 3.6875 16.9375 3.8125 16.8125L18.5 4.75C18.625 4.625 18.8125 4.5625 19 4.5625C19.125 4.5625 19.3125 4.625 19.4375 4.75L34.125 16.8125C34.25 16.9375 34.4375 17 34.625 17C34.875 17 35.0625 16.9375 35.1875 16.75L36.8125 14.8125C36.9375 14.6875 37 14.5 37 14.3125C37 14.125 36.875 13.875 36.6875 13.75Z"
fill="#D90062"
/>
</svg>
<h5>UBICACIÓN</h5>
<small>Merlo, Buenos Aires, Argentina</small>
</aside>
<aside class="contact-card box-shadow-1">
<svg
width="33"
height="32"
viewBox="0 0 33 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M31.8125 1.5625L25.3125 0.0625C24.625 -0.125 23.875 0.25 23.5625 0.9375L20.5625 7.9375C20.3125 8.5625 20.5 9.25 21 9.6875L24.8125 12.8125C22.5625 17.5625 18.625 21.5625 13.75 23.875L10.625 20.0625C10.1875 19.5625 9.5 19.375 8.875 19.625L1.875 22.625C1.1875 22.9375 0.875 23.6875 1 24.375L2.5 30.875C2.6875 31.5625 3.25 32 4 32C20 32 33 19.0625 33 3C33 2.3125 32.5 1.75 31.8125 1.5625Z"
fill="#D90062"
/>
</svg>
<h5>TELEFONÓ</h5>
<small><a href="tel:1153470218">(+54) 1153470218</a></small>
</aside>
<aside class="contact-card box-shadow-1">
<svg
width="32"
height="24"
viewBox="0 0 32 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M31.375 7.9375C29.9375 9.0625 28.125 10.4375 21.75 15.0625C20.5 16 18.1875 18.0625 16 18.0625C13.75 18.0625 11.5 16 10.1875 15.0625C3.8125 10.4375 2 9.0625 0.5625 7.9375C0.3125 7.75 0 7.9375 0 8.25V21C0 22.6875 1.3125 24 3 24H29C30.625 24 32 22.6875 32 21V8.25C32 7.9375 31.625 7.75 31.375 7.9375ZM16 16C17.4375 16.0625 19.5 14.1875 20.5625 13.4375C28.875 7.4375 29.5 6.875 31.375 5.375C31.75 5.125 32 4.6875 32 4.1875V3C32 1.375 30.625 0 29 0H3C1.3125 0 0 1.375 0 3V4.1875C0 4.6875 0.1875 5.125 0.5625 5.375C2.4375 6.875 3.0625 7.4375 11.375 13.4375C12.4375 14.1875 14.5 16.0625 16 16Z"
fill="#D90062"
/>
</svg>
<h5>EMAIL</h5>
<small
><a href="mailto:axlto@hotmail.com">axlto@hotmail.com</a></small
>
</aside>
<aside class="contact-card box-shadow-1">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M16.018,3.815L15.232,8h-4.966l0.716-3.815L9.018,3.815L8.232,8H4v2h3.857l-0.751,4H3v2h3.731l-0.714,3.805l1.965,0.369 L8.766,16h4.966l-0.714,3.805l1.965,0.369L15.766,16H20v-2h-3.859l0.751-4H21V8h-3.733l0.716-3.815L16.018,3.815z M14.106,14H9.141 l0.751-4h4.966L14.106,14z"
/>
</svg>
<h5>SOCIAL MEDIA</h5>
<small class="social-media">
<a
href="https://github.com/Axel0rellana"
target="_blank"
rel="noopener"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.026,2c-5.509,0-9.974,4.465-9.974,9.974c0,4.406,2.857,8.145,6.821,9.465 c0.499,0.09,0.679-0.217,0.679-0.481c0-0.237-0.008-0.865-0.011-1.696c-2.775,0.602-3.361-1.338-3.361-1.338 c-0.452-1.152-1.107-1.459-1.107-1.459c-0.905-0.619,0.069-0.605,0.069-0.605c1.002,0.07,1.527,1.028,1.527,1.028 c0.89,1.524,2.336,1.084,2.902,0.829c0.091-0.645,0.351-1.085,0.635-1.334c-2.214-0.251-4.542-1.107-4.542-4.93 c0-1.087,0.389-1.979,1.024-2.675c-0.101-0.253-0.446-1.268,0.099-2.64c0,0,0.837-0.269,2.742,1.021 c0.798-0.221,1.649-0.332,2.496-0.336c0.849,0.004,1.701,0.115,2.496,0.336c1.906-1.291,2.742-1.021,2.742-1.021 c0.545,1.372,0.203,2.387,0.099,2.64c0.64,0.696,1.024,1.587,1.024,2.675c0,3.833-2.33,4.675-4.552,4.922 c0.355,0.308,0.675,0.916,0.675,1.846c0,1.334-0.012,2.41-0.012,2.737c0,0.267,0.178,0.577,0.687,0.479 C19.146,20.115,22,16.379,22,11.974C22,6.465,17.535,2,12.026,2z"
/>
</svg>
</a>
<a
href="https://www.linkedin.com/in/axel-orellana/"
target="_blank"
rel="noopener"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path
d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h16c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z M8.339,18.337H5.667 v-8.59h2.672V18.337z M7.003,8.574c-0.856,0-1.548-0.694-1.548-1.548s0.691-1.548,1.548-1.548c0.854,0,1.548,0.693,1.548,1.548 S7.857,8.574,7.003,8.574z M18.338,18.337h-2.669V14.16c0-0.996-0.018-2.277-1.388-2.277c-1.39,0-1.601,1.086-1.601,2.207v4.248 h-2.667v-8.59h2.56v1.174h0.037c0.355-0.675,1.227-1.387,2.524-1.387c2.704,0,3.203,1.778,3.203,4.092V18.337z"
/>
</svg>
</a>
</small>
</aside>
</article>
<form id="contact-form" class="contact-form box-shadow-1">
<div class="form-group">
<input
class="form-input"
type="text"
id="name"
name="name"
placeholder="Escribe tu nombre *"
autocomplete="off"
required
/>
<div class="form-input-error" id="name-error">
<i class="fa-solid fa-xmark"></i>
<div>El campo Nombre sólo acepta letras y espacios en blanco</div>
</div>
<div class="form-input-error" id="first-char-error">
<i class="fa-solid fa-xmark"></i>
<div>El primer carácter debe ser una letra.</div>
</div>
</div>
<div class="form-group">
<input
class="form-input"
type="email"
id="email"
name="email"
placeholder="Escribi tu correo *"
autocomplete="off"
required
/>
<div class="form-input-error" id="email-error">
<i class="fa-solid fa-xmark"></i>
<div>Email incorrecto</div>
</div>
</div>
<div class="form-group">
<textarea
class="form-textarea"
id="message"
name="message"
cols="50"
rows="10"
placeholder="Déjame tus comentarios *"
required
></textarea>
</div>
<div class="container-loader none" id="loader">
<div class="loader"></div>
</div>
<input
id="form-button"
class="form-button"
type="submit"
value="Enviar Mensaje"
/>
</form>
<article id="gracias" class="modal">
<div class="modal-content">
<article class="contact-form-response">
<h3>
!Muchas Gracias!
<br />
Por Tus Comentarios
</h3>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path d="M12,18c4,0,5-4,5-4H7C7,14,8,18,12,18z" />
<path
d="M12,2C6.486,2,2,6.486,2,12c0,5.514,4.486,10,10,10s10-4.486,10-10C22,6.486,17.514,2,12,2z M12,20c-4.411,0-8-3.589-8-8 s3.589-8,8-8s8,3.589,8,8S16.411,20,12,20z"
/>
<path
d="M13 12l2 .012C15.012 11.55 15.194 11 16 11s.988.55 1 1h2c0-1.206-.799-3-3-3S13 10.794 13 12zM8 11c.806 0 .988.55 1 1h2c0-1.206-.799-3-3-3s-3 1.794-3 3l2 .012C7.012 11.55 7.194 11 8 11z"
/>
</svg>
</article>
</div>
</article>
</div>
</section>
<footer class="footer">
<small
>Sitio Diseñado Por
<a href="https://github.com/Axel0rellana" target="_blank" rel="noopener"
>@axelorellana</a
></small
>
</footer>
</body>
</html>