From 0114ac9c953fb2af23797706e7c4a554f83837c2 Mon Sep 17 00:00:00 2001 From: ravenci <134-ravenci@git.qoto.org> Date: Wed, 18 Nov 2020 17:00:57 +0700 Subject: [PATCH] fix dark mode on article section --- public/article/internet-in-general-dark.html | 4 ++-- public/article/internet-in-general.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/article/internet-in-general-dark.html b/public/article/internet-in-general-dark.html index 8e205f3..7fcbf89 100644 --- a/public/article/internet-in-general-dark.html +++ b/public/article/internet-in-general-dark.html @@ -4,7 +4,7 @@ <meta charset= "utf-8"> <title>Personal opinion about internet in general</title> <link rel='stylesheet' href="../stylesdark.css"/> -<p><a href="index.html">Toggle light mode</a></p> +<p><a href="internet-in-general.html">Toggle dark mode</a></p> </head> <body> <h1>Personal Opinion Regarding Internet In general</h1> @@ -15,7 +15,7 @@ <p>I personally fine with obeying <strong><em>TOS</em></strong> and consenting with what type of <strong><em>information</em></strong> that might get collected by using an online service. Since in our personal life, we also bound to obey ethics, law, etc in order to be a good citizen (i personally against all kind of so called <em>"law"</em> since i hate being supressed. But hey! If most of the time it does help to prevent people to harm each other and it's environment. Why not ?)</p> <p>The only problem i had with this <em>"Data Collection"</em> is that</p> <p><strong>The lacks of well written "Data retention" policy on every single available service on the internet.</strong></p> -<p>Why ? you may ask. Well, simply because i don't trust a corporation potentially store my personal information, <em>unless</em> they could provide an audit report from an external organization regarding how secure their system is. Until then <strong>Please provide a better and easily understandable "Data Retention" policy!</p> +<p>Why ? you may ask. Well, simply because i don't trust a corporation potentially store my personal information permanently on their server, <em>unless</em> they could provide an audit report from an external organization regarding how secure their system is. Until then <strong>Please provide a better and easily understandable "Data Retention" policy!</p> </li> <li><h2>Closed source is the dumbest thing i've ever heard</h2> <p>Yeah. You heard that right. The lacks of source means "we" as an "user" couldn't do an audit for what might and what does get collected by those software owner. Sure you might <em>reverse-engineer</em> it like a boss, unfortunately not everyone does that. (which is a bit sad)</p> diff --git a/public/article/internet-in-general.html b/public/article/internet-in-general.html index 2842e82..68551a6 100644 --- a/public/article/internet-in-general.html +++ b/public/article/internet-in-general.html @@ -4,7 +4,7 @@ <meta charset= "utf-8"> <title>Personal opinion about internet in general</title> <link rel='stylesheet' href="../styles.css"/> -<p><a href="indexdark.html">Toggle dark mode</a></p> +<p><a href="internet-in-general-dark.html">Toggle dark mode</a></p> </head> <body> <h1>Personal Opinion Regarding Internet In general</h1> @@ -15,7 +15,7 @@ <p>I personally fine with obeying <strong><em>TOS</em></strong> and consenting with what type of <strong><em>information</em></strong> that might get collected by using an online service. Since in our personal life, we also bound to obey ethics, law, etc in order to be a good citizen (i personally against all kind of so called <em>"law"</em> since i hate being supressed. But hey! If most of the time it does help to prevent people to harm each other and it's environment. Why not ?)</p> <p>The only problem i had with this <em>"Data Collection"</em> is that</p> <p><strong>The lacks of well written "Data retention" policy on every single available service on the internet.</strong></p> -<p>Why ? you may ask. Well, simply because i don't trust a corporation potentially store my personal information, <em>unless</em> they could provide an audit report from an external organization regarding how secure their system is. Until then <strong>Please provide a better and easily understandable "Data Retention" policy!</p> +<p>Why ? you may ask. Well, simply because i don't trust a corporation potentially store my personal information permanently on their server, <em>unless</em> they could provide an audit report from an external organization regarding how secure their system is. Until then <strong>Please provide a better and easily understandable "Data Retention" policy!</p> </li> <li><h2>Closed source is the dumbest thing i've ever heard</h2> <p>Yeah. You heard that right. The lacks of source means "we" as an "user" couldn't do an audit for what might and what does get collected by those software owner. Sure you might <em>reverse-engineer</em> it like a boss, unfortunately not everyone does that. (which is a bit sad)</p> -- GitLab