website

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

commit f9811516fbce5b84c7c4ec1b3da782c79ec21303
parent 54554317495c62590bc4d08d3c85d3d89664b0d1
Author: Shipwreckt <shipwreckt@mailfence.com>
Date:   Thu,  1 Aug 2024 21:42:30 +0000

Added some little bits

Diffstat:
Apublic/Images/media/revolutionos.jpg | 0
Apublic/Images/media/zomboid.jpg | 0
Apublic/about/media | 36++++++++++++++++++++++++++++++++++++
Mpublic/index.html | 4++--
Mpublic/links.html | 4++++
5 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/public/Images/media/revolutionos.jpg b/public/Images/media/revolutionos.jpg Binary files differ. diff --git a/public/Images/media/zomboid.jpg b/public/Images/media/zomboid.jpg Binary files differ. diff --git a/public/about/media b/public/about/media @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Hardware</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 class="description"> + <h1>Media I Enjoy!</h1> + <p>This page is about some media I enjoy. It is divided into two different categories: video games and movies, for now, I do plan to add some books in the future!</p> + + <h2>Video Games</h2> + <img src="../Images/media/zomboid.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"> + <br><p>My favorite video game is <a href="https://projectzomboid.com">Project Zomboid</a>, a zombie survival game where you have to survive for the longest amount of time. I like the amount of mods the Project Zomboid community has made over time, which add so much content to the game. I am excited for when they add other humans as AI into the game because that would create a whole new level to the game.</p> + + + <h2>Movies</h2> + <a href="http://www.revolution-os.com"><img src="../Images/media/revolutionos.jpg" class="left-image" width="100" style="padding: 10px; display: block; margin: 10px auto; max-width: 100%;"></a> + <br><p>A movie I can watch over and over again is <a href="http://www.revolution-os.com/index.html">Revolution OS</a> because I love the way it covers the Free software and open source software movements separately and in a non-biased way. It also provides a lot of information about one of my favorite subjects, the GNU/Linux operating system.</p> + </main> +</body> +</html> + diff --git a/public/index.html b/public/index.html @@ -20,9 +20,9 @@ </nav> </header> <main class="description"> - <p>Hello there! I’m Shipwreckt, a teenager from the UK. I have a passion for programming and am currently learning C and exploring various diffrent algorithms. I also work with Linux and am diving into more complex aspects of it. You can see what I’m up to right now <a href="about/todo">here</a>.</p> + <p>Hello there! I’m Shipwreckt, a 15 year old dude from the UK. I have a passion for programming and am currently learning C and exploring various diffrent algorithms. I also work with Linux and am diving into more complex aspects of it. You can see what I’m up to right now <a href="about/todo">here</a>.</p> - <p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use</p> + <p><a href="about/software">Software</a> and <a href="about/hardware">hardware</a> that I use, also <a href="about/media">media</a> I enjoy.</p> <section class="posts"> <h2>Posts</h2> <ul> diff --git a/public/links.html b/public/links.html @@ -33,6 +33,10 @@ <li><a href="https://www.blender.org/">Blender</a></li> <li><a href="https://librewolf.net/">Librewolf</a></li> <li><a href="https://gnu.org/">The GNU project</a></li> + <li><a href="https://annas-archive.org/?ref=scubidu.eu">Anna’s Archive</a></li> + <li><a href="https://jellyfin.org/">Jellyfin</a></li> + <li><a href="https://www.qbittorrent.org/">qbittorrent</a></li> + <li><a href=""https://docs.searxng.org/>Searxng</a></li> </ul> <p>Projects I am yet to try</p>