website

This is my amazing website!
git clone git://shipwreckt.co.uk/website
Log | Files | Refs | README | LICENSE

commit 01e9e8c80286497de3793a9310a336eaad0a66bc
parent a6f73870da0d6aadaef54088765f43b6fd748a27
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Wed, 28 Aug 2024 00:03:25 +0100

Added more tags

Diffstat:
Mpublic/posts/00dwm | 2+-
Mpublic/posts/02FreeBSD | 2+-
Mpublic/posts/04Servers | 2+-
Mpublic/posts/05Yubikeys | 2+-
Mpublic/posts/07FishShell | 4+---
Mpublic/posts/08ArchServer | 5+----
Apublic/posts/tags/BSD | 37+++++++++++++++++++++++++++++++++++++
Mpublic/posts/tags/Hardware | 14++++++++++----
Mpublic/posts/tags/Linux | 24++++++++++++++++--------
Apublic/posts/tags/Tech | 37+++++++++++++++++++++++++++++++++++++
Mpublic/styles.css | 9++++++++-
11 files changed, 114 insertions(+), 24 deletions(-)

diff --git a/public/posts/00dwm b/public/posts/00dwm @@ -28,7 +28,7 @@ <p>So far, I would say DWM is the perfect window manager for me. I do not see myself going back to Qtile or I3 any time soon because DWM has literally everything I would ever need and more, thanks to the amazing patches I am set up with. I have found it quite easy to configure it; it did take a little bit of time to get used to, but the people at Suckless have made it very easy to configure. I don't think I will be adding much to DWM from now on because I have it how I want currently, so I am pretty happy!</p> <p><br>That is all for this post thank you for reading, more posts to come!</p> <center><hr> - <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a></pre> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/BSD">More BSD 😈</a> | <a href="tags/Tech">More Tech 🧑‍💻</a> </pre> </main> </body> diff --git a/public/posts/02FreeBSD b/public/posts/02FreeBSD @@ -51,7 +51,7 @@ <p>Overall, I like FreeBSD and could use it as a daily driver since it supports three of my most-used programs: `git`, `Librewolf`, and `Alacritty`. I appreciate how it works, but for now, I’m sticking with Linux because I am more comfortable with it and prefer Linux over BSD. In the future, I plan to set up a server with <a href="https://www.openbsd.org/">OpenBSD</a>, as I’ve heard excellent things about BSD servers.</p> <p>Thank you for reading!</p> <center><hr> - <pre><a href="../index.html">Back 🚪</a></pre> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/BSD">More BSD 😈</a> | <a href="tags/Tech">More Tech 🧑‍💻</a> </pre> </body> diff --git a/public/posts/04Servers b/public/posts/04Servers @@ -44,7 +44,7 @@ <h2>Conclusion</h2> <p>Overall, this has been an enjoyable project, and I will probably migrate my server sometime in the coming weeks. As always, thank you for reading!</p> <center><hr> - <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/Hardware">Hardware 🖥</a></pre> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a> | <a href="tags/Hardware">Hardware 🖥</a> | <a href="tags/BSD">More BSD 😈</a> | <a href="tags/Tech">More Tech 🧑‍💻</a> </pre> </main> </body> </html> diff --git a/public/posts/05Yubikeys b/public/posts/05Yubikeys @@ -37,7 +37,7 @@ <p>That is all I am going to look more into hardware keys because well they are awesome, but that is all thank you for reading!</p> <center><hr> - <pre><a href="../index.html">Back 🚪</a></pre> + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Hardware">More hardware 🖥</pre> </main> </body> </html> diff --git a/public/posts/07FishShell b/public/posts/07FishShell @@ -47,9 +47,7 @@ <p>Overall, I am rather impressed by fish. I will use it as my main shell for the time being, but if I do have any problems, I can just switch to Bash shell for the duration of that problem. I know there is probably a bunch I have missed out on Fish shell, but so far it has been smooth and I have nothing but good to say about it!</p> <p>Thank you for reading.</p> <center><hr> - <pre><a href="../index.html">Back</a> | <a href="tags/Linux">More Linux 🐧</a></pre> - - + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a></pre> </main> </body> </html> diff --git a/public/posts/08ArchServer b/public/posts/08ArchServer @@ -51,10 +51,7 @@ <p>I will probably only use Arch Linux for servers because it is hassle-free and easy to use! That is all there is to say it was easy and less of a headache than <a href="https://ubuntu.com">Ubuntu</a>, at least in my experience.</p> <p>But thank you for reading!</p> <center><hr> - <pre><a href="../index.html">Back</a> | <a href="tags/Linux">More Linux 🐧</a></pre> - - - + <pre><a href="../index.html">Back 🚪</a> | <a href="tags/Linux">More Linux 🐧</a></pre> </main> </body> </html> diff --git a/public/posts/tags/BSD b/public/posts/tags/BSD @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>BSD 😈</title> + <link rel="stylesheet" href="../../styles.css"> + <link rel="icon" href="../../Images/favi.png" type="image/x-icon"> +</head> +<body> + <header> + <nav> + <ul> + <li><a href="../../index.html">Home</a></li> + <li><a href="../../links.html">Links</a></li> + <li><a href="../../projects.html">Projects</a></li> + <li><a href="../../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main> + <div class="tags"> + <center> + <h1>BSD 😈</h1> + </center> + <p>17-08-2024 - <a href="../07FishShell">Trying out fish 🐟</a></p> + <p>27-07-2024 - <a href="../04Servers">Messing with servers</a></p> + <p>22-07-2024 - <a href="../02FreeBSD">Trying out FreeBSD</a></p> + </div> + + <div class="tags2"><hr> + <h3>Other tags</h3> + <pre><a href="Linux">Linux 🐧</a> | <a href="Hardware">Hardware 🖥</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + </div> + </main> +</body> +</html> diff --git a/public/posts/tags/Hardware b/public/posts/tags/Hardware @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Linux 🐧</title> + <title>Hardware 🖥</title> <link rel="stylesheet" href="../../styles.css"> <link rel="icon" href="../../Images/favi.png" type="image/x-icon"> </head> @@ -18,14 +18,20 @@ </ul> </nav> </header> - <main class="tags"> + <main> + <div class="tags"> <center> <h1>Hardware 🖥</h1> </center> <p>17-08-2024 - <a href="../06NewLaptop">New Laptop !</a></p> + <p>03-08-2024 - <a href="../05Yubikeys">Yubikeys!</a></p> <p>27-07-2024 - <a href="../04Servers">Messing with servers</a></p> - </center> + </div> + + <div class="tags2"><hr> + <h3>Other tags</h3> + <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + </div> </main> </body> </html> - diff --git a/public/posts/tags/Linux b/public/posts/tags/Linux @@ -18,14 +18,22 @@ </ul> </nav> </header> - <main class="tags"> - <center> - <h1>Linux 🐧</h1> - </center> - <p>26-08-2024 - <a href="../08ArchServer">Arch Server!</a></p> - <p>17-08-2024 - <a href="../07FishShell">Trying Out Fish 🐟</a></p> - <p>27-07-2024 - <a href="../04Servers">Messing With Servers</a></p> - <p>13-07-2024 - <a href="../00dwm">Switching to DWM</a></p> + <main> + <div class="tags"> + <center> + <h1>Linux 🐧</h1> + </center> + <p>26-08-2024 - <a href="../08ArchServer">Arch Server!</a></p> + <p>17-08-2024 - <a href="../07FishShell">Trying Out Fish 🐟</a></p> + <p>27-07-2024 - <a href="../04Servers">Messing With Servers</a></p> + <p>13-07-2024 - <a href="../00dwm">Switching to DWM</a></p> + </div> + + <div class="tags2"><hr> + <h3>Other tags</h3> + <pre><a href="Hardware">Hardware 🖥</a> | <a href="BSD">BSD 😈</a> | <a href="Tech">Tech 🧑‍💻</a> |</pre> + </div> + </main> </body> </html> diff --git a/public/posts/tags/Tech b/public/posts/tags/Tech @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Tech 🧑‍💻</title> + <link rel="stylesheet" href="../../styles.css"> + <link rel="icon" href="../../Images/favi.png" type="image/x-icon"> +</head> +<body> + <header> + <nav> + <ul> + <li><a href="../../index.html">Home</a></li> + <li><a href="../../links.html">Links</a></li> + <li><a href="../../projects.html">Projects</a></li> + <li><a href="../../contact.html">Contact</a></li> + </ul> + </nav> + </header> + <main> + <div class="tags"> + <center> + <h1>Tech 🧑‍💻</h1> + </center> + <p>27-07-2024 - <a href="../02FreeBSD">Messing with servers</a></p> + <p>22-07-2024 - <a href="../02FreeBSD">Trying out FreeBSD</a></p> + <p>13-07-2024 - <a href="../00dwm">Switching to DWM</a></p> + </div> + + <div class="tags2"><hr> + <h3>Other tags</h3> + <pre><a href="Linux">Linux 🐧</a> | <a href="BSD">BSD 😈</a> | <a href="Hardware">Hardware 🖥</a> |</pre> + </div> + </main> +</body> +</html> diff --git a/public/styles.css b/public/styles.css @@ -57,7 +57,14 @@ a:hover { .tags { margin: 20px auto; font-size: 18px; - max-width: 30%; + max-width: 32%; + padding: 0 10px; +} + +.tags2 { + margin: 20px auto; + font-size: 18px; + max-width: 60%; padding: 0 10px; }