diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-21 15:41:06 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-21 15:41:06 -0700 |
| commit | 24ed8823cb408e128243c9740a921435f02f4298 (patch) | |
| tree | ff5645f3bdc34d1821fa1b77f98ed9de58c41d0b /index.html | |
| parent | 77c70414b6ebbd681457f2912fe9ade3d0132952 (diff) | |
add dedicated resume section
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -251,10 +251,11 @@ <nav class="nav" aria-label="Sections"> <a href="#profile"><span>Profile</span><span>01</span></a> <a href="#credentials"><span>Credentials</span><span>02</span></a> - <a href="#featured"><span>Featured Research</span><span>03</span></a> - <a href="#research"><span>Research</span><span>04</span></a> - <a href="#capabilities"><span>Capabilities</span><span>05</span></a> - <a href="#contact"><span>Contact</span><span>06</span></a> + <a href="#resume"><span>Resume</span><span>03</span></a> + <a href="#featured"><span>Featured Research</span><span>04</span></a> + <a href="#research"><span>Research</span><span>05</span></a> + <a href="#capabilities"><span>Capabilities</span><span>06</span></a> + <a href="#contact"><span>Contact</span><span>07</span></a> </nav> <div class="session"> @@ -331,8 +332,19 @@ </div> </div> - <div style="margin-top:14px;display:flex;gap:10px"> - <a class="pill" href="Tyler_Resume.pdf" target="_blank" rel="noopener">Download PDF</a> + </section> + + <hr class="rule"> + + <!-- RESUME --> + <section id="resume" class="rv"> + <div class="eyebrow">Resume ยท curriculum_vitae.pdf</div> + <h2 class="h2" style="font-size:36px;margin-bottom:18px">Full <em>resume</em></h2> + <p class="body"> + A complete record of education, certifications, work history, and technical skills. Available as a PDF for quick viewing or an editable DOCX. Last updated June 2026. + </p> + <div style="margin-top:18px;display:flex;gap:10px;flex-wrap:wrap"> + <a class="pill" href="Tyler_Resume.pdf" target="_blank" rel="noopener">View / Download PDF</a> <a class="pill" href="Tyler_Resume.docx" download>Download DOCX</a> </div> </section> |
