diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-13 20:09:05 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-13 20:09:05 +0100 |
commit | f474f7eaea93ef5075436dab95b5cd6a1e846818 (patch) | |
tree | a1b3354949537d9426f16f5be85ec5ffd0e36b5e /public | |
parent | 288393bd2b7c50617cc2e34f6fc7b594bd0da6c0 (diff) |
test
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 049360c..69cfc80 100644 --- a/public/index.html +++ b/public/index.html @@ -69,8 +69,13 @@ <div id="projects" class="content-region hide"> <h2>Projects!</h2> <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> + <li><a href="projects/Fakefetch.html">Fakefetch script</a></li><br> + + <li>Written works</li> + <li><a href="projects/WeeklyByte.html">Weekly Byte</a></li> </div> |