replace "contact" with "links" and add github link

This commit is contained in:
wi11-holdsworth 2025-05-29 12:50:56 +10:00
parent 3b3d1c80ab
commit 3714afc24c
7 changed files with 12 additions and 8 deletions

View file

@ -19,7 +19,7 @@
| Blog |
<a href="../../../pages/about.html">About</a>
|
<a href="../../../pages/contact.html">Contact</a>
<a href="../../../pages/links.html">Links</a>
</nav>
<hr>
</header>

View file

@ -19,7 +19,7 @@
| Blog |
<a href="../pages/about.html">About</a>
|
<a href="../pages/contact.html">Contact</a>
<a href="../pages/links.html">Links</a>
</nav>
<hr>
</header>

View file

@ -20,7 +20,7 @@
|
<a href="pages/about.html">About</a>
|
<a href="pages/contact.html">Contact</a>
<a href="pages/links.html">Links</a>
</nav>
<hr>
</header>

View file

@ -19,7 +19,7 @@
|
<a href="../blog/index.html">Blog</a>
| About |
<a href="contact.html">Contact</a>
<a href="links.html">Links</a>
</nav>
<hr>
</header>

View file

@ -20,15 +20,19 @@
<a href="../blog/index.html">Blog</a>
|
<a href="about.html">About</a>
| Contact
| Links
</nav>
<hr>
</header>
<main>
<h2>Email Address</h2>
<a href="mailto:canyon-scary-tutu@duck.com">canyon-scary-tutu@duck.com</a>
<p>This forwarding address is provided by <a href="https://duckduckgo.com/email/">DuckDuckGo</a> and is periodically
regenerated to reduce spam.</p>
<a href="mailto:canyon-scary-tutu@duck.com">canyon-scary-tutu@duck.com</a>
<h2>GitHub</h2>
<a href="https://github.com/wi11-holdsworth/">GitHub</a>
<p>I host all of my code on GitHub, although I am considering replacing this soon with a self-hosted <a
href="https://sourcehut.org/">sourcehut</a> instance.</p>
<h2>Social Media</h2>
<p>I currently use social media exclusively among close friends. If this ever changes, I will add some links.
</p>

View file

@ -19,7 +19,7 @@
|
<a href="../pages/about.html">About</a>
|
<a href="../pages/contact.html">Contact</a>
<a href="../pages/links.html">Links</a>
</nav>
<hr>
</header>