From 0788f9468bf2250c7cdab406a105933dac5995e5 Mon Sep 17 00:00:00 2001
From: ravenci <134-ravenci@git.qoto.org>
Date: Sat, 5 Dec 2020 06:41:26 +0700
Subject: [PATCH] fix all the link after directory change

---
 public/article/index.html                      |  8 ++++----
 public/article/indexdark.html                  |  8 ++++----
 public/article/personal-opinion/index.html     | 14 ++++++++++++++
 public/article/personal-opinion/indexdark.html | 13 +++++++++++++
 public/index.html                              |  6 +++---
 public/indexdark.html                          |  2 +-
 public/milestones/index.html                   |  3 ++-
 public/milestones/indexdark.html               |  5 +++--
 8 files changed, 44 insertions(+), 15 deletions(-)
 create mode 100644 public/article/personal-opinion/index.html
 create mode 100644 public/article/personal-opinion/indexdark.html

diff --git a/public/article/index.html b/public/article/index.html
index d0bd44b..3b5725e 100644
--- a/public/article/index.html
+++ b/public/article/index.html
@@ -2,18 +2,18 @@
 <html>
 <head>
 <meta charset= "utf-8">
-<title>Personal Opinion</title>
+<title>"How to's" and "Personal Opinion"</title>
 <link rel='stylesheet' href="../styles/styles.css"/>
-<h1>Compilation of personal opinion or anything that fits into "personal" category</h1>
+<h1>Compilation of "How To's" and "Personal Opinion"</h1>
 <p><a href="indexdark.html">Toggle dark mode</a></p>
 </head>
 <body>
 <ul>
-<li><a href="/personal-opinion/internet-in-general.html">internet in general</a></li>
+<li><a href="/personal-opinion/">Personal Opinion</a></li>
 </ul>
 </body>
 <footer>
-<h6><a href="/mls/milestone.html">Milestone</a></h6>
+<h6><a href="../milestones/">Milestone</a></h6>
 <h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<br><a href="https://git.qoto.org/ravenci/ravenci.qoto.io/">or you could click here</a></h6>
 <h6>https://qoto.org/@ravenclaw/<br><a href="https://qoto.org/@ravenclaw/">or you could click here</a></h6>
 </footer>
diff --git a/public/article/indexdark.html b/public/article/indexdark.html
index a825d3f..2cd4ef1 100644
--- a/public/article/indexdark.html
+++ b/public/article/indexdark.html
@@ -2,18 +2,18 @@
 <html>
 <head>
 <meta charset= "utf-8">
-<title>Personal Opinion</title>
+<title>"How to's" and "Personal Opinion"</title>
 <link rel='stylesheet' href="../styles/stylesdark.css"/>
-<h1>Compilation of personal opinion or anything that fits into "personal" category</h1>
+<h1>Compilation of "How To's" and "Personal Opinion"</h1>
 <p><a href="index.html">Toggle light mode</a></p>
 </head>
 <body>
 <ul>
-<li><a href="/personal-opinion/internet-in-general-dark.html">internet in general</a></li>
+<li><a href="/personal-opinion/indexdark.html">Personal Opinion</a></li>
 </ul>
 </body>
 <footer>
-<h6><a href="/mls/milestone.html">Milestone</a></h6>
+<h6><a href="/milestones/indexdark.html">Milestone</a></h6>
 <h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<br><a href="https://git.qoto.org/ravenci/ravenci.qoto.io/">or you could click here</a></h6>
 <h6>https://qoto.org/@ravenclaw/<br><a href="https://qoto.org/@ravenclaw/">or you could click here</a></h6>
 </footer>
diff --git a/public/article/personal-opinion/index.html b/public/article/personal-opinion/index.html
new file mode 100644
index 0000000..2abaf37
--- /dev/null
+++ b/public/article/personal-opinion/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset= "utf-8">
+<title>Personal opinion about certain topicss</title>
+<link rel='stylesheet' href="../../styles/styles.css"/>
+<p><a href="indexdark.html">Toggle dark mode</a></p>
+</head>
+<body>
+<p><a href="internet-in-general.html">>Personal opinion about internet in general<a/></p>
+<body>
+</body>
+<footer>
+</footer>
diff --git a/public/article/personal-opinion/indexdark.html b/public/article/personal-opinion/indexdark.html
new file mode 100644
index 0000000..b8bca29
--- /dev/null
+++ b/public/article/personal-opinion/indexdark.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset= "utf-8">
+<title>Personal opinion about certain topics</title>
+<link rel='stylesheet' href="../../styles/stylesdark.css"/>
+<p><a href="index.html">Toggle light mode</a></p>
+</head>
+<body>
+<p><a href="internet-in-general-dark.html">>Personal opinion about internet in general<a/></p>
+</body>
+<footer>
+</footer>
diff --git a/public/index.html b/public/index.html
index f05307b..83d81c1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,8 +14,8 @@
 <p>Well that's a good question. I can't even think of any single logical reason besides "well learning new things is kinda fun" </p>
 <h2>With all that out of the way. I would like to present you with my list of worthwhile link that consist of article, post or meme.</h2>
 <ul>
-<li><a href="/article">My personal thoughts</a></li>
-<li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li>
+<li><a href="/article/">Compilation of "How to's" made by me or my thoughts on certain topics</a></li>
+<li><a href="https://heatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li>
 <li><a href="https://ctftime.org/">https://ctftime.org/</a></li>
 <li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair/">Creating a perfect GPG key</a></li>
 <li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li>
@@ -26,7 +26,7 @@
 </h2>
 </body>
 <footer>
-<h6><a href="/milestones/index.html">Milestone</a></h6>
+<h6><a href="/milestones/">Milestone</a></h6>
 <h6>https://git.qoto.org/ravenci/ravenci.qoto.io/<br><a href="https://git.qoto.org/ravenci/ravenci.qoto.io/">or you could click here</a></h6>
 <h6>https://qoto.org/@ravenclaw/<br><a href="https://qoto.org/@ravenclaw/">or you could click here</a></h6>
 </footer>
diff --git a/public/indexdark.html b/public/indexdark.html
index c86fa4b..e652b51 100644
--- a/public/indexdark.html
+++ b/public/indexdark.html
@@ -14,7 +14,7 @@
 <p>Well that's a good question. I can't even think of any single logical reason besides "well learning new things is kinda fun" </p>
 <h2>With all that out of the way. I would like to present you with my list of worthwhile link that consist of article, post or meme.</h2>
 <ul>
-<li><a href="/article/personal-opinion">My personal thoughts</a></li>
+<li><a href="/article/">Compilation of "How to's" made by me or my thoughts on certain topics</a></li>
 <li><a href="https://cheatsheetseries.owasp.org/">https://cheatsheetseries.owasp.org/</a></li>
 <li><a href="https://ctftime.org/">https://ctftime.org/</a></li>
 <li><a href="https://alexcabal.com/creating-the-perfect-gpg-keypair/">Creating a perfect GPG key</a></li>
diff --git a/public/milestones/index.html b/public/milestones/index.html
index a62d966..0eef2c7 100644
--- a/public/milestones/index.html
+++ b/public/milestones/index.html
@@ -2,10 +2,11 @@
 <html>
 <head>
 <meta charset= utf-8>
-<link rel='stylesheet' href="../styles.css"/>
+<link rel='stylesheet' href="../styles/styles.css"/>
 <title>Milestone</title>
 <h6><a href="../index.html">back</a></h6>
 <h1>Milestone</h1>
+<p><a href="indexdark.html">Toggle dark mode</a></p>
 </head>
 <body>
 <h2>Here's a list of thing that i want to achieve.</h2>
diff --git a/public/milestones/indexdark.html b/public/milestones/indexdark.html
index d524025..1d35c8c 100644
--- a/public/milestones/indexdark.html
+++ b/public/milestones/indexdark.html
@@ -3,9 +3,10 @@
 <head>
 <meta charset= utf-8>
 <title>Milestone</title>
-<link rel='stylesheet' href="../stylesdark.css"/>
-<h6><a href="../indexdark.html">back</a></h6>
+<link rel='stylesheet' href="../styles/stylesdark.css"/>
+<h6><a href="../styles/index.html">back</a></h6>
 <h1>Milestone</h1>
+<p><a href="index.html">Toggle light mode</a></p>
 </head>
 <body>
 <h2>Here's a list of thing that i want to achieve.</h2>
-- 
GitLab