summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-06-30 19:41:04 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-06-30 19:41:04 +0100
commit24774d9f05a0fa594d1f32e3c95aeb641b3971ff (patch)
tree4162470a93a82b1fc7c059cb87179b54d5038ec5
parent4c5bc62c3f3a2e5201dffe13353d0fe61fe692d5 (diff)
fixed a few bugs and added hr tag to the sidebars
-rw-r--r--public/about/hardware8
-rw-r--r--public/about/software10
-rw-r--r--public/articles/0How_To_Stay_Safe_Online.html2
-rw-r--r--public/articles/1Learning_C.html2
-rw-r--r--public/index.html3
-rw-r--r--public/projects/WeeklyByte/2024/issue0WB.html4
-rw-r--r--public/projects/WeeklyByte/2024/issue1WB.html4
-rw-r--r--public/projects/WeeklyByte/2024/issue2WB.html4
-rw-r--r--public/projects/WeeklyByte/WeeklyByte.html4
-rw-r--r--public/projects/programs/Dotfiles.html4
-rw-r--r--public/projects/programs/Fakefetch.html6
-rw-r--r--public/styles.css4
12 files changed, 30 insertions, 25 deletions
diff --git a/public/about/hardware b/public/about/hardware
index 4e01d61..34eed21 100644
--- a/public/about/hardware
+++ b/public/about/hardware
@@ -9,21 +9,21 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="../index.html#welcome">Welcome</a></li>
<li><a href="../index.html#about">About Me</a></li>
- <li><a href="../index.html#Articles">Articles</a></li>
<li><a href="../index.html#contact">Reach out</a></li>
</ul>
</div>
<div class="content">
<header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1><hr>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
- <li><a href="../index.html#projects">projects</a></li>
+ <li><a href="../index.html#projects">Projects</a></li>
+ <li><a href="../index.html#Articles">Articles</a></li>
<li><a href="../index.html#contact">Contact</a></li>
</ul>
</nav>
diff --git a/public/about/software b/public/about/software
index 27385b6..b7917db 100644
--- a/public/about/software
+++ b/public/about/software
@@ -9,21 +9,21 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="../index.html#welcome">Welcome</a></li>
<li><a href="../index.html#about">About Me</a></li>
- <li><a href="../index.html#Articles">Articles</a></li>
<li><a href="../index.html#contact">Reach out</a></li>
</ul>
</div>
<div class="content">
<header>
- <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
+ <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1><hr>
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
- <li><a href="../index.html#projects">projects</a></li>
+ <li><a href="../index.html#projects">Projects</a></li>
+ <li><a href="../index.html#Articles">Articles</a></li>
<li><a href="../index.html#contact">Contact</a></li>
</ul>
</nav>
@@ -31,7 +31,7 @@
<main id="main-content">
<h2>Software</h2>
<h3>Linux distro</h3>
- I use arch, mainly because I am making my own work environment and I can pick what
+ I use <a href="https://archlinux.org/">arch</a>, mainly because I am making my own work environment and I can pick what
applications I want to install instead of some linux distro that does it for me, the
beauty of Arch Linux is that you're held responsible nothing happens unless you let it
happen. There is a learning curve but when you break it, it is more than worth it for
diff --git a/public/articles/0How_To_Stay_Safe_Online.html b/public/articles/0How_To_Stay_Safe_Online.html
index 2ecf4aa..f487a61 100644
--- a/public/articles/0How_To_Stay_Safe_Online.html
+++ b/public/articles/0How_To_Stay_Safe_Online.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="#article">Article</a></li>
<li><a href="#resources">Resources used</a></li>
diff --git a/public/articles/1Learning_C.html b/public/articles/1Learning_C.html
index e9db4be..3d962fe 100644
--- a/public/articles/1Learning_C.html
+++ b/public/articles/1Learning_C.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="#article">Article</a></li>
</ul>
diff --git a/public/index.html b/public/index.html
index e11d639..01f9d05 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,8 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2>
+ <hr>
<ul>
<li><a href="#welcome">Welcome</a></li>
<li><a href="#about">About Me</a></li>
diff --git a/public/projects/WeeklyByte/2024/issue0WB.html b/public/projects/WeeklyByte/2024/issue0WB.html
index cc4debf..6fea8a8 100644
--- a/public/projects/WeeklyByte/2024/issue0WB.html
+++ b/public/projects/WeeklyByte/2024/issue0WB.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="../WeeklyByte.html">Weekly byte</a></li>
</ul>
@@ -21,7 +21,7 @@
<nav>
<ul>
<li><a href="../../../index.html">Home</a></li>
- <li><a href="../../../index.html#projects">projects</a></li>
+ <li><a href="../../../index.html#projects">Projects</a></li>
<li><a href="../../../index.html#Articles">Articles</a></li>
<li><a href="../../../index.html#contact">Contact</a></li>
</ul>
diff --git a/public/projects/WeeklyByte/2024/issue1WB.html b/public/projects/WeeklyByte/2024/issue1WB.html
index 11d5823..f4532c5 100644
--- a/public/projects/WeeklyByte/2024/issue1WB.html
+++ b/public/projects/WeeklyByte/2024/issue1WB.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="../WeeklyByte.html">Weekly byte</a></li>
</ul>
@@ -21,7 +21,7 @@
<nav>
<ul>
<li><a href="../../../index.html">Home</a></li>
- <li><a href="../../../index.html#projects">projects</a></li>
+ <li><a href="../../../index.html#projects">Projects</a></li>
<li><a href="../../../index.html#Articles">Articles</a></li>
<li><a href="../../../index.html#contact">Contact</a></li>
</ul>
diff --git a/public/projects/WeeklyByte/2024/issue2WB.html b/public/projects/WeeklyByte/2024/issue2WB.html
index 2fa1003..339a02b 100644
--- a/public/projects/WeeklyByte/2024/issue2WB.html
+++ b/public/projects/WeeklyByte/2024/issue2WB.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="../WeeklyByte.html">Weekly byte</a></li>
</ul>
@@ -21,7 +21,7 @@
<nav>
<ul>
<li><a href="../../../index.html">Home</a></li>
- <li><a href="../../../index.html#projects">projects</a></li>
+ <li><a href="../../../index.html#projects">Projects</a></li>
<li><a href="../../../index.html#Articles">Articles</a></li>
<li><a href="../../../index.html#contact">Contact</a></li>
</ul>
diff --git a/public/projects/WeeklyByte/WeeklyByte.html b/public/projects/WeeklyByte/WeeklyByte.html
index d791bcf..c14b443 100644
--- a/public/projects/WeeklyByte/WeeklyByte.html
+++ b/public/projects/WeeklyByte/WeeklyByte.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="#info">Weekly byte</a></li>
</ul>
@@ -20,7 +20,7 @@
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
- <li><a href="../../index.html#projects">projects</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
<li><a href="../../index.html#Articles">Articles</a></li>
<li><a href="../../index.html#contact">Contact</a></li>
</ul>
diff --git a/public/projects/programs/Dotfiles.html b/public/projects/programs/Dotfiles.html
index c8af59c..836a878 100644
--- a/public/projects/programs/Dotfiles.html
+++ b/public/projects/programs/Dotfiles.html
@@ -9,7 +9,7 @@
</head>
<body>
<div class="sidebar">
- <h2>Table of Contents</h2>
+ <h2>Table of Contents</h2><hr>
<ul>
<li><a href="Dotfiles.html">Dotfiles</a></li>
<li><a href="https://gitlab.com/Shipwreckt/Dotfiles">Gitlab link</a></li>
@@ -21,7 +21,7 @@
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
- <li><a href="../../index.html#projects">projects</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
<li><a href="../../index.html#Articles">Articles</a></li>
<li><a href="../../index.html#contact">Contact</a></li>
</ul>
diff --git a/public/projects/programs/Fakefetch.html b/public/projects/programs/Fakefetch.html
index 7e51a98..12f989f 100644
--- a/public/projects/programs/Fakefetch.html
+++ b/public/projects/programs/Fakefetch.html
@@ -10,6 +10,7 @@
<body>
<div class="sidebar">
<h2>Table of Contents</h2>
+ <hr>
<ul>
<li><a href="#info">Fakefetch</a></li>
<li><a href="#images">Images</a></li>
@@ -22,7 +23,7 @@
<nav>
<ul>
<li><a href="../../index.html">Home</a></li>
- <li><a href="../../index.html#projects">projects</a></li>
+ <li><a href="../../index.html#projects">Projects</a></li>
<li><a href="../../index.html#Articles">Articles</a></li>
<li><a href="../../index.html#contact">Contact</a></li>
</ul>
@@ -30,7 +31,7 @@
</header>
<main id="main-content">
<section id="info">
- <h1>Fakefetch</h1>
+ <h1>Fakefetch</h1><hr>
<div class="about-content">
<div class="about-image">
@@ -38,7 +39,6 @@
</div>
<div class="about-text">
<h3>Background</h3>
- <hr>
<p>
Fakefetch is the first real program I have ever created that I use daily apart from config
files. I made fakefetch when I saw people complaining about neofetch being slow that is why
diff --git a/public/styles.css b/public/styles.css
index de2cdce..02ebeba 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -21,6 +21,9 @@ body {
transition: width 0.3s ease;
}
+.sidebar hr {
+ width: 72%;
+}
.sidebar:hover {
width: 300px;
}
@@ -37,6 +40,7 @@ body {
margin: 0;
}
+
.sidebar ul li {
padding: 10px;
text-align: center;