summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/index.html8
-rw-r--r--public/projects/WeeklyByte/2024/issue0WB.html (renamed from public/projects/WeeklyByte/issue0WB.html)16
-rw-r--r--public/projects/WeeklyByte/2024/issue1WB.html (renamed from public/projects/WeeklyByte/issue1WB.html)15
-rw-r--r--public/projects/WeeklyByte/2024/test111
-rw-r--r--public/projects/WeeklyByte/WeeklyByte.html48
-rw-r--r--public/projects/notes/programming_notes (renamed from public/projects/WeeklyByte.html)14
-rw-r--r--public/projects/programs/Fakefetch.html (renamed from public/projects/Fakefetch.html)16
-rw-r--r--public/projects/programs/Qtile.html (renamed from public/projects/Qtile.html)16
8 files changed, 196 insertions, 48 deletions
diff --git a/public/index.html b/public/index.html
index 397d148..41cdced 100644
--- a/public/index.html
+++ b/public/index.html
@@ -38,7 +38,7 @@
<p>Hello and welcome to my personal website! For the most part this website is mostly
about my programming work I have done, you can find all my coding projects
on the <a href="#projects">projects page</a>. I do a weekly news artical called
- <a href="projects/WeeklyByte.html">the weekly byte</a> where I do a Linux distro of the week
+ <a href="projects/WeeklyByte/WeeklyByte.html">the weekly byte</a> where I do a Linux distro of the week
and some software and hardware suggestions, also the odd bit of news. But that is mostly
it for this website have a look around and see what you like!
@@ -131,11 +131,11 @@
<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><br>
+ <li><a href="projects/programs/Qtile.html">Qtile configs</a></li>
+ <li><a href="projects/programs/Fakefetch.html">Fakefetch script</a></li><br>
<li>Written works</li>
- <li><a href="projects/WeeklyByte.html">Weekly Byte</a></li>
+ <li><a href="projects/WeeklyByte/WeeklyByte.html">Weekly Byte</a></li>
</div>
<div id="contact" class="content-region hide">
diff --git a/public/projects/WeeklyByte/issue0WB.html b/public/projects/WeeklyByte/2024/issue0WB.html
index 6f402c9..2eb2007 100644
--- a/public/projects/WeeklyByte/issue0WB.html
+++ b/public/projects/WeeklyByte/2024/issue0WB.html
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
- <link rel="icon" href="../../logo.jpg" type="image/x-icon">
+ <link rel="icon" href="../../../logo.jpg" type="image/x-icon">
<!-- styles -->
- <link href="../../style.css" rel="stylesheet" type="text/css" />
+ <link href="../../../style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
@@ -21,10 +21,10 @@
<!-- Menu selection -->
<ul class="main-menu">
- <li><a href="../../index.html#home">Home</a></li>
- <li><a href="../../index.html#about">About</a></li>
- <li><a href="../../index.html#projects">Projects</a></li>
- <li><a href="../../index.html#contact">Contact</a></li>
+ <li><a href="../../../index.html#home">Home</a></li>
+ <li><a href="../../../index.html#about">About</a></li>
+ <li><a href="../../../index.html#projects">Projects</a></li>
+ <li><a href="../../../index.html#contact">Contact</a></li>
</ul>
</header>
@@ -105,9 +105,7 @@
</div>
</div>
</div>
-
<!-- Load additional JS scripts here -->
- <script type="text/javascript" src="../../script.js"></script>
-
+ <script type="text/javascript" src="../../../script.js"></script>
</body>
</html>
diff --git a/public/projects/WeeklyByte/issue1WB.html b/public/projects/WeeklyByte/2024/issue1WB.html
index c9e50ef..3d5efb3 100644
--- a/public/projects/WeeklyByte/issue1WB.html
+++ b/public/projects/WeeklyByte/2024/issue1WB.html
@@ -3,17 +3,16 @@
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
- <link rel="icon" href="../../logo.jpg" type="image/x-icon">
+ <link rel="icon" href="../../../logo.jpg" type="image/x-icon">
<!-- styles -->
- <link href="../../style.css" rel="stylesheet" type="text/css" />
+ <link href="../../../style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
</head>
-<!-------------------------------------------------------------->
<body>
<header id="header">
@@ -21,10 +20,10 @@
<!-- Menu selection -->
<ul class="main-menu">
- <li><a href="../../index.html#home">Home</a></li>
- <li><a href="../../index.html#about">About</a></li>
- <li><a href="../../index.html#projects">Projects</a></li>
- <li><a href="../../index.html#contact">Contact</a></li>
+ <li><a href="../../../index.html#home">Home</a></li>
+ <li><a href="../../../index.html#about">About</a></li>
+ <li><a href="../../../index.html#projects">Projects</a></li>
+ <li><a href="../../../index.html#contact">Contact</a></li>
</ul>
</header>
@@ -96,7 +95,7 @@ habits and break old ones!
</div>
<!-- Load additional JS scripts here -->
- <script type="text/javascript" src="../../script.js"></script>
+ <script type="text/javascript" src="../script.js"></script>
</body>
</html>
diff --git a/public/projects/WeeklyByte/2024/test b/public/projects/WeeklyByte/2024/test
new file mode 100644
index 0000000..0445592
--- /dev/null
+++ b/public/projects/WeeklyByte/2024/test
@@ -0,0 +1,111 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Shipwreckt</title>
+ <link rel="icon" href="../../logo.jpg" type="image/x-icon">
+
+ <!-- styles -->
+ <link href="../../style.css" rel="stylesheet" type="text/css" />
+
+ <!-- jQuery -->
+ <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
+
+ </head>
+
+<!-------------------------------------------------------------->
+ <body>
+
+ <header id="header">
+ <h1>Shipwreckt</h1>
+
+ <!-- Menu selection -->
+ <ul class="main-menu">
+ <li><a href="../../index.html#home">Home</a></li>
+ <li><a href="../../index.html#about">About</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
+ <li><a href="../../index.html#contact">Contact</a></li>
+ </ul>
+
+</header>
+
+ <div id="container">
+ <div class="inner">
+ <div id="content">
+
+ <h3>Weekly byte<br> by shipwreckt<br> </h3>
+ <p><b>Linux distro of the week: Arch Linux</b></p>
+
+ <p> Personal experience<br>
+ I have Arch Linux on all my computers, and, to put it bluntly, I love it. This is due
+ to the fact that I am able to customise it to be whatever I want, and I know what is
+ on my computer instead of It grows bloated over time, like windows. While I have had
+ some trouble in the past with Arch, where all my faults and all of the problems I had
+ were easily fixed. Overall, I just like having full control over my computer and making
+ it look nice.</p>
+
+ <hr>
+ <p>Pros<br>
+ Arch Linux is very custimizable. Linux distro: no two Arch Linux systems are alike because
+ you have to tailor your arch Linux to your needs, this means you have more space on your
+ computer because you don't have programmes you do not use. There is a large catalogue of
+ programmes in the official Arch Linux repository, and there is also even more in the
+ AUR (Arch user repository)</p>
+
+ <p>If you are ever facing an issue with Arch Linux, there is more likely than not documentation
+ on your problem, an example of this happening to me was when I updated my packages, it told me I
+ had missing firmware, which I thought was odd, so I looked it up, and it turns out I needed to install
+ a few packages.</p>
+
+ <p>Arch Linux has a rolling release model, meaning you get all the fancy new software as
+ soon as it has been approved to be working. You do get updates daily, but I suggest updating
+ your computer every week.</p>
+ <hr>
+ <p>Cons<br>
+ This con is subjective, but Arch Linux has a steep learning curve. At the start, things are
+ hard, and You are very confused, but over time, you learn more and more. But if you enjoy
+ learning how to use I would suggest Arch because I have learned so much from it.</p>
+
+ <p>Arch is not the most beginner-friendly distro, and when I started using Arch, I thought
+ I knew how to use Linux through the command line pretty well, but I was proven so wrong,
+ so fast, there were lots of failed when I started with arch, but I learned and tried again
+ and looked at sources, while it is not the most beginner-friendly, you need to dive yourself
+ into the deep and try if you want to get anywhere in Arch Linux.</p>
+ <hr>
+ <p><b>Who would I suggest Arch to?<br></b>
+ I would suggest Arch Linux to somebody who is willing to learn and wants more power over their
+ computer's software<br><br>
+
+ Arch Linux website link: archlinux.org
+
+ Tip on installing: I suggest you watch SOG's instillation guide and follow along the first time
+ you Install it; I did, and it went well. After that, you can develop your own method. Here is the
+ <a href="https://www.youtube.com/watch?v=_JYIAaLrwcY">link to the video</a> </p>
+ <hr>
+ <p><b>Suggestion of the Week!<br><br>
+
+ Hardware</b><br>
+ This week's hardware suggestion I have for you is that if you are looking for a spare laptop to
+ work on or try out Linux. I suggest you look for second-hand ThinkPad; they are very durable and
+ are recommended for There are amazing keyboards, and I can back that up. If you look hard enough,
+ you will find one that is Pretty cheep. I got my ThinkPad for £40 ($50), and it has an I5 in it.
+ I use it more than my PC, so I would say it was worth every penny that I paid for it.</p>
+
+ <p><b>Software</b>
+ I suggest you learn how to use VIM. It is free and easy to learn the basics of, but it gives
+ you a lot of power. I suggest it, especially if you want to learn or are learning programming
+ due to the fact that it is really efficient for programming, I use it for programming and typing
+ up. these newsletters. </p>
+ <hr>
+ <p><b>Conclusion</b><br>
+ That is all for this week. I will post these on Fridays from now on; I only posted this today.
+ because I have been given permission to actually do this, and I am grateful. But if you read
+ all of this, thank you; it does mean a lot to me!</p>
+
+ </div>
+ </div>
+ </div>
+ <!-- Load additional JS scripts here -->
+ <script type="text/javascript" src="script.js"></script>
+ </body>
+</html>
diff --git a/public/projects/WeeklyByte/WeeklyByte.html b/public/projects/WeeklyByte/WeeklyByte.html
new file mode 100644
index 0000000..727e9ba
--- /dev/null
+++ b/public/projects/WeeklyByte/WeeklyByte.html
@@ -0,0 +1,48 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Shipwreckt</title>
+ <link rel="icon" href="../../logo.jpg" type="image/x-icon">
+
+ <!-- styles -->
+ <link href="../../style.css" rel="stylesheet" type="text/css" />
+
+ <!-- jQuery -->
+ <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
+
+ </head>
+
+ <body>
+
+ <header id="header">
+ <h1>Shipwreckt</h1>
+
+ <!-- Menu selection -->
+ <ul class="main-menu">
+ <li><a href="../../index.html#home">Home</a></li>
+ <li><a href="../../index.html#about">About</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
+ <li><a href="../../index.html#contact">Contact</a></li>
+ </ul>
+
+</header>
+
+ <div id="container">
+ <div class="inner">
+ <div id="content">
+
+ <h3>Weekly Byte </h3>
+ <p>The weekly byte is a kind of news thing I do each week, it covers some software and hardware I like and a weekly distro. There is also the odd bit of news if I think it is intresting but overall this is just so I can learn more about the Linux and programming world. </p>
+
+ <li><a href="2024/issue0WB.html">Issue 0</a></li>
+ <li><a href="2024/issue1WB.html">Issue 1</a></li>
+ </div>
+ </div>
+ </div>
+
+ <!-- Load additional JS scripts here -->
+ <script type="text/javascript" src="../../script.js"></script>
+
+ </body>
+</html>
diff --git a/public/projects/WeeklyByte.html b/public/projects/notes/programming_notes
index b1435cf..825a602 100644
--- a/public/projects/WeeklyByte.html
+++ b/public/projects/notes/programming_notes
@@ -34,17 +34,9 @@
<div class="inner">
<div id="content">
- <h2><b>Weekly Byte</b></h2>
- <p>
- The weekly byte is a kind of news thing I do each week, it covers some software and
- hardware I like and a weekly distro. There is also the odd bit of news if I think it is
- intresting but overall this is just so I can learn more about the Linux and programming world.
- </p>
- <li><a href="WeeklyByte/issue0WB.html">Issue 0</a></li>
- <li><a href="WeeklyByte/issue1WB.html">Issue 1</a></li>
-
-
-
+ <h2>Programming notes</h2>
+ <p>Hello there, this page is dedicated to my programming notes I have took overtime.
+ But I do hope you enjoy and maybe learn something from my notes.</p>
</div>
</div>
diff --git a/public/projects/Fakefetch.html b/public/projects/programs/Fakefetch.html
index 23a965e..527b65b 100644
--- a/public/projects/Fakefetch.html
+++ b/public/projects/programs/Fakefetch.html
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
- <link rel="icon" href="../logo.jpg" type="image/x-icon">
+ <link rel="icon" href="../../logo.jpg" type="image/x-icon">
<!-- styles -->
- <link href="../style.css" rel="stylesheet" type="text/css" />
+ <link href="../../style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
@@ -17,15 +17,15 @@
<body>
<header id="header">
- <img src="../logo.jpg">
+ <img src="../../logo.jpg">
<h1>Shipwreckt</h1>
<!-- Menu selection -->
<ul class="main-menu">
- <li><a href="../index.html#home">Home</a></li>
- <li><a href="../index.html#about">About</a></li>
- <li><a href="../index.html#projects">Projects</a></li>
- <li><a href="../index.html#contact">Contact</a></li>
+ <li><a href="../../index.html#home">Home</a></li>
+ <li><a href="../../index.html#about">About</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
+ <li><a href="../../index.html#contact">Contact</a></li>
</ul>
</header>
@@ -79,7 +79,7 @@
</div>
<!-- Load additional JS scripts here -->
- <script type="text/javascript" src="../script.js"></script>
+ <script type="text/javascript" src="../../script.js"></script>
</body>
</html>
diff --git a/public/projects/Qtile.html b/public/projects/programs/Qtile.html
index e00c56d..8fe1c0a 100644
--- a/public/projects/Qtile.html
+++ b/public/projects/programs/Qtile.html
@@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<title>Shipwreckt</title>
- <link rel="icon" href="../logo.jpg" type="image/x-icon">
+ <link rel="icon" href="../../logo.jpg" type="image/x-icon">
<!-- styles -->
- <link href="../style.css" rel="stylesheet" type="text/css" />
+ <link href="../../style.css" rel="stylesheet" type="text/css" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
@@ -17,15 +17,15 @@
<body>
<header id="header">
- <img src="../logo.jpg">
+ <img src="../../logo.jpg">
<h1>Shipwreckt</h1>
<!-- Menu selection -->
<ul class="main-menu">
- <li><a href="../index.html#home">Home</a></li>
- <li><a href="../index.html#about">About</a></li>
- <li><a href="../index.html#projects">Projects</a></li>
- <li><a href="../index.html#contact">Contact</a></li>
+ <li><a href="../../index.html#home">Home</a></li>
+ <li><a href="../../index.html#about">About</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
+ <li><a href="../../index.html#contact">Contact</a></li>
</ul>
</header>
@@ -80,7 +80,7 @@
</div>
<!-- Load additional JS scripts here -->
- <script type="text/javascript" src="../script.js"></script>
+ <script type="text/javascript" src="../../script.js"></script>
</body>
</html>