-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (244 loc) · 13.8 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
<!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="Porfolio">
<meta name="author" content="Sebastian Alejandro Romero">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<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=Black+Ops+One&family=Quicksand&family=Roboto&family=Rubik+Dirt&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="img/code-slash.svg" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<title>Sebastian Romero Dev</title>
</head>
<body>
<section id="inicio" class="menu ">
<h1 >Seba Romero</h1>
<a href="#inicio" id="abrir"><i class="bi bi-list" ></i></a>
<nav id="enlaces">
<li><a href="#sobre-mi">Sobre mi</a> </li>
<li><a href="#mis-proyectos">Proyectos</a></li>
<li><a href="#formacion-academica">Formacion</a></li>
<li><a href="#info-contacto">Contacto</a></li>
<a href="#" id="cerrar"><i class="bi bi-chevron-up " ></i></a>
</nav>
</section>
<section class="presentacion animated-element">
<img class="foto-perfil" src="img/foto_perfil.jpg" alt="hombre joven, cabello y barba oscuros, sonriendo." >
<section class="contenido">
<section class="titulos">
<h2>Web Developer</h2>
<h3>Front End</h3>
<h3>HTML & CSS</h3>
<h3>JavaScript</h3>
<h3>React Js</h3>
</section>
<section class="redes">
<a class="link" href="mailto:[email protected]">
<i class="bi bi-envelope-at-fill"></i>
</a>
<a class="link" href="https://github.com/SebaRomeroX" target="_blank" rel="noopener noreferer">
<i class="bi bi-github"></i>
</a>
<a class="link" href="https://www.linkedin.com/in/sebastian-alejandro-romero" target="_blank" rel="noopener noreferer">
<i class="bi bi-linkedin"></i>
</a>
<a class="link" href="docs/Sebastian A. Romero-CV.pdf" download>
<i class="bi bi-file-earmark-person-fill"></i>
</a>
</section>
</section>
</section>
<section id="sobre-mi" class="about">
<h2>Sobre Mi</h2>
<p>
Soy Seba. Empecé en la programacion de manera autodidacta haciendo pequeños juegos.
Luego me interezé por el desarrollo web y actualmente estudio una carrera Universitaria en Programacion.
</p>
<p>
He realizado algunos proyectos personales y colaboré en un equipo donde me encargué del diseño de la aplicacion y el desarrollo Front-End.
</p>
<p>
Busco que los proyectos en los que trabajo tengan un diseño practico e intuitivo, que funcionen de manera eficiente y tengan un estilo atractivo.
</p>
</section>
<section id="mis-proyectos" class="proyectos">
<h2>Proyectos</h2>
<section class="proyecto animated-element" id="proy-tareas">
<section class="info">
<h3>Tablero de Tareas</h3>
<p id="btn-desc-tareas" class="btn-desc">Description <i class="bi bi-chevron-down " ></i></p>
<p id="text-desc-tareas" class="text-desc">Experiencia de usuario diseñada para ser <strong>intuitiva</strong> y agradable<br>
Utilizé <strong>JavaScript</strong> para la funcionalidad dinámica y la interacción del usuario <br>
Código en <strong>módulos</strong> para facilitar el mantenimiento y la escalabilidad <br>
<strong>Almacenamiento local</strong> del navegador para guardar las listas de tareas del usuario <br>
<strong>Diseño adaptable</strong> para diferentes tamaños de pantalla y dispositivos<br>
Los usuarios pueden agregar fácilmente nuevas tareas a su lista<br>
las tareas completadas se pueden marcar y tambien eliminar.<br>
<a href="#proy-tareas" id="btn-ocultar-desc-tareas" class="btn-desc">Ocultar <i class="bi bi-chevron-up " ></i></a>
</p>
</section>
<section class="muestra-sitio">
<img src="img/tablero_tareas.png" alt="">
<section class="botones">
<a href="https://github.com/SebaRomeroX/taskmaster" target="_blank" rel="noopener noreferer"><button class="boton">Repositorio</button></a>
<a href="https://sebaromerox.github.io/taskmaster/" target="_blank" rel="noopener noreferer"><button class="boton">Ir al Sitio</button></a>
</section>
</section>
</section>
<section class="proyecto animated-element" id="proy-carrera">
<section class="info">
<h3>Carrea de Muñelocos</h3>
<p id="btn-desc-carrera" class="btn-desc">Description <i class="bi bi-chevron-down " ></i></p>
<p id="text-desc-carrera" class="text-desc">Sencillo y entretenido juego de carreras desarrollado utilizando <strong>HTML5, CSS3 y JavaScript</strong> .<br>
El diseño y estilo del juego se han creado utilizando CSS3, garantizando una presentación atractiva y
<strong>responsive</strong> en diferentes dispositivos y tamaños de pantalla.<br>
La lógica del juego se implementa mediante JavaScript, incluyendo la lógica del personaje y la detección de teclas.<br>
Además, se utiliza para manipular el <strong>canvas</strong> aprovechando las capacidades del elemento canvas de HTML5 y
actualizar la interfaz de usuario en tiempo real.<br>
Cómo Jugar: Utiliza las teclas de flechas izquierda y derecha para que tu personaje dé pasos hasta el final de la pista,
llega en primer lugar para pasar al siguiente nivel.<br>
Con cada nivel la dificultad incrementa al aumetar la velocidad de los rivales.<br>
<a href="#proy-carrera" id="btn-ocultar-desc-carrera" class="btn-desc">Ocultar <i class="bi bi-chevron-up " ></i></a>
</p>
</section>
<section class="muestra-sitio">
<img src="img/carrera.jpg">
<section class="botones">
<a href="https://github.com/SebaRomeroX/carrera-munelocos" target="_blank" rel="noopener noreferer"><button class="boton">Repositorio</button></a>
<a href="https://sebaromerox.github.io/carrera-munelocos" target="_blank" rel="noopener noreferer"><button class="boton">Ir al Sitio</button></a>
</section>
</section>
</section>
<section class="proyecto animated-element" id="proy-galerias">
<section class="info">
<h3>Image Galeries</h3>
<p class="text-desc">Distintos tipos de presentacion para galerias de imagenes</p>
</section>
<section class="muestra-sitio">
<section class="carousel-container">
<button class="carousel-boton prevBtn" id="prevBtn">⟨</button>
<section class="carousel">
<section class="carousel-slide">
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/BENTOS/"></iframe>
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/Side-Scroll/"></iframe>
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/ANIMATION_SCROLL/"></iframe>
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/stacking-images/"></iframe>
</section>
</section>
<button class="carousel-boton nextBtn" id="nextBtn">⟩</button>
</section>
</section>
</section>
<section class="proyecto animated-element" id="proy-landing">
<section class="info">
<h3>Landing Pages</h3>
<p class="text-desc">Diferentes presentaciones usando animaciones para texto</p>
</section>
<section class="muestra-sitio">
<section class="carousel-container">
<button class="carousel-boton prevBtn" id="prevBtn">⟨</button>
<section class="carousel">
<section class="carousel-slide">
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/LAND_VIDEO/"></iframe>
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/Landing-Page-Popping/"></iframe>
<iframe class="carrrousel-item" src="https://sebaromerox.github.io/Landing-Page-Articulos/"></iframe>
</section>
</section>
<button class="carousel-boton nextBtn" id="nextBtn">⟩</button>
</section>
</section>
</section>
</section>
<section class="skills animated-element">
<h2>Skills</h2>
<section class="lista">
<h4><img src="./img/html.svg" alt=""> HTML</h4>
<h4><img src="./img/css.svg" alt=""> CSS</h4>
<h4><img src="./img/wordpress.svg" alt=""> WordPress</h4>
<h4><img src="./img/js.svg"> JavaScript</h4>
<h4><img src="./img/python.svg" alt=""> Python</h4>
<!-- <h4><img src="./img/cs.svg" alt=""> C#</h4> -->
<h4><img src="./img/nodejs.svg" alt=""> Node Js</h4>
<h4><img src="./img/mysql.svg" alt=""> MySQL</h4>
<h4><img src="./img/react.svg" alt=""> React Js</h4>
<!-- <h4><img src="./img/blazor.svg" alt=""> Blazor</h4> -->
<h4><img src="./img/git.svg" alt=""> Git</h4>
<h4><img src="./img/figma.svg" alt=""> Figma </h4>
</section>
</section>
<section class="formacion">
<h2 id="formacion-academica" class="formacion-titulo animated-element">Formacion</h2>
<section class="tarjetas">
<section class="tarjeta">
<img src="img/alura_logo.jpg" alt="">
<section class="titulos">
<h4>Fundamentos de Programacion</h4>
<h4>Desarrollo Front End</h4>
<h4>Programacion con React</h4>
<h4>Fundamentos de MySQL</h4>
<h4>Manejo de GitHub</h4>
<h4>Formación en Desarrollo Personal</h4>
<h4>Habilidades para el mercado moderno</h4>
<h4>Formación en Business Agility</h4>
<p>2022 - 2023. Alura</p>
</section>
</section>
<section class="tarjeta">
<img src="img/platzi.png" alt="">
<section class="titulos">
<h4>Programacion basica</h4>
<p>2022. Platzi</p>
</section>
</section>
<section class="tarjeta">
<img src="img/facet.png" alt="">
<section class="titulos">
<h4>Desarrollo web</h4>
<h4>Fundamentos de WordPress</h4>
<h4>Logica de Programacion</h4>
<p>2023 - Actualidad. Facultad de Ciencias Exactas UNT</p>
</section>
</section>
<section class="tarjeta">
<img src="img/unlu.jpg" alt="">
<section class="titulos">
<h4>Programacion en Python</h4>
<p>2022. Universidad Nacional de Lujan</p>
</section>
</section>
</section>
</section>
<section id="info-contacto" class="contacto">
<h2>Contacto</h2>
<h4>Contactame para trabajar en un proyecto juntos</h4>
<section class="redes">
<a class="link animated-element" href="mailto:[email protected]">
<i class="bi bi-envelope-at-fill"></i>
<p class="nombre-red">Email</p>
</a>
<a class="link animated-element" href="https://github.com/SebaRomeroX" target="_blank" rel="noopener noreferer">
<i class="bi bi-github"></i>
<p class="nombre-red">GitHub</p>
</a>
<a class="link animated-element" href="https://www.linkedin.com/in/sebastian-alejandro-romero" target="_blank" rel="noopener noreferer">
<i class="bi bi-linkedin"></i>
<p class="nombre-red">LinkdIn</p>
</a>
<a class="link animated-element" href="docs/Sebastian A. Romero-CV.pdf" download>
<i class="bi bi-file-earmark-person-fill"></i>
<p class="nombre-red">Curriculum</p>
</a>
</section>
<section class="footer">
<p>Sebastian A. Romero (2023) ©</p>
<a href="#"><i class="bi bi-arrow-up-circle-fill"></i></a>
</section>
</section>
<script src="js/porfolio.js"></script>
</body>
</html>