-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
276 lines (236 loc) · 12.5 KB
/
index.html
File metadata and controls
276 lines (236 loc) · 12.5 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Sebastián Expósito Ruiz · Junior Developer</title>
<meta name="description"
content="Portfolio de Sebastián Expósito Ruiz · Junior Developer. Desarrollo de soluciones completas, automatización, PowerApps, Salesforce APEX, WordPress y aplicaciones multiplataforma.">
<!-- Open Graph -->
<meta property="og:title" content="Sebastián Expósito Ruiz · Junior Developer">
<meta property="og:description"
content="Desarrollador junior orientado a crear soluciones completas: automatización, PowerApps, WordPress y aplicaciones multiplataforma.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sebigithub.github.io/">
<meta property="og:image" content="https://sebigithub.github.io/assets/img/preview.png">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Sebastián Expósito Ruiz · Junior Developer">
<meta name="twitter:description"
content="Desarrollador junior orientado a crear soluciones completas: automatización, PowerApps, WordPress y apps multiplataforma.">
<meta name="twitter:image" content="https://sebigithub.github.io/assets/img/preview.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/logo-s-trasparente.png">
<!-- Fonts -->
<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=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" referrerpolicy="no-referrer">
</head>
<body>
<!-- NAV -->
<header class="nav">
<a class="brand" href="#hero" aria-label="Ir al inicio">
<img src="assets/img/logo-s-trasparente.png" alt="Logo Sebi" />
<span>Sebi</span>
</a>
<nav class="nav-wrap" aria-label="Navegación principal">
<button
class="nav-toggle"
id="nav-toggle"
aria-label="Abrir menú"
aria-expanded="false"
aria-controls="nav-links">
<span></span><span></span><span></span>
</button>
<div class="nav-links" id="nav-links">
<a class="nav-btn" href="#about" data-i18n="nav.about">Sobre mí</a>
<a class="nav-btn" href="#skills" data-i18n="nav.skills">Skills</a>
<a class="nav-btn" href="#projects" data-i18n="nav.projects">Proyectos</a>
<a class="nav-btn" href="#xp" data-i18n="nav.xp">Experiencia & Certs</a>
<a class="nav-btn" href="#cv" data-i18n="nav.cv">Descargar CV</a>
<a class="nav-btn nav-btn--primary" href="#contact" data-i18n="nav.contact">Contacto</a>
<button class="lang-toggle" id="lang-toggle" aria-label="Cambiar idioma">
<span class="lang-pill" data-lang="es">ES</span>
<span class="lang-pill" data-lang="en">EN</span>
</button>
</div>
</nav>
<div class="nav-overlay" id="nav-overlay" hidden></div>
</header>
<main>
<noscript>
<div style="max-width:1120px;margin:16px auto;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(0,0,0,.25);">
<p><strong>Nota:</strong> Esta web usa JavaScript para mejorar la experiencia. Aquí tienes enlaces directos:</p>
<ul>
<li><a href="https://github.com/SebiGitHub" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/sebastián-expósito-ruiz-a8a24a34a" target="_blank" rel="noopener noreferrer">LinkedIn</a></li>
<li><a href="assets/cv/CV_ES.pdf" target="_blank" rel="noopener noreferrer">CV (ES)</a> · <a href="assets/cv/CV_EN.pdf" target="_blank" rel="noopener noreferrer">CV (EN)</a></li>
<li><a href="https://github.com/SebiGitHub/WEB-DE-PROTOCOLOS-HSJD" target="_blank" rel="noopener noreferrer">Proyecto clave 1</a></li>
<li><a href="https://github.com/SebiGitHub/Selenium-end-to-end" target="_blank" rel="noopener noreferrer">Proyecto clave 2</a></li>
<li><a href="https://github.com/SebiGitHub/Realtime-Collaborative-Bingo-Web-App" target="_blank" rel="noopener noreferrer">Proyecto clave 3</a></li>
</ul>
</div>
</noscript>
<!-- HERO -->
<section id="hero" class="section hero">
<img src="assets/img/logo-s-trasparente.png" alt="" class="hero-logo" />
<h1 class="hero-title"><span class="glow" data-i18n="hero.title"></span></h1>
<p class="hero-sub" data-i18n="hero.subtitle"></p>
<a class="btn btn--hero" href="#projects">
<span data-i18n="hero.cta">Ver proyectos</span>
<i class="fa-solid fa-arrow-right"></i>
</a>
</section>
<!-- ABOUT -->
<section id="about" class="section">
<h2 class="section-title" data-i18n="about.title">Sobre mí</h2>
<p class="section-lead" data-i18n="about.lead"></p>
<div class="fallback">
<p>
Soy desarrollador junior con formación DAM bilingüe y experiencia creando soluciones internas que conectan datos,
automatizan tareas y facilitan la vida a los usuarios.
</p>
<p>
Automatizo procesos (Power Apps / scripts / testing). Me gusta construir end-to-end y documentarlo.
</p>
</div>
<div class="cards-grid" id="aboutGrid"></div>
<div class="chips" id="aboutChips"></div>
</section>
<!-- SKILLS -->
<section id="skills" class="section">
<h2 class="section-title" data-i18n="skills.title">Skills</h2>
<p class="section-lead" data-i18n="skills.lead"></p>
<div class="fallback">
<p>Stack principal: PowerApps + SharePoint, Salesforce APEX, Java/C#, SQL/Access/Excel, WordPress, JavaScript.</p>
</div>
<div class="cards-grid" id="skillsGrid"></div>
</section>
<!-- PROJECTS (Carrusel - Opción A) -->
<section id="projects" class="section">
<h2 class="section-title" data-i18n="projects.title">Proyectos</h2>
<div class="fallback">
<ul>
<li><a href="https://github.com/SebiGitHub/WEB-DE-PROTOCOLOS-HSJD" target="_blank" rel="noopener noreferrer">WEB-DE-PROTOCOLOS-HSJD</a></li>
<li><a href="https://github.com/SebiGitHub/Selenium-end-to-end" target="_blank" rel="noopener noreferrer">Selenium end-to-end</a></li>
<li><a href="https://github.com/SebiGitHub/Realtime-Collaborative-Bingo-Web-App" target="_blank" rel="noopener noreferrer">Realtime Collaborative Bingo Web App</a></li>
</ul>
</div>
<div class="carousel" aria-label="Carrusel de proyectos">
<button class="carousel-btn" id="proj-prev" aria-label="Proyecto anterior">‹</button>
<div id="project-stage" class="carousel-stage"></div>
<button class="carousel-btn" id="proj-next" aria-label="Proyecto siguiente">›</button>
</div>
<div id="project-dots" class="carousel-dots" aria-label="Selector de proyecto"></div>
</section>
<!-- EXPERIENCE -->
<section id="xp" class="section">
<h2 class="section-title" data-i18n="xp.title">Experiencia & Certificaciones</h2>
<p class="section-lead" data-i18n="xp.lead"></p>
<div class="fallback">
<p>Prácticas DAM (HSJD), TFG end-to-end y formación en Salesforce APEX 2025.</p>
</div>
<div class="timeline" id="experienceTimeline"></div>
</section>
<!-- CV DOWNLOAD (reemplaza Servicios) -->
<section id="cv" class="section cv">
<h2 class="section-title" data-i18n="cv.title">Descargar CV</h2>
<p class="cv-text" data-i18n="cv.body">
Descargue mi CV para conocer más sobre mi experiencia, habilidades y cualidades.
</p>
<div class="cv-actions">
<a class="btn" href="assets/cv/CV_ES.pdf" target="_blank" rel="noopener noreferrer" data-i18n="cv.btn_es">
Descargar CV (ES)
</a>
<a class="btn" href="assets/cv/CV_EN.pdf" target="_blank" rel="noopener noreferrer" data-i18n="cv.btn_en">
Descargar CV (EN)
</a>
</div>
</section>
<!-- CONTACT -->
<section id="contact" class="section contact">
<h2 class="section-title" data-i18n="contact.title">Contacto</h2>
<!-- Frase centrada y separada del formulario -->
<p class="contact-lead" data-i18n="contact.subtitle">
¿Te interesa que colaboremos o quieres saber más sobre lo que puedo aportar a tu equipo?
</p>
<div class="contact-grid">
<!-- Cards estilo “formal” (como tu referencia) -->
<div class="contact-cards">
<!-- EMAIL (abre Gmail compose) -->
<a class="contact-card"
href="https://mail.google.com/mail/?view=cm&fs=1&to=sebitaexporu@gmail.com&su=Contacto%20desde%20tu%20portfolio&body=Hola%20Sebasti%C3%A1n,%0A%0A"
target="_blank" rel="noopener noreferrer">
<span class="contact-icon" aria-hidden="true">
<!-- icono mail (SVG) -->
<svg viewBox="0 0 24 24" class="icon-svg">
<path d="M4 6h16v12H4z" fill="none" stroke="currentColor" stroke-width="2" />
<path d="M4 7l8 6 8-6" fill="none" stroke="currentColor" stroke-width="2" />
</svg>
</span>
<div class="contact-info">
<div class="contact-label">EMAIL</div>
<div class="contact-value">sebitaexporu@gmail.com</div>
</div>
</a>
<!-- LINKEDIN -->
<a class="contact-card"
href="https://www.linkedin.com/in/sebastián-expósito-ruiz-a8a24a34a"
target="_blank" rel="noopener noreferrer">
<span class="contact-icon" aria-hidden="true">
<img src="assets/img/LinkedIn.png" alt="" class="btn-icon" />
</span>
<div class="contact-info">
<div class="contact-label">LINKEDIN</div>
<div class="contact-value" data-i18n="contact.linkedin_value">Ver perfil</div>
</div>
</a>
<!-- GITHUB -->
<a class="contact-card"
href="https://github.com/SebiGitHub"
target="_blank" rel="noopener noreferrer">
<span class="contact-icon" aria-hidden="true">
<!-- icono github (SVG) -->
<svg viewBox="0 0 24 24" class="icon-svg">
<path d="M12 2a10 10 0 00-3.16 19.49c.5.09.68-.22.68-.48v-1.69c-2.78.6-3.37-1.18-3.37-1.18-.45-1.15-1.1-1.46-1.1-1.46-.9-.62.07-.61.07-.61 1 .07 1.53 1.04 1.53 1.04.9 1.54 2.36 1.1 2.94.84.09-.66.35-1.1.64-1.35-2.22-.26-4.56-1.12-4.56-4.99 0-1.1.39-2 1.03-2.71-.1-.25-.45-1.28.1-2.66 0 0 .84-.27 2.75 1.03A9.5 9.5 0 0112 6.8c.85 0 1.71.12 2.51.34 1.9-1.3 2.74-1.03 2.74-1.03.56 1.38.21 2.41.1 2.66.64.71 1.03 1.61 1.03 2.71 0 3.88-2.35 4.73-4.58 4.98.36.31.68.92.68 1.86v2.75c0 .27.18.58.69.48A10 10 0 0012 2z"
fill="currentColor"/>
</svg>
</span>
<div class="contact-info">
<div class="contact-label">GITHUB</div>
<div class="contact-value" data-i18n="contact.github_value">Ver repositorios</div>
</div>
</a>
</div>
<!-- Formulario (opcional, pero útil + queda pro) -->
<form class="contact-form" id="contact-form">
<label>
<span data-i18n="contact.form_name">Nombre</span>
<input type="text" name="name" autocomplete="name" />
</label>
<label>
<span data-i18n="contact.form_email">Email</span>
<input type="email" name="email" autocomplete="email" />
</label>
<label>
<span data-i18n="contact.form_message">Mensaje</span>
<textarea name="message" rows="5"></textarea>
</label>
<button class="btn" type="submit" data-i18n="contact.form_button">Enviar mensaje</button>
<p class="contact-note" data-i18n="contact.form_note">
Se abrirá Gmail con el mensaje preparado.
</p>
</form>
</div>
<!-- Footer dentro de Contacto, con poco margen inferior -->
<div class="contact-footer">
<small>© <span id="year"></span> Sebastián Expósito Ruiz — All rights reserved.</small>
</div>
</section>
</main>
<script src="assets/js/app.js"></script>
</body>
</html>