commit 24774d9f05a0fa594d1f32e3c95aeb641b3971ff
parent 4c5bc62c3f3a2e5201dffe13353d0fe61fe692d5
Author: Shipwreckt <Shipwreckt@mailfence.com>
Date: Sun, 30 Jun 2024 19:41:04 +0100
fixed a few bugs and added hr tag to the sidebars
Diffstat:
12 files changed, 30 insertions(+), 25 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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;