diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-07-23 20:23:47 +0000 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-07-23 20:23:47 +0000 |
commit | a91d34a40428127f3cd4f11b4a62b81c2732e4b7 (patch) | |
tree | e9b96ed2362e31376f66e9c8d64d9aa1e2d888a1 | |
parent | d85f5d3966809f7858a6ddf9af380d9c01468634 (diff) |
added some lil bits
-rw-r--r-- | public/index.html | 2 | ||||
-rw-r--r-- | public/links.html | 5 | ||||
-rw-r--r-- | public/projects/programs/fakefetch | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 896b205..2be7f86 100644 --- a/public/index.html +++ b/public/index.html @@ -25,7 +25,7 @@ <section class="posts"> <h2>Posts</h2> <ul> - <li>19-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li> + <li>22-07-2024 - <a href="posts/3FreeBSD">Trying out FreeBSD</a></li> <li>19-07-2024 - <a href="posts/2Summer"><b>Summer holiday!</b></a></li> <li>13-07-2024 - <a href="posts/1dwm">Switching to DWM</a></li> <li>10-06-2024 - <a href="posts/0learningC">Learning the C programming language</a></li> diff --git a/public/links.html b/public/links.html index f4f00bb..fa9f04a 100644 --- a/public/links.html +++ b/public/links.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<9!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> @@ -24,7 +24,8 @@ <h2>Links</h2> <p>Other personal websites of people I know</p> <ul> - <li><a href="https://tippfehlr.dev/">tippfehlr.dev</a></li> + <li><a href="https://tippfehlr.dev/">Tippfehlr</a></li> + <li><a href="https://www.gositi.se/">Gositi</a></li> </ul> <p>Projects I use and love</p> <ul> diff --git a/public/projects/programs/fakefetch b/public/projects/programs/fakefetch index 8f436a8..2aba79f 100644 --- a/public/projects/programs/fakefetch +++ b/public/projects/programs/fakefetch @@ -35,6 +35,7 @@ <img src="../../Images/Fakefetch/Fakefetch.png" alt="An example of fakefetch!" width="750" height="auto"> <br> <a href="https://gitlab.com/Shipwreckt/fakefetch">Source code on Gitlab</a> + <p>In the next upcoming updates I plan to add an IP address option and a way to configure it in ~/.config/shipwreckt for ease of use.</p> <hr> <h1>News</h1> <h2>Great rewrite</h2><h3>Date: 8/7/2024</h3> |