Skip to content

Commit 0f1cdf7

Browse files
committed
Make About Me a link to resume.
1 parent d443117 commit 0f1cdf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ static/
1010
!.yarn/sdks
1111
!.yarn/versions
1212
.yarn/install-state.gz
13+
14+
.env*

app/alloydflanagan/templates/components/tab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<nav class="nav nav-masthead justify-content-center app-nav">
2-
<span class="nav-link"><a href="{% url 'about' %}" hx-boost="true" hx-target="#home-content" hx-trigger="hover">About Me</a></span>
2+
<span class="nav-link"><a href="documents/1/Resume_June_2025.pdf">About Me</a></span>
33
<span class="nav-link"><a href="#contact">Contact Me</a></span>
44
<span class="nav-link"><a href="#blog">Blog</a></span>
55
<span class="nav-link"><a href="#portfolio">Portfolio</a></span>

0 commit comments

Comments
 (0)