diff options
-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> |