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 | |
parent | 288393bd2b7c50617cc2e34f6fc7b594bd0da6c0 (diff) |
test
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | public/index.html | 7 |
2 files changed, 13 insertions, 2 deletions
@@ -1 +1,7 @@ -This is my goofie website :D
\ No newline at end of file +This is my personal website I do hope you like it! +The reason why I have made this website is because I love the idea of a place that I own and +control, I can just add whatever I want to this and it is awesome ! + +There is somethings still to do till I can fully say it is out but I am working my hardest with the +time I have so don't judge so fast! +link to the website: https://shipwreckt.co.uk 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> |