diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-30 12:43:40 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 14:15:43 -0400 |
commit | 685d13be84238dd82fe8bfdcd7adc09dcdb56482 (patch) | |
tree | b2f0b5806ab20d3d9b6ebe28016a7918fc4110e8 /html/index.tmpl.html | |
parent | 57f40ae15282c7998eeda77cb43eaad4d5a741c8 (diff) |
Add portfolio links to header/footer and index
Diffstat (limited to 'html/index.tmpl.html')
-rw-r--r-- | html/index.tmpl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/index.tmpl.html b/html/index.tmpl.html index d348b56..2b1c25e 100644 --- a/html/index.tmpl.html +++ b/html/index.tmpl.html @@ -15,6 +15,7 @@ <p>Connect with me on LinkedIn: <br><a href="https://linkedin.com/in/ascerba" target="_blank" rel="noopener noreferrer"><b>linkedin.com/in/ascerba</b></a></p> <p>Email <a href="mailto:me@alexscerba.com"><b>me@alexscerba.com</b></a></p> <p>View my <a href="/static/Resume_Scerba.pdf"><b>résumé</b></a> + <p>Download my <a href="/static/Portfolio.pdf" download><b>portfolio</b></a> </div> </div> <div class="projects even-2-col-grid"> @@ -26,4 +27,4 @@ {{ end }} </div> </div> -{{ end }}
\ No newline at end of file +{{ end }} |