diff options
author | ThinkPad X270 <shipwreckt@mailfence.com> | 2024-05-23 20:31:33 +0100 |
---|---|---|
committer | ThinkPad X270 <shipwreckt@mailfence.com> | 2024-05-23 20:31:33 +0100 |
commit | 24d5d6eb3c5debb7f4ea22d7c64cb10480e7b8d8 (patch) | |
tree | 44ec04512e00991030be5eaf71d5393eff64de85 /public/index.html | |
parent | 4816f0c325aa5a93bf799be0dff59f363e574482 (diff) |
organized things for the long term
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index 397d148..41cdced 100644 --- a/public/index.html +++ b/public/index.html @@ -38,7 +38,7 @@ <p>Hello and welcome to my personal website! For the most part this website is mostly about my programming work I have done, you can find all my coding projects on the <a href="#projects">projects page</a>. I do a weekly news artical called - <a href="projects/WeeklyByte.html">the weekly byte</a> where I do a Linux distro of the week + <a href="projects/WeeklyByte/WeeklyByte.html">the weekly byte</a> where I do a Linux distro of the week and some software and hardware suggestions, also the odd bit of news. But that is mostly it for this website have a look around and see what you like! @@ -131,11 +131,11 @@ <p>Below is a list of my projects, have a look around!</p> <li>Programming</li> - <li><a href="projects/Qtile.html">Qtile configs</a></li> - <li><a href="projects/Fakefetch.html">Fakefetch script</a></li><br> + <li><a href="projects/programs/Qtile.html">Qtile configs</a></li> + <li><a href="projects/programs/Fakefetch.html">Fakefetch script</a></li><br> <li>Written works</li> - <li><a href="projects/WeeklyByte.html">Weekly Byte</a></li> + <li><a href="projects/WeeklyByte/WeeklyByte.html">Weekly Byte</a></li> </div> <div id="contact" class="content-region hide"> |