Skip to content

Commit 0b86e31

Browse files
committed
add /now link to footer
1 parent f8bf62f commit 0b86e31

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_includes/footer.njk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,13 @@
7070
<div class="footer-link-container">
7171
<a class="standard-link" href="https://github.com/samharp" target="_blank">GitHub</a>
7272
</div>
73+
<div class="footer-link-container">
74+
<a class="standard-link" href="/now" target="_blank">Current projects (/now)</a>
75+
</div>
7376
<div class="footer-link-container">
7477
<a class="standard-link" href="https://www.buymeacoffee.com/samharp" target="_blank">Buy Me A Coffee</a>
7578
</div>
76-
79+
7780
<a id="back-to-top-link" class="standard-link show-with-jsx" href="#top">Back to top</a>
7881
</div>
7982
</div>

index.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ scripts: /js/build-projects-scripts.js
4646
<h3>A little more about me&hellip;</h3>
4747
<p>I'm an imaginative and motivated designer with 7 years of professional experience in Web, Graphic, and UI/UX Design. I started coding in Batch at 12 years old, and quickly found my passion for computer and web-based design. Each of my projects have helped me learn and grow as a designer, as well as help set myself apart. I strive to not just show the world my creative ideas, but to change the world with them.</p>
4848
<p>Professionally, I'm the Founder &amp; CEO of <a class="standard-link" target="_blank" href="https://terrabyte.eco">Terrabyte</a> and the President of <a class="standard-link" targer="_blank" href="https://www.goldenharpmedia.com">Golden Harp Media</a>.</p>
49-
<p>
50-
Keep scrolling to see some of my <a class="standard-link" href="#portfolio-filter-section">past projects</a> &mdash; or, read about what I'm up to <a class="standard-link" href="/now/index.html">now</a>.
51-
</p>
49+
{# <p>
50+
Keep scrolling to see some of my <a class="standard-link" href="#portfolio-filter-section">past projects</a> &mdash; or, read about what I'm up to <a class="standard-link" href="/now">now</a>.
51+
</p> #}
5252
</div>
5353
<div class="picture-container item-images-container flex-width flex-container all-center">
5454
<div class="about-pics-container">

0 commit comments

Comments
 (0)