summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html24
1 files changed, 18 insertions, 6 deletions
diff --git a/index.html b/index.html
index 5a84eb9..2bff5de 100644
--- a/index.html
+++ b/index.html
@@ -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>