replace "contact" with "links" and add github link
This commit is contained in:
parent
3b3d1c80ab
commit
3714afc24c
7 changed files with 12 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue