-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
532 lines (497 loc) · 23.4 KB
/
index.html
File metadata and controls
532 lines (497 loc) · 23.4 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
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta
name="description"
content="Portfolio de Leonardo Bringas - Desarrollador Web Full Stack especializado en JavaScript, Python e IA."
>
<!-- Open Graph -->
<meta
property="og:type"
content="website"
>
<meta
property="og:title"
content="Leonardo Bringas | Portfolio"
>
<meta
property="og:description"
content="Desarrollador Web Full Stack - JavaScript, Python & IA"
>
<meta
property="og:url"
content="https://leobringas.dev"
>
<!-- Twitter -->
<meta
property="twitter:card"
content="summary_large_image"
>
<meta
property="twitter:title"
content="Leonardo Bringas | Portfolio"
>
<title>Leonardo Bringas | Portfolio</title>
<!-- Favicon (agrega tu favicon.ico) -->
<!-- <link rel="icon" type="image/png" href="images/favicon.png"> -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<link
rel="stylesheet"
href="css/main.css"
>
</head>
<body>
<div class="profile-container">
<header class="profile-header">
<div class="profile-avatar">
<img
src="images/profile/yo.png"
alt="Foto de perfil de Leonardo Bringas"
loading="lazy"
>
</div>
<div class="profile-actions">
<button
class="btn-more"
aria-label="Más opciones"
>
<span class="material-symbols-outlined">more_horiz</span>
</button>
<button
class="btn-follow"
id="followButton"
>Seguir</button>
</div>
</header>
<section class="profile-info">
<h1>Leonardo Bringas</h1>
<p class="username">@LeoBringasAtLife</p>
<p class="bio">
Seguidor de Jesús, Desarrollador Web, Estudiante de Licenciatura en Informatica, Editor de vídeo, Vibe
Coding, Creador de Contenido, Python & IA, Emprendedor. 📈
</p>
<div class="profile-details">
<div class="detail">
<span
class="material-symbols-outlined"
aria-hidden="true"
>link</span>
<a
href="https://leobringasatlife.site"
target="_blank"
rel="noopener noreferrer"
>
leobringasatlife.site
</a>
</div>
<div class="detail">
<span
class="material-symbols-outlined"
aria-hidden="true"
>location_on</span>
<span>Argentina</span>
</div>
<div class="detail">
<span
class="material-symbols-outlined"
aria-hidden="true"
>calendar_month</span>
<span>Se unió en septiembre de 2024</span>
</div>
</div>
<div class="profile-stats">
<span class="stat">
<strong>40</strong>
<span>Repositorios públicos</span>
</span>
<span class="stat">
<strong>+100</strong>
<span>Horas de código</span>
</span>
<span class="stat">
<strong>49</strong>
<span>Contribuciones</span>
</span>
</div>
</section>
<section
class="projects-section"
id="proyectos"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>code_blocks</span>
Proyectos
</h2>
<div class="projects-grid">
<!-- Proyecto 01 -->
<article
class="project-card"
title="Proyecto 01: Paint.js (Windows 95)"
>
<div class="project-image">
<img
src="images/projects/paint-js.png"
alt="Vista previa de Paint.js Win 95"
loading="lazy"
>
</div>
<div class="project-info">
<h3 style="display: flex; gap: 0.5rem; width: 100%; cursor: default;">
Paint.js | Windows 95
</h3>
<p>Clon nostálgico de Microsoft Paint con estética Windows 95. Implementa herramientas de dibujo
avanzadas, selección de colores, pinceles y opciones de relleno. Totalmente funcional sin
dependencias externas.</p>
<div class="project-tags">
<span>JavaScript</span>
<span>Canvas</span>
<span>CSS</span>
<span>HTML</span>
</div>
<div class="project-links">
<a
href="https://github.com/LeoBringasAtLife/Paint-JS-Win95"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
aria-label="Ver código en GitHub"
>
<span class="btn-text">GitHub</span>
<span class="btn-icon">
<svg
height="16"
viewBox="0 0 16 16"
width="16"
fill="currentColor"
>
<path
d="M8 0C3.58 0 0 3.57879 0 7.99729C0 11.5361 2.29 14.5251 5.47 15.5847C5.87 15.6547 6.02 15.4148 6.02 15.2049C6.02 15.0149 6.01 14.3851 6.01 13.7154C4 14.0852 3.48 13.2255 3.32 12.7757C3.23 12.5458 2.84 11.836 2.5 11.6461C2.22 11.4961 1.82 11.1262 2.49 11.1162C3.12 11.1062 3.57 11.696 3.72 11.936C4.44 13.1455 5.59 12.8057 6.05 12.5957C6.12 12.0759 6.33 11.726 6.56 11.5261C4.78 11.3262 2.92 10.6364 2.92 7.57743C2.92 6.70773 3.23 5.98797 3.74 5.42816C3.66 5.22823 3.38 4.40851 3.82 3.30888C3.82 3.30888 4.49 3.09895 6.02 4.1286C6.66 3.94866 7.34 3.85869 8.02 3.85869C8.7 3.85869 9.38 3.94866 10.02 4.1286C11.55 3.08895 12.22 3.30888 12.22 3.30888C12.66 4.40851 12.38 5.22823 12.3 5.42816C12.81 5.98797 13.12 6.69773 13.12 7.57743C13.12 10.6464 11.25 11.3262 9.47 11.5261C9.76 11.776 10.01 12.2558 10.01 13.0056C10.01 14.0752 10 14.9349 10 15.2049C10 15.4148 10.15 15.6647 10.55 15.5847C12.1381 15.0488 13.5182 14.0284 14.4958 12.6673C15.4735 11.3062 15.9996 9.67293 16 7.99729C16 3.57879 12.42 0 8 0Z"
/>
</svg>
</span>
</a>
<a
href="https://leobringasatlife.github.io/Paint-JS-Win95/"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
>
<span class="btn-text">Abrir</span>
<span class="btn-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3zM5 5h5v2H5v12h12v-5h2v7H3V5h2z"
/>
</svg>
</span>
</a>
</div>
</div>
</article>
<!-- Proyecto 02 -->
<article
class="project-card"
title="Proyecto 02: Buscador Wikipedia"
>
<div class="project-image">
<img
src="images/projects/wikipedia.png"
alt="Vista previa de Buscador Wikipedia"
loading="lazy"
>
</div>
<div class="project-info">
<h3 style="display: flex; gap: 0.5rem; width: 100%; cursor: default;">
Buscador Wikipedia
</h3>
<p>Buscador funcional con búsqueda instantánea y resultados en tiempo real. Integración completa
con APIs externas y manejo asincrónico con Promises/Async-Await.</p>
<div class="project-tags">
<span>JavaScript</span>
<span>APIs</span>
<span>Fetch API</span>
</div>
<div class="project-links">
<a
href="https://github.com/LeoBringasAtLife/Searcher-Wikipedia"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
>
<span class="btn-text">GitHub</span>
<span class="btn-icon">
<svg
height="16"
viewBox="0 0 16 16"
width="16"
fill="currentColor"
>
<path
d="M8 0C3.58 0 0 3.57879 0 7.99729C0 11.5361 2.29 14.5251 5.47 15.5847C5.87 15.6547 6.02 15.4148 6.02 15.2049C6.02 15.0149 6.01 14.3851 6.01 13.7154C4 14.0852 3.48 13.2255 3.32 12.7757C3.23 12.5458 2.84 11.836 2.5 11.6461C2.22 11.4961 1.82 11.1262 2.49 11.1162C3.12 11.1062 3.57 11.696 3.72 11.936C4.44 13.1455 5.59 12.8057 6.05 12.5957C6.12 12.0759 6.33 11.726 6.56 11.5261C4.78 11.3262 2.92 10.6364 2.92 7.57743C2.92 6.70773 3.23 5.98797 3.74 5.42816C3.66 5.22823 3.38 4.40851 3.82 3.30888C3.82 3.30888 4.49 3.09895 6.02 4.1286C6.66 3.94866 7.34 3.85869 8.02 3.85869C8.7 3.85869 9.38 3.94866 10.02 4.1286C11.55 3.08895 12.22 3.30888 12.22 3.30888C12.66 4.40851 12.38 5.22823 12.3 5.42816C12.81 5.98797 13.12 6.69773 13.12 7.57743C13.12 10.6464 11.25 11.3262 9.47 11.5261C9.76 11.776 10.01 12.2558 10.01 13.0056C10.01 14.0752 10 14.9349 10 15.2049C10 15.4148 10.15 15.6647 10.55 15.5847C12.1381 15.0488 13.5182 14.0284 14.4958 12.6673C15.4735 11.3062 15.9996 9.67293 16 7.99729C16 3.57879 12.42 0 8 0Z"
/>
</svg>
</span>
</a>
<a
href="https://leobringasatlife.github.io/Searcher-Wikipedia/"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
>
<span class="btn-text">Abrir</span>
<span class="btn-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3zM5 5h5v2H5v12h12v-5h2v7H3V5h2z"
/>
</svg>
</span>
</a>
</div>
</div>
</article>
<!-- Proyecto 03 -->
<article
class="project-card"
title="Proyecto 03: Registro Diario 2026"
>
<div class="project-image">
<img
src="images/projects/daily-log.png"
alt="Vista previa de Registro Diario 2026"
loading="lazy"
>
</div>
<div class="project-info">
<h3 style="display: flex; gap: 0.5rem; width: 100%; cursor: default;">
Registro Diario 2026
</h3>
<p>Tracker personal de productividad. Implementa almacenamiento persistente con LocalStorage,
interfaz intuitiva y exportación de datos.</p>
<div class="project-tags">
<span>JavaScript</span>
<span>LocalStorage</span>
<span>HTML</span>
<span>CSS</span>
</div>
<div class="project-links">
<a
href="https://github.com/LeoBringasAtLife/registro-diario-2026"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
>
<span class="btn-text">GitHub</span>
<span class="btn-icon">
<svg
height="16"
viewBox="0 0 16 16"
width="16"
fill="currentColor"
>
<path
d="M8 0C3.58 0 0 3.57879 0 7.99729C0 11.5361 2.29 14.5251 5.47 15.5847C5.87 15.6547 6.02 15.4148 6.02 15.2049C6.02 15.0149 6.01 14.3851 6.01 13.7154C4 14.0852 3.48 13.2255 3.32 12.7757C3.23 12.5458 2.84 11.836 2.5 11.6461C2.22 11.4961 1.82 11.1262 2.49 11.1162C3.12 11.1062 3.57 11.696 3.72 11.936C4.44 13.1455 5.59 12.8057 6.05 12.5957C6.12 12.0759 6.33 11.726 6.56 11.5261C4.78 11.3262 2.92 10.6364 2.92 7.57743C2.92 6.70773 3.23 5.98797 3.74 5.42816C3.66 5.22823 3.38 4.40851 3.82 3.30888C3.82 3.30888 4.49 3.09895 6.02 4.1286C6.66 3.94866 7.34 3.85869 8.02 3.85869C8.7 3.85869 9.38 3.94866 10.02 4.1286C11.55 3.08895 12.22 3.30888 12.22 3.30888C12.66 4.40851 12.38 5.22823 12.3 5.42816C12.81 5.98797 13.12 6.69773 13.12 7.57743C13.12 10.6464 11.25 11.3262 9.47 11.5261C9.76 11.776 10.01 12.2558 10.01 13.0056C10.01 14.0752 10 14.9349 10 15.2049C10 15.4148 10.15 15.6647 10.55 15.5847C12.1381 15.0488 13.5182 14.0284 14.4958 12.6673C15.4735 11.3062 15.9996 9.67293 16 7.99729C16 3.57879 12.42 0 8 0Z"
/>
</svg>
</span>
</a>
<a
href="https://leobringasatlife.github.io/registro-diario-2026/"
target="_blank"
rel="noopener noreferrer"
class="btn-project"
>
<span class="btn-text">Abrir</span>
<span class="btn-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path
d="M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3zM5 5h5v2H5v12h12v-5h2v7H3V5h2z"
/>
</svg>
</span>
</a>
</div>
</div>
</article>
</div>
</section>
<div class="more-projects">
<a
href="https://github.com/leobringasatlife/"
class="btn-more-projects"
target="_blank"
rel="noopener noreferrer"
title="Explorar el repositorio completo de Leonardo Bringas en GitHub"
>
<span>Ver más proyectos en GitHub</span>
<span>Ver más proyectos en GitHub</span>
</a>
</div>
<section
class="projects-section"
id="about"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>person</span>
Sobre mí
</h2>
<div
class="about-content"
style="display: grid; gap: 1.5rem; line-height: 1.6;"
>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem, voluptas enim a reprehenderit magnam aliquam fuga facilis, incidunt ad deleniti provident. Distinctio ullam quibusdam nihil, et itaque ea ex magnam!
</p>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Eum accusamus ab totam sapiente, in nostrum dolorum quidem repellat ut sint sit voluptates iste alias optio non debitis cupiditate assumenda commodi?
</p>
</div>
</section>
<section
class="projects-section"
id="projects"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>experiment</span>
Experimentos
</h2>
</section>
<section
class="projects-section"
id="projects"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>timeline</span>
Trayectoria
</h2>
</section>
<section
class="projects-section"
id="projects"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>code</span>
Setup
</h2>
</section>
<section
class="projects-section"
id="projects"
>
<h2>
<span
class="material-symbols-outlined"
aria-hidden="true"
>note</span>
Notas
</h2>
</section>
</div>
<footer class="footer-complete">
<div class="footer-container">
<div class="footer-content">
<div class="footer-main">
<div class="footer-brand">
<div class="footer-social">
<div class="footer-links">
<a
href="https://www.instagram.com/leobringasatlife/"
target="_blank"
rel="noopener noreferrer"
title="Perfil de Instagram de Leonardo Bringas"
>
<span>Instagram</span>
<span>Instagram</span>
</a>
<a
href="https://github.com/leobringasatlife"
target="_blank"
rel="noopener noreferrer"
title="Perfil de Github de Leonardo Bringas"
>
<span>GitHub</span>
<span>GitHub</span>
</a>
<a
href="https://twitter.com/leobringasatlife"
target="_blank"
rel="noopener noreferrer"
title="Perfil de Twitter/X de Leonardo Bringas"
>
<span>Twitter</span>
<span>Twitter</span>
</a>
<a
href="https://linkedin.com/in/leobringasatlife"
target="_blank"
rel="noopener noreferrer"
title="Perfil de LinkedIn de Leonardo Bringas"
>
<span>LinkedIn</span>
<span>LinkedIn</span>
</a>
<a
href="https://codepen.io/leobringasatlife"
target="_blank"
rel="noopener noreferrer"
title="Perfil de Codepen de Leonardo Bringas"
>
<span>CodePen</span>
<span>CodePen</span>
</a>
</div>
<p class="error-container">
<span
class="error-tag"
title="¿Derechos de autor? Ni idea. Soy yo."
>
ERROR: 404-DERECHOS-NO-ENCONTRADOS
</span>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<script
type="module"
src="javascript/main.js"
></script>
</body>
</html>