From 0932f78b88d74eb1d64f1bc6584c63847c7322a3 Mon Sep 17 00:00:00 2001 From: ravenci <134-ravenci@git.qoto.org> Date: Sat, 5 Dec 2020 05:32:28 +0700 Subject: [PATCH] better .html placement --- public/article/index.html | 2 +- public/article/indexdark.html | 2 +- .../{ => personal-opinion}/internet-in-general-dark.html | 0 .../{ => personal-opinion}/internet-in-general.html | 0 public/index.html | 5 +++-- public/indexdark.html | 7 ++++--- public/{mls/milestone.html => milestones/index.html} | 0 .../{mls/milestonedark.html => milestones/indexdark.html} | 0 public/{ => styles}/styles.css | 0 public/{ => styles}/stylesdark.css | 0 10 files changed, 9 insertions(+), 7 deletions(-) rename public/article/{ => personal-opinion}/internet-in-general-dark.html (100%) rename public/article/{ => personal-opinion}/internet-in-general.html (100%) rename public/{mls/milestone.html => milestones/index.html} (100%) rename public/{mls/milestonedark.html => milestones/indexdark.html} (100%) rename public/{ => styles}/styles.css (100%) rename public/{ => styles}/stylesdark.css (100%) diff --git a/public/article/index.html b/public/article/index.html index d3388e3..790e1bd 100644 --- a/public/article/index.html +++ b/public/article/index.html @@ -9,7 +9,7 @@ </head> <body> <ul> -<li><a href="internet-in-general.html">internet in general</a></li> +<li><a href="/personal-opinion/internet-in-general.html">internet in general</a></li> </ul> </body> <footer> diff --git a/public/article/indexdark.html b/public/article/indexdark.html index 9200b4c..851a5c1 100644 --- a/public/article/indexdark.html +++ b/public/article/indexdark.html @@ -9,7 +9,7 @@ </head> <body> <ul> -<li><a href="internet-in-general-dark.html">internet in general</a></li> +<li><a href="/personal-opinion/internet-in-general-dark.html">internet in general</a></li> </ul> </body> <footer> diff --git a/public/article/internet-in-general-dark.html b/public/article/personal-opinion/internet-in-general-dark.html similarity index 100% rename from public/article/internet-in-general-dark.html rename to public/article/personal-opinion/internet-in-general-dark.html diff --git a/public/article/internet-in-general.html b/public/article/personal-opinion/internet-in-general.html similarity index 100% rename from public/article/internet-in-general.html rename to public/article/personal-opinion/internet-in-general.html diff --git a/public/index.html b/public/index.html index 5090509..f05307b 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ <head> <meta charset= "utf-8"> <title>Learn Frontend WebDev</title> -<link rel='stylesheet' href="styles.css"/> +<link rel='stylesheet' href="/styles/styles.css"/> <h1>Welcome to my page!</h1> <p><a href="indexdark.html">Toggle dark mode</a></p> </head> @@ -20,12 +20,13 @@ <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> <li><a href="https://w3.org/">https://w3.org/</a></li> +</ul> <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2> <h2> </h2> </body> <footer> -<h6><a href="/mls/milestone.html">Milestone</a></h6> +<h6><a href="/milestones/index.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/indexdark.html b/public/indexdark.html index 2aa780d..c86fa4b 100644 --- a/public/indexdark.html +++ b/public/indexdark.html @@ -3,7 +3,7 @@ <head> <meta charset= "utf-8"> <title>Learn Frontend WebDev</title> -<link rel='stylesheet' href="stylesdark.css"/> +<link rel='stylesheet' href="/styles/stylesdark.css"/> <h1>Welcome to my page!</h1> <p><a href="index.html">Toggle light mode</a></p> </head> @@ -14,18 +14,19 @@ <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="/article/personal-opinion">My personal thoughts</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> <li><a href="https://codeberg.org/crimeflare/cloudflare-tor/">A detailed insight towards cloudflare centralized reverse-proxies</a></li> <li><a href="https://w3.org/">https://w3.org/</a></li> +</ul> <h2>Feel free to gives me some frontend webdev related advice or say "Hi !" by either tagging me on mastodon or by commenting on my repo. You could find both of the link at the bottom of the page.</h2> <h2> </h2> </body> <footer> -<h6><a href="/mls/milestone.html">Milestone</a></h6> +<h6><a href="/milestones/index.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/mls/milestone.html b/public/milestones/index.html similarity index 100% rename from public/mls/milestone.html rename to public/milestones/index.html diff --git a/public/mls/milestonedark.html b/public/milestones/indexdark.html similarity index 100% rename from public/mls/milestonedark.html rename to public/milestones/indexdark.html diff --git a/public/styles.css b/public/styles/styles.css similarity index 100% rename from public/styles.css rename to public/styles/styles.css diff --git a/public/stylesdark.css b/public/styles/stylesdark.css similarity index 100% rename from public/stylesdark.css rename to public/styles/stylesdark.css -- GitLab