-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
587 lines (554 loc) · 28.5 KB
/
Copy pathindex.html
File metadata and controls
587 lines (554 loc) · 28.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
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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bernardo Vazquez // Data & Web Development Terminal</title>
<meta name="description" content="Bernardo Vazquez — CS graduate and full-stack web developer in San Antonio, Texas. University Health Web Specialist and Georgia Tech Master's of Data student. Portfolio of web, data, and software projects." />
<link rel="canonical" href="https://ber-vazq.github.io/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Bernardo Vazquez // Data & Web Development Terminal" />
<meta property="og:description" content="CS graduate and full-stack web developer in San Antonio. University Health Web Specialist and Georgia Tech Master's of Data student." />
<meta property="og:image" content="images/headshot.jpeg" />
<meta property="og:url" content="https://ber-vazq.github.io/" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Favicon: radar/HUD mark -->
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<!-- Fonts: Chakra Petch (technical display), Space Mono (terminal), Space Grotesk (body) -->
<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=Chakra+Petch:wght@400;500;600;700&family=Space+Grotesk:wght@300..700&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/style.css" />
<!-- JSON-LD Person schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Bernardo Vazquez De La Cruz",
"alternateName": "Bernardo Vazquez",
"jobTitle": "Web Specialist",
"worksFor": { "@type": "Organization", "name": "University Health" },
"alumniOf": [
{ "@type": "CollegeOrUniversity", "name": "University of Texas at San Antonio" },
{ "@type": "CollegeOrUniversity", "name": "Georgia Institute of Technology" }
],
"address": { "@type": "PostalAddress", "addressLocality": "San Antonio", "addressRegion": "TX", "addressCountry": "US" },
"email": "bvaq20@outlook.com",
"telephone": "+1-210-373-7321",
"url": "https://ber-vazq.github.io/",
"sameAs": [
"https://www.linkedin.com/in/bvdlc/",
"https://github.com/Ber-Vazq"
],
"knowsAbout": ["Data Analysis", "Web Development", "Full-Stack Development", "Python", "JavaScript", "React", "SQL", "Cloud Infrastructure", "Sitecore CMS", "Agentic Development", "LLM Workflows"]
}
</script>
</head>
<body>
<div class="crt-overlay" aria-hidden="true"></div>
<!-- ===================== HEADER ===================== -->
<header class="header" id="header">
<nav class="nav" aria-label="Primary">
<a href="index.html" class="brand" aria-label="Bernardo Vazquez — home">
<svg class="logo-mark" viewBox="0 0 48 48" fill="none" aria-hidden="true">
<circle cx="24" cy="24" r="21" stroke="currentColor" stroke-width="1.5"/>
<circle cx="24" cy="24" r="13" stroke="currentColor" stroke-width="1" opacity="0.6"/>
<path d="M3 24h42M24 3v42" stroke="currentColor" stroke-width="0.75" opacity="0.5"/>
<path d="M14 32V16h7a5 5 0 0 1 0 10h-7m0 0h8a5 5 0 0 1 0 10h-8V26" stroke="currentColor" stroke-width="2" fill="none"/>
<circle cx="24" cy="24" r="2.5" fill="currentColor"/>
<path d="M24 3l2.5 4h-5L24 3z" fill="currentColor"/>
</svg>
<span class="brand-text">
B<b>//</b>VAZQUEZ
<span class="brand-sub">TERMINAL v2.6</span>
</span>
</a>
<ul class="nav-links" id="navLinks">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="design-gallery.html">Design</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button class="nav-toggle" id="navToggle" aria-label="Open navigation menu" aria-expanded="false" aria-controls="navLinks">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
<path d="M3 6h18M3 12h18M3 18h18"/>
</svg>
</button>
</nav>
</header>
<main id="main">
<!-- ===================== HERO ===================== -->
<section class="hero" id="top">
<span class="hero-corner tl" aria-hidden="true"></span>
<span class="hero-corner br" aria-hidden="true"></span>
<div class="hero-grid">
<div class="hero-left">
<div class="hero-eyebrow">
<span class="hud-label">System Operator // San Antonio, TX</span>
</div>
<h1>
<span class="l1">Bernardo</span>
<span class="l2">Vazquez</span>
</h1>
<p class="role">
> full-stack web dev · data science · problem solver<span class="cursor" aria-hidden="true"></span>
</p>
<p class="hero-intro">
Computer Science graduate turned full-stack web developer, now managing
client-facing web systems at University Health while pursuing a
Master’s of Data at Georgia Tech.
</p>
<div class="hero-cta">
<a href="#projects" class="btn">View Missions</a>
<a href="#contact" class="btn btn--cyan">Establish Comms</a>
</div>
<div class="hero-readout" aria-hidden="true">
<div class="readout-item">
<span class="k">Status</span>
<span class="v ok">// ONLINE</span>
</div>
<div class="readout-item">
<span class="k">Sector</span>
<span class="v">29.42°N / 98.49°W</span>
</div>
<div class="readout-item">
<span class="k">Uplink</span>
<span class="v">UNIVERSITY HEALTH</span>
</div>
<div class="readout-item">
<span class="k">Session ID</span>
<span class="v" id="sessionId">#0000/24</span>
</div>
</div>
</div>
<div class="hero-right">
<div class="globe-wrap">
<!-- orbital rings -->
<svg class="orbit-svg" viewBox="0 0 500 500" fill="none" aria-hidden="true">
<ellipse cx="250" cy="250" rx="245" ry="90" stroke="currentColor" stroke-width="1" opacity="0.5"/>
<ellipse cx="250" cy="250" rx="200" ry="235" stroke="currentColor" stroke-width="0.75" opacity="0.35" stroke-dasharray="3 8"/>
<circle cx="495" cy="250" r="4" fill="currentColor"/>
<circle cx="250" cy="15" r="3" fill="currentColor" opacity="0.7"/>
</svg>
<!-- wireframe globe with lat-long grid -->
<svg class="globe-svg" viewBox="0 0 400 400" fill="none" aria-hidden="true">
<defs>
<clipPath id="sphereClip"><circle cx="200" cy="200" r="150"/></clipPath>
</defs>
<circle cx="200" cy="200" r="150" stroke="currentColor" stroke-width="1.5"/>
<g clip-path="url(#sphereClip)" stroke="currentColor" stroke-width="0.9" opacity="0.85">
<!-- latitudes -->
<ellipse cx="200" cy="200" rx="150" ry="25"/>
<ellipse cx="200" cy="200" rx="150" ry="60"/>
<ellipse cx="200" cy="200" rx="150" ry="95"/>
<ellipse cx="200" cy="200" rx="150" ry="128"/>
<!-- longitudes -->
<ellipse cx="200" cy="200" rx="25" ry="150"/>
<ellipse cx="200" cy="200" rx="60" ry="150"/>
<ellipse cx="200" cy="200" rx="95" ry="150"/>
<ellipse cx="200" cy="200" rx="128" ry="150"/>
<line x1="50" y1="200" x2="350" y2="200"/>
<line x1="200" y1="50" x2="200" y2="350"/>
</g>
<!-- crosshair reticle -->
<circle cx="200" cy="200" r="150" stroke="currentColor" stroke-width="0.75" stroke-dasharray="2 6" opacity="0.5"/>
</svg>
<!-- headshot in HUD reticle -->
<figure class="avatar-frame">
<svg class="avatar-ring" viewBox="0 0 200 200" fill="none" aria-hidden="true">
<circle cx="100" cy="100" r="96" stroke="currentColor" stroke-width="1" stroke-dasharray="2 10" opacity="0.6"/>
<path d="M100 2v14M100 184v14M2 100h14M184 100h14" stroke="currentColor" stroke-width="1.5"/>
<path d="M14 14l12 12M186 14l-12 12M14 186l12-12M186 186l-12-12" stroke="currentColor" stroke-width="1" opacity="0.6"/>
</svg>
<img src="images/headshot.jpeg" alt="Portrait of Bernardo Vazquez, a software developer with glasses wearing a dark blazer over a green shirt." width="440" height="440" fetchpriority="high" />
</figure>
</div>
</div>
</div>
</section>
<!-- ===================== ABOUT ===================== -->
<section class="section" id="about">
<div class="container">
<div class="section-head reveal">
<span class="hud-label">01 // Operator Profile</span>
<h2>About the <span class="accent">Operator</span></h2>
<span class="head-meta">FILE: bvdlc.bio | ACCESS: PUBLIC | INTEGRITY: VERIFIED</span>
</div>
<div class="about-grid">
<div class="about-copy reveal">
<p class="lead">
Currently a fresh CS graduate from UTSA, with coding experience
through three years of Game Development in high school, as well as
four years of university projects and personal learning.
</p>
<p>
And now a bit of professional full-stack web development in a startup
setting — plus client-facing web and app management at
<strong>University Health</strong>, one of the largest health systems
in South Texas.
</p>
<p>
These days I’m pushing further into data: pursuing a
<strong>Master’s of Data at Georgia Tech</strong> while working
full-time. I care about clean systems, learning new skills, and
building tools that actually get used.
</p>
</div>
<div class="about-stats reveal">
<article class="stat-card panel">
<div class="stat-body">
<div class="big">7+ yrs</div>
<div class="lbl">Coding Experience Logged</div>
</div>
</article>
<article class="stat-card panel">
<div class="stat-body">
<div class="big">3.12</div>
<div class="lbl">B.S. Computer Science GPA</div>
</div>
</article>
<article class="stat-card panel">
<div class="stat-body">
<div class="big glow-cyan">MSc</div>
<div class="lbl">Data / Analytics — In Progress</div>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- ===================== EXPERIENCE / EDUCATION ===================== -->
<section class="section" id="experience">
<div class="container">
<div class="section-head reveal">
<span class="hud-label">02 // Mission Log</span>
<h2>Experience <span class="accent">Log</span></h2>
<span class="head-meta">REVERSE CHRONOLOGICAL | 3 RECORDS ARCHIVED</span>
</div>
<div class="timeline">
<article class="log-entry current panel reveal">
<div class="log-head">
<h3>Web Specialist <span class="org">@ University Health</span></h3>
<div class="log-meta">JUN 2025 — CURRENT<span class="loc">San Antonio, TX</span></div>
</div>
<span class="log-tag">STATUS: ACTIVE</span>
<ul>
<li>Sitecore CMS management for client-facing websites and applications.</li>
<li>Software adoption & training; internal SOP creation.</li>
<li>Events platform management and ongoing web operations.</li>
</ul>
</article>
<article class="log-entry panel reveal">
<div class="log-head">
<h3>Software Engineer <span class="org">@ SubHub</span></h3>
<div class="log-meta">AUG 2024 — DEC 2024<span class="loc">Remote</span></div>
</div>
<span class="log-tag">STATUS: COMPLETE</span>
<ul>
<li>Full-stack feature development and workflow optimization in a startup setting.</li>
<li>Maintained industry-standard code quality across the codebase.</li>
</ul>
</article>
<article class="log-entry panel reveal">
<div class="log-head">
<h3>CNC Operator <span class="org">@ Finerworks</span></h3>
<div class="log-meta">JUL 2023 — FEB 2025<span class="loc">San Antonio, TX</span></div>
</div>
<span class="log-tag">STATUS: COMPLETE</span>
<ul>
<li>Heavy machinery operation and precision output.</li>
<li>Process optimization across production workflow.</li>
</ul>
</article>
</div>
<div class="section-head reveal" style="margin-top: var(--space-16);">
<span class="hud-label hud-label--cyan">02.b // Academic Uplink</span>
<h2>Education</h2>
</div>
<div class="edu-grid">
<article class="edu-card panel reveal">
<h3>Georgia Institute of Technology</h3>
<div class="degree">M.S. — Data / Analytics</div>
<div class="edu-meta">IN PROGRESS | MASTER’S OF DATA</div>
<p class="edu-hi">Advancing into data science and analytics while working full-time.</p>
</article>
<article class="edu-card panel reveal">
<h3>University of Texas at San Antonio</h3>
<div class="degree">B.S. — Computer Science</div>
<div class="edu-meta">2020 — 2024 | GPA 3.12</div>
<p class="edu-hi">Highlights: Enterprise Software, Cloud Computing, Secure Development.</p>
</article>
</div>
</div>
</section>
<!-- ===================== PROJECTS ===================== -->
<section class="section" id="projects">
<div class="container">
<div class="section-head reveal">
<span class="hud-label">03 // Mission Dossiers</span>
<h2>Selected <span class="accent">Projects</span></h2>
<span class="head-meta">DECLASSIFIED | SOURCE LINKS ATTACHED</span>
</div>
<div class="projects-grid">
<!-- Project 1 -->
<article class="dossier panel reveal">
<div class="dossier-viz" aria-hidden="true">
<svg viewBox="0 0 400 200" fill="none" preserveAspectRatio="xMidYMid slice">
<g stroke="var(--amber)" stroke-width="1" opacity="0.85">
<rect x="50" y="50" width="140" height="110" rx="2"/>
<path d="M50 78h140M50 100h140M50 122h100" stroke-width="0.6" opacity="0.5"/>
<path d="M65 62h30" stroke="var(--cyan)" stroke-width="1.4"/>
<circle cx="260" cy="70" r="22" opacity="0.7"/>
<path d="M260 48v44M238 70h44" stroke-width="0.6" opacity="0.5"/>
<path d="M300 120l30 20-30 20zM230 150h140" stroke="var(--cyan)" stroke-width="1.2"/>
<rect x="230" y="160" width="140" height="14" opacity="0.5"/>
</g>
</svg>
</div>
<div class="dossier-body">
<div class="chip-row" style="justify-content:space-between;">
<span class="stat-line">DOSSIER 01 // TTRPG TOOL</span>
<span class="stat-line">CLASS: LIVE APP</span>
</div>
<h3>Cyberpunk Red Screamsheet Generator</h3>
<p class="brief">
Unofficial tool for R. Talsorian's Cyberpunk Red TTRPG. Lets game
masters generate in-world news headlines (“screamsheets”) to
enhance immersion at the table, with an editor-to-PDF/PNG export
pipeline.
</p>
<div class="chip-row">
<span class="chip">TypeScript</span>
<span class="chip">Database Authoring</span>
<span class="chip">Agentic Dev</span>
<span class="chip">Editor-to-PDF/PNG</span>
</div>
<div class="dossier-foot">
<span class="stat-line">// STATUS: DEPLOYED</span>
<a class="link" href="https://screamsheet.vercel.app/#/" target="_blank" rel="noopener">Launch App →</a>
</div>
</div>
</article>
<!-- Project 2 -->
<article class="dossier panel reveal">
<div class="dossier-viz" aria-hidden="true">
<svg viewBox="0 0 400 200" fill="none" preserveAspectRatio="xMidYMid slice">
<g stroke="var(--amber)" stroke-width="1" opacity="0.85">
<path d="M70 160V90l50-30 50 30v70" />
<path d="M100 160v-40h40v40" stroke="var(--cyan)" stroke-width="1.2"/>
<path d="M40 160h320" stroke-width="0.8"/>
<path d="M220 140l40-8 4 24 40-16 4 20" stroke="var(--cyan)" stroke-width="1.4"/>
<circle cx="260" cy="132" r="3" fill="var(--cyan)"/>
<circle cx="304" cy="140" r="3" fill="var(--cyan)"/>
<path d="M280 60h60v40h-60z" opacity="0.5"/>
<path d="M288 70h44M288 82h44M288 94h28" stroke-width="0.6" opacity="0.6"/>
</g>
</svg>
</div>
<div class="dossier-body">
<div class="chip-row" style="justify-content:space-between;">
<span class="stat-line">DOSSIER 02 // FINTECH</span>
<span class="stat-line">CLASS: LIVE APP</span>
</div>
<h3>REIToolkit</h3>
<p class="brief">
A lightweight real-estate investment toolkit built to streamline
decision-making across the different facets of evaluating a
property investment.
</p>
<div class="chip-row">
<span class="chip">HTML</span>
<span class="chip">UI/UX</span>
<span class="chip">Agentic Dev</span>
<span class="chip">Rapid Prototyping</span>
</div>
<div class="dossier-foot">
<span class="stat-line">// STATUS: DEPLOYED</span>
<a class="link" href="https://reitoolkit.net/" target="_blank" rel="noopener">Launch App →</a>
</div>
</div>
</article>
<!-- Project 3 -->
<article class="dossier panel reveal">
<div class="dossier-viz" aria-hidden="true">
<svg viewBox="0 0 400 200" fill="none" preserveAspectRatio="xMidYMid slice">
<g stroke="var(--amber)" stroke-width="1" opacity="0.85">
<rect x="60" y="60" width="80" height="100" rx="2"/>
<rect x="72" y="72" width="80" height="100" rx="2" opacity="0.6"/>
<path d="M60 80h80M60 100h80M60 120h80M60 140h80" stroke-width="0.6" opacity="0.5"/>
<path d="M180 140l30-40 30 25 40-60 40 30" stroke="var(--cyan)" stroke-width="1.4"/>
<circle cx="210" cy="100" r="3" fill="var(--cyan)"/>
<circle cx="280" cy="65" r="3" fill="var(--cyan)"/>
<path d="M320 60h50v50h-50z" opacity="0.4"/>
<path d="M330 70h30M330 82h30M330 94h20" stroke-width="0.6" opacity="0.6"/>
</g>
</svg>
</div>
<div class="dossier-body">
<div class="chip-row" style="justify-content:space-between;">
<span class="stat-line">DOSSIER 03 // ENTERPRISE</span>
<span class="stat-line">CLASS: SENIOR PROJECT</span>
</div>
<h3>Document Management System</h3>
<p class="brief">
Senior project for Enterprise Software Development. A full document
management platform with improved reporting UI, backed by SQL
architecture and cloud infrastructure.
</p>
<div class="chip-row">
<span class="chip">PHP</span>
<span class="chip">JavaScript</span>
<span class="chip">SQL</span>
<span class="chip">AWS</span>
<span class="chip">Bootstrap</span>
</div>
<div class="dossier-foot">
<span class="stat-line">// STACK: FULL</span>
<a class="link" href="https://github.com/Ber-Vazq/EnterPriseSoftDMS" target="_blank" rel="noopener">Open Repo →</a>
</div>
</div>
</article>
<!-- Project 4 -->
<article class="dossier panel reveal">
<div class="dossier-viz" aria-hidden="true">
<svg viewBox="0 0 400 200" fill="none" preserveAspectRatio="xMidYMid slice">
<g stroke="var(--amber)" stroke-width="1" opacity="0.85">
<path d="M40 170 L120 60 L200 170 Z" />
<path d="M120 60 L120 20" stroke="var(--cyan)"/>
<circle cx="120" cy="20" r="6" fill="none" stroke="var(--cyan)"/>
<path d="M40 170h320" stroke-width="0.8"/>
<path d="M60 170l-8 12h16z" fill="var(--amber)" opacity="0.7"/>
<g opacity="0.6">
<rect x="240" y="90" width="18" height="18"/>
<rect x="270" y="90" width="18" height="18"/>
<rect x="300" y="90" width="18" height="18"/>
<rect x="255" y="120" width="18" height="18"/>
<rect x="285" y="120" width="18" height="18"/>
</g>
<path d="M340 40l20 0 0 20" stroke="var(--cyan)"/>
</g>
</svg>
</div>
<div class="dossier-body">
<div class="chip-row" style="justify-content:space-between;">
<span class="stat-line">DOSSIER 04 // HACKATHON</span>
<span class="stat-line">RUNTIME: 24H</span>
</div>
<h3>Land of Pterror</h3>
<p class="brief">
RowdyHacks IX 24-hour build: an interactive pterosaur info site
styled like an 8-bit / SNES game. WebGL and 3D integration under a
hard deadline — rapid prototyping and UX design.
</p>
<div class="chip-row">
<span class="chip">WebGL</span>
<span class="chip">3D</span>
<span class="chip">UX Design</span>
<span class="chip">Prototyping</span>
</div>
<div class="dossier-foot">
<span class="stat-line">// EVENT: ROWDYHACKS IX</span>
<a class="link" href="https://devpost.com/software/landofpterror" target="_blank" rel="noopener">View Devpost →</a>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- ===================== SKILLS ===================== -->
<section class="section" id="skills">
<div class="container">
<div class="section-head reveal">
<span class="hud-label">04 // System Capabilities</span>
<h2>Skills <span class="accent">Array</span></h2>
<span class="head-meta">CALIBRATED READOUT | SELF-REPORTED PROFICIENCY</span>
</div>
<div class="skills-grid" id="skillsGrid">
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">Python</span><span class="skill-pct">92%</span></div>
<div class="skill-bar"><span data-pct="92"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">JavaScript / React</span><span class="skill-pct">88%</span></div>
<div class="skill-bar"><span data-pct="88"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">SQL Databases</span><span class="skill-pct">85%</span></div>
<div class="skill-bar"><span data-pct="85"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">C#</span><span class="skill-pct">80%</span></div>
<div class="skill-bar"><span data-pct="80"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">PHP</span><span class="skill-pct">78%</span></div>
<div class="skill-bar"><span data-pct="78"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">Cloud Infrastructure</span><span class="skill-pct">76%</span></div>
<div class="skill-bar"><span data-pct="76"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">Data Analysis</span><span class="skill-pct">82%</span></div>
<div class="skill-bar"><span data-pct="82"></span></div>
</div>
<div class="skill-node panel reveal">
<div class="skill-top"><span class="skill-name">Sitecore CMS</span><span class="skill-pct">84%</span></div>
<div class="skill-bar"><span data-pct="84"></span></div>
</div>
</div>
</div>
</section>
<!-- ===================== CONTACT ===================== -->
<section class="section" id="contact">
<div class="container">
<div class="section-head reveal" style="text-align:center; align-items:center;">
<span class="hud-label no-tick">05 // Comms Terminal</span>
<h2>Establish <span class="accent">Comms</span></h2>
</div>
<div class="comms reveal">
<div class="comms-window panel">
<div class="panel-bar">
<span>>_ comms.link // secure</span>
<span class="dot-row"><span class="dot on"></span><span class="dot on"></span><span class="dot"></span></span>
</div>
<div class="comms-body">
<p class="comms-line"><span class="prompt">operator@bvdlc</span>:~$ ping bernardo</p>
<p class="comms-line"><span class="out">// reply received — channels open. Select a link to transmit.</span></p>
<div class="comms-actions">
<a class="comms-link" href="mailto:bvaq20@outlook.com">
<span class="clabel"><span class="k">Email</span> bvaq20@outlook.com</span>
<span class="arrow">→</span>
</a>
<a class="comms-link" href="tel:+12103737321">
<span class="clabel"><span class="k">Phone</span> (210) 373-7321</span>
<span class="arrow">→</span>
</a>
<a class="comms-link" href="https://www.linkedin.com/in/bvdlc/" target="_blank" rel="noopener">
<span class="clabel"><span class="k">LinkedIn</span> in/bvdlc</span>
<span class="arrow">→</span>
</a>
<a class="comms-link" href="https://github.com/Ber-Vazq" target="_blank" rel="noopener">
<span class="clabel"><span class="k">GitHub</span> Ber-Vazq</span>
<span class="arrow">→</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ===================== FOOTER ===================== -->
<footer class="footer">
<div class="container-wide footer-inner">
<span class="copyright">© <span id="year">2026</span> Bernardo Vazquez. All rights reserved.</span>
<span class="foot-status"><span class="led"></span>ALL SYSTEMS NOMINAL</span>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>