Public Access
1
0

feat: update resume links and add new resume page

This commit is contained in:
2025-08-25 00:53:51 -04:00
parent e325d0f504
commit c8f4bf5b39
5 changed files with 30 additions and 6 deletions

View File

@@ -61,7 +61,7 @@
<a href="/#skills" class="text-gray-300 hover:text-blue-400">Skills</a>
<a href="/#experience" class="text-gray-300 hover:text-blue-400">Experience</a>
<a href="/#contact" class="text-gray-300 hover:text-blue-400">Contact</a>
<a href="{{ site.resumeUrl }}" target="_blank" class="btn">View Resume</a>
<a href="/resume" class="btn">View Resume</a>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-white focus:outline-none">
@@ -77,7 +77,7 @@
<a href="/#skills" class="block text-gray-300 hover:text-blue-400">Skills</a>
<a href="/#experience" class="block text-gray-300 hover:text-blue-400">Experience</a>
<a href="/#contact" class="block text-gray-300 hover:text-blue-400">Contact</a>
<a href="{{ site.resumeUrl }}" target="_blank" style="margin-left: 4rem; margin-right: 4rem;" target="_blank" class="block btn mt-2 mb-2 m">View Resume</a>
<a href="/resume" style="margin-left: 4rem; margin-right: 4rem;" target="_blank" class="block btn mt-2 mb-2 m">View Resume</a>
</div>
</header>
<main class="main-content container mx-auto px-6 md:px-10 lg:px-20 py-12">

View File

@@ -2,12 +2,14 @@
layout: "layout.njk"
---
<article>
<div class="mb-8">
{% if tags and 'general' in tags %}
<div>
<a href="/blog">
<i class="fas fa-arrow-left mr-2"></i>
Back to all posts
</a>
</div>
{% endif %}
<h1>{{ title }}</h1>
<div class="post-meta flex items-center text-gray-400">
<i class="fas fa-calendar-alt mr-2"></i>

View File

@@ -106,7 +106,7 @@ article img[src*='#center'] {
article h1, article h2, article h3, article h4, article h5, article h6 {
font-weight: 700;
color: #f9fafb;
margin-top: 2em;
margin-top: 1em;
margin-bottom: 0.5em;
line-height: 1.25;
}

View File

@@ -12,8 +12,7 @@ image: "/assets/images/jesus.jpg"
<p id="typewriter" style="font-family: 'Red Hat Mono', monospace;" class="text-lg md:text-2xl text-blue-400 font-medium mb-8 h-8"></p>
<p class="text-lg md:text-xl text-gray-400 max-w-3xl mx-auto mb-8">10+ years of experience in troubleshooting, designing, and deploying robust network solutions.</p>
<div class="flex justify-center space-x-4">
<a href="#contact" class="btngray">Contact Me</a>
<a href="{{ site.resumeUrl }}" target="_blank" class="md:hidden btn">View Resume</a>
<a href="#contact" class="btn">Contact Me</a>
</div>
</section>
<!-- About Me Section -->

23
src/resume.md Normal file
View File

@@ -0,0 +1,23 @@
---
title: "My Professional Resume"
date: "2025-08-25"
layout: "post.njk"
sitemapPriority: 0.8
sitemapChangefreq: "monthly"
---
<div style="max-width: 900px; margin: auto;">
<div style="position: relative; padding-top: 129.41%;">
<iframe
id="pdf-viewer"
src="/resume/jesus.pdf#view=FitH&toolbar=0&navpanes=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;">
</iframe>
</div>
</div>
<div style="text-align: center; margin-top: 2rem;">
<a href="/resume/jesus.pdf" download="Jesus_E_Otero_Lagunes_Resume.pdf" class="btn">
<i class="fas fa-download mr-2"></i>Download
</a>
</div>