-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
373 lines (335 loc) · 15.5 KB
/
Copy pathcv.html
File metadata and controls
373 lines (335 loc) · 15.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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV — Daniel Hernández Rubio</title>
<!-- Google 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=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
:root {
--primary: #0a0a0a;
--accent: #6B8E23; /* Mismo color oliva del portfolio */
--accent-muted: rgba(107,142,35,0.1);
--text-main: #1a1a1a;
--text-muted: #555555;
--border: #eeeeee;
--bg-print: #ffffff;
--sidebar-bg: #f9f9f9;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
color: var(--text-main);
background-color: #f0f0f0;
line-height: 1.5;
-webkit-print-color-adjust: exact;
}
/* --- UI Elements (not in print) --- */
.no-print-nav {
background: #0a0a0a;
padding: 1rem;
display: flex;
justify-content: center;
gap: 1rem;
position: sticky;
top: 0;
z-index: 100;
}
.btn-action {
padding: 0.6rem 1.2rem;
background: var(--accent);
color: white;
text-decoration: none;
border-radius: 6px;
font-size: 0.9rem;
font-weight: 500;
transition: opacity 0.2s;
cursor: pointer;
border: none;
}
.btn-action:hover { opacity: 0.9; }
.btn-outline {
background: transparent;
border: 1px solid rgba(255,255,255,0.2);
color: white;
}
/* --- CV Container --- */
.cv-page {
width: 210mm;
min-height: 297mm;
margin: 2rem auto;
background: white;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
display: grid;
grid-template-columns: 280px 1fr;
overflow: hidden;
position: relative;
}
/* --- Sidebar --- */
.sidebar {
background: var(--sidebar-bg);
padding: 2.5rem 1.5rem;
border-right: 1px solid var(--border);
display: flex;
flex-direction: column;
gap: 2rem;
}
.profile-pic {
width: 130px;
height: 130px;
border-radius: 12px;
background: #ddd;
margin-bottom: 0.5rem;
overflow: hidden;
border: 3px solid white;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.profile-pic img { width: 100%; height: 100%; object-fit: cover; }
.sidebar-section-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--accent);
font-weight: 700;
margin-bottom: 1rem;
border-bottom: 1px solid var(--accent-muted);
padding-bottom: 0.3rem;
}
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.contact-item { font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.6rem; }
.contact-item a { color: inherit; text-decoration: none; word-break: break-all; }
.contact-item i { font-size: 1rem; width: 20px; text-align: center; }
.skills-group { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.skill-tag {
font-size: 0.75rem;
background: white;
padding: 0.25rem 0.6rem;
border-radius: 4px;
border: 1px solid var(--border);
color: var(--text-main);
}
.cert-item { margin-bottom: 0.8rem; }
.cert-title { font-size: 0.8rem; font-weight: 600; color: var(--text-main); line-height: 1.2; }
.cert-meta { font-size: 0.7rem; color: var(--text-muted); margin-top: 0.2rem; }
/* --- Main Content --- */
.main-content {
padding: 3rem 2.5rem;
display: flex;
flex-direction: column;
gap: 2.5rem;
}
.header { margin-bottom: 1rem; }
.header h1 {
font-family: 'Space Grotesk', sans-serif;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.1;
color: var(--primary);
margin-bottom: 0.5rem;
}
.header h2 {
font-family: 'Space Grotesk', sans-serif;
font-size: 1.1rem;
color: var(--accent);
font-weight: 500;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.summary { font-size: 0.95rem; color: var(--text-muted); text-align: justify; }
.section-title {
font-family: 'Space Grotesk', sans-serif;
font-size: 1.2rem;
font-weight: 700;
color: var(--primary);
margin-bottom: 1.2rem;
display: flex;
align-items: center;
gap: 0.8rem;
}
.section-title::after {
content: '';
flex-grow: 1;
height: 1px;
background: var(--border);
}
.experience-item, .project-item { margin-bottom: 1.8rem; }
.exp-header, .proj-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.4rem; }
.exp-role, .proj-name { font-weight: 700; font-size: 1rem; }
.exp-company, .proj-stack { font-weight: 500; color: var(--accent); font-size: 0.85rem; }
.exp-date { font-size: 0.8rem; color: var(--text-muted); }
.exp-desc, .proj-desc { font-size: 0.88rem; color: var(--text-muted); list-style-position: inside; }
.exp-desc li { margin-bottom: 0.3rem; }
.education-item { margin-bottom: 1rem; }
.edu-school { font-weight: 700; font-size: 0.95rem; }
.edu-degree { font-size: 0.85rem; color: var(--text-muted); }
.edu-date { font-size: 0.8rem; color: var(--accent); }
/* --- PRINT STYLES --- */
@media print {
@page { margin: 0; size: A4; }
body { background: white; margin: 0; }
.no-print-nav { display: none; }
.cv-page { margin: 0; width: 100%; height: 100%; box-shadow: none; border: none; }
.sidebar { background: #f5f5f5 !important; }
.sidebar-section-title { color: #556b2f !important; border-bottom: 1px solid #ddd !important; }
.header h2, .exp-company, .proj-stack, .edu-date { color: #556b2f !important; }
}
/* Responsive UI (only for web view) */
@media (max-width: 800px) {
.cv-page { width: 95%; grid-template-columns: 1fr; }
.sidebar { border-right: none; border-bottom: 1px solid var(--border); }
}
</style>
</head>
<body>
<div class="no-print-nav">
<a href="index.html" class="btn-action btn-outline">← Volver al Portfolio</a>
<a href="cv-en.html" class="btn-action btn-outline">English Version</a>
<button onclick="window.print()" class="btn-action">Descargar PDF / Imprimir</button>
</div>
<div class="cv-page">
<!-- Sidebar -->
<aside class="sidebar">
<div class="profile-pic">
<img src="assets/profile.jpg" alt="Daniel Hernández Rubio">
</div>
<div>
<h3 class="sidebar-section-title">Contacto</h3>
<ul class="contact-list">
<li class="contact-item">📧 <a href="mailto:danielhrubio3@gmail.com">danielhrubio3@gmail.com</a></li>
<li class="contact-item">📍 Pachuca, Hidalgo, MX</li>
<li class="contact-item">🔗 <a href="https://danielhr3.github.io" target="_blank">danielhr3.github.io</a></li>
<li class="contact-item">🐙 <a href="https://github.com/DanielHR3" target="_blank">github.com/DanielHR3</a></li>
<li class="contact-item">💼 <a href="https://linkedin.com/in/danielhernandezrubio" target="_blank">in/danielhernandezrubio</a></li>
</ul>
</div>
<div>
<h3 class="sidebar-section-title">Tecnologías</h3>
<div class="skills-group">
<span class="skill-tag">Go (Golang)</span>
<span class="skill-tag">Next.js 15</span>
<span class="skill-tag">NestJS</span>
<span class="skill-tag">Prisma ORM</span>
<span class="skill-tag">PostgreSQL</span>
<span class="skill-tag">Angular</span>
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">n8n (Automatización)</span>
<span class="skill-tag">OpenAI / Whisper</span>
<span class="skill-tag">Git & Docker</span>
</div>
</div>
<div>
<h3 class="sidebar-section-title">Certificaciones</h3>
<div class="cert-item">
<div class="cert-title">Modern PHP (MySQL & Postman)</div>
<div class="cert-meta">Udemy · 2025</div>
</div>
<div class="cert-item">
<div class="cert-title">SQL Programming (MySQL)</div>
<div class="cert-meta">Udemy · 2025</div>
</div>
<div class="cert-item">
<div class="cert-title">TypeScript: Complete Guide</div>
<div class="cert-meta">DevTalles · 2024</div>
</div>
<div class="cert-item">
<div class="cert-title">Frontend Certification</div>
<div class="cert-meta">Alura LATAM · 2023</div>
</div>
</div>
<div>
<h3 class="sidebar-section-title">Idiomas</h3>
<div class="cert-item">
<div class="cert-title">Español</div>
<div class="cert-meta">Nativo</div>
</div>
<div class="cert-item">
<div class="cert-title">Inglés</div>
<div class="cert-meta">Básico / Técnico</div>
</div>
</div>
</aside>
<!-- Main Content -->
<main class="main-content">
<header class="header">
<h1>Daniel <br>Hernández R.</h1>
<h2>Software Engineer / Agrotech Developer</h2>
</header>
<section>
<p class="summary">
Ingeniero de Software y Desarrollador Agrotech / Fullstack. Especializado en el desarrollo de plataformas web modernas (Next.js, NestJS, Angular), arquitecturas offline-first (Go, Wails, SQLite) e integración de flujos de Inteligencia Artificial (OpenAI, Whisper, n8n) para la automatización industrial y agropecuaria.
</p>
</section>
<section>
<h3 class="section-title">Experiencia Profesional</h3>
<div class="experience-item">
<div class="exp-header">
<span class="exp-role">IT Assistant</span>
<span class="exp-date">Abr 2022 — Mar 2023</span>
</div>
<div class="exp-company">Gobierno del Estado de Hidalgo</div>
<ul class="exp-desc">
<li>Administración de sistemas institucionales y soporte técnico de nivel 1 y 2.</li>
<li>Mantenimiento y gestión de bases de datos planas para registros operativos.</li>
<li>Capacitación de usuarios finales y mejora de flujos operativos del departamento.</li>
</ul>
</div>
<div class="experience-item">
<div class="exp-header">
<span class="exp-role">Freelance Developer</span>
<span class="exp-date">Ene 2023 — Presente</span>
</div>
<div class="exp-company">Proyectos Independientes</div>
<ul class="exp-desc">
<li>Desarrollo de soluciones web y de escritorio personalizadas para PYMES.</li>
<li>Integración de APIs de terceros y gestión de bases de datos locales/cloud.</li>
<li>Migración de sistemas legados a tecnologías modernas (React/Angular).</li>
</ul>
</div>
</section>
<section>
<h3 class="section-title">Proyectos Destacados</h3>
<div class="project-item">
<div class="proj-header">
<span class="proj-name">JARVIS — Agrotech AI Platform</span>
<span class="proj-stack">Next.js 15 / NestJS / PostgreSQL / OpenAI Whisper</span>
</div>
<p class="proj-desc">Nodo central de inteligencia agropecuaria. Integra inventario de SheepMaster, transcripción de voz de campo vía Whisper, y webhooks con n8n para sincronizar notas de Obsidian.</p>
</div>
<div class="project-item">
<div class="proj-header">
<span class="proj-name">SheepMaster</span>
<span class="proj-stack">Go (Golang) / Wails v2 / React / SQLite</span>
</div>
<p class="proj-desc">Software híbrido Offline-First para control de peso (GDP), reproducción y tratamientos médicos de ganado ovino. Diseñado para trabajar en corrales sin internet.</p>
</div>
<div class="project-item">
<div class="proj-header">
<span class="proj-name">EcoConnect</span>
<span class="proj-stack">Angular / NestJS / MySQL / OpenAI API</span>
</div>
<p class="proj-desc">Aplicación web que genera y automatiza reportes de impacto sostenible para PYMES utilizando modelos de lenguaje (OpenAI).</p>
</div>
<div class="project-item">
<div class="proj-header">
<span class="proj-name">U CHIICH</span>
<span class="proj-stack">Angular / TypeScript / SCSS</span>
</div>
<p class="proj-desc">Sitio web empresarial para marca de gastronomía tradicional mexicana. Enfoque en experiencia de usuario interactiva y optimización SEO.</p>
</div>
</section>
<section>
<h3 class="section-title">Formación Académica</h3>
<div class="education-item">
<div class="edu-school">Ingeniería de Software</div>
<div class="edu-degree">Universidad Digital del Estado de Hidalgo</div>
<div class="edu-date">Finalizado</div>
</div>
</section>
</main>
</div>
</body>
</html>