diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 21:56:32 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-12 21:56:32 +0100 |
commit | aa930f87b0ab2371e58700bc6b82c1fa72836c5f (patch) | |
tree | a228670220cca51d6cea55c90caf8e8df21b49a1 /public/index.html | |
parent | 2c9e4e74f4482d86ec46d76e00a8405c7c64b89c (diff) |
added favicon, qtile page, and projects linked.
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 6e83499..16adf63 100644 --- a/public/index.html +++ b/public/index.html @@ -66,6 +66,13 @@ </p> </div> + <div id="projects" class="content-region hide"> + <h2>Projects!</h2> + <p>Below is a list of my projects, have a look around!</p> + <li><a href="projects.html#qtile">Qtile configs</a></li> + + + </div> <div id="contact" class="content-region hide"> <h2>Contact</h2> <p>You can contact me here for any querys or suggestions.<br> |