diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2023-01-16 22:07:50 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2023-01-16 22:07:50 -0500 |
commit | 1fcb816b8f05bc7080a8fffce2b59407388055e9 (patch) | |
tree | fc051ae25d860ba0e5491e7e13a142ae91a2192a /index.html | |
parent | f625af12aa0c80dab02c5c4f2ba4d6d5059518ef (diff) |
no gifs, reference page, downloads page, more links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -28,8 +28,10 @@ <hr/> <ul> <li><a href="https://git.dwalker.xyz">Code</a></li> - <li><a href="recipes.html">Recipes</a></li> <li><a href="books.html">Reading List</a></li> + <li><a href="downloads.html">Downloads</a></li> + <li><a href="recipes.html">Recipes</a></li> + <li><a href="reference.html">Reference</a></li> </ul> </div> <div class="column"> @@ -38,6 +40,8 @@ <ul> <li><a href="https://suckless.org">Suckless Software</a></li> <li><a href="https://wttr.in">Weather</a></li> + <li><a href="https://opnxng.com">Search</a></li> + <li><a href="https://simplytranslate.org">Translations</a></li> <li><a href="https://lukesmith.xyz">Luke Smith</a></li> </ul> </div> @@ -67,10 +71,10 @@ </div> </div> + <hr/> + <footer> - <a href="https://dwalker.xyz"><img src="img/dwalker.gif" alt="dwalker.xyz" title="dwalker.xyz" width="88" height="31"></a> - <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net" width="88" height="31"></a> - <a href="https://voidlinux.org"><img src="img/void.gif" alt="VoidLinux.org" title="voidlinux.org" width="88" height="31"></a> + <p><a href="https://dwalker.xyz">dwalker.xyz</a> 🄯 2023</p> </footer> </main> </body> |