diff --git a/index-en.html b/index-en.html index e69de29..19e78b8 100644 --- a/index-en.html +++ b/index-en.html @@ -0,0 +1,107 @@ + + + + + + + + + + + -=-=-=-=- + + + + + + + + + Other language?: ES + + +
+

Welcome

+

Here you can find a few good services that i host for the public, some of them are privacy oriented services + and others just things that i like to host like twitch logs + and a public media uploader

+

Services list

+ - Privacy Oriented Ones: + + - Misc Services: + + + - Status Webpages: + +

Q&A

+ - Your services are running behind cloudflare? +

> No, fuck cloudflare

+ - How i can ensure you are not collecting any data? +

> The NGINX configs and other configs are available here, they are on different branches so explore + whatever you want, if you find something that is not very privacy respecting into the Privacy Oriented + services configs, contact me via matrix: @fijxu:matrix.org (I'am always available there, it's + not dead). - Discord? > NO, FUCK YOU

+ - How i can TRUST YOU? +

> Like, do you trust GOOGLE with your data right? So there is not problem in trusting a random person + of + internet that fights for online privacy rather than a big corporation selling your data RIGHT? +

+ Administering a mail host is sort of like being a nurse; there's a brief period at the start when the + thought of seeing people's privates might be vaguely titillating in a theoretical sense, but that sort of + thing doesn't last long when it's up against the daily reality of shit, piss, blood, and vomit. + Now that I think about it, administering a mail host is exactly like being a nurse, only people die slightly + less often. +
+

+ - Why are your privacy oriented services running on Chile and not US? +

> Because of the 3 + letters agencies (yes, they glow a lot) + that exists on the US, also i don't want everything running on the same + country where i host everything. Regarding to the selfhosted services, they are far more secure and + trustable since they are running literally on my home, so i have total control over them and if something + goes wrong i don't need to contact support. The only downside is if someday the internet went down by a long + time, that services will not be available, but that happens rarely. +

+ + + +
+ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index a2cf0d5..8c8d416 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,9 @@ - EN + + Other language?: EN +

Bienvenido

@@ -25,6 +27,8 @@ respectivos paises donde estan ubicados

+ < + diff --git a/style.css b/style.css index f05e57f..a68e646 100644 --- a/style.css +++ b/style.css @@ -1,28 +1,64 @@ html { - background-color: #111111; - font-family: DejaVu Sans Mono, monospace; - /* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */ + background-color: #111111; + color: aliceblue; + font-family: DejaVu Sans Mono, monospace; + /* margin-top: 1px; */ + /* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */ +} + +body { + margin-top: 1px; + margin-left: 8px; + margin-bottom: 1px; + margin-right: 8px; + font-size: 1.1em; +} + +.link { + color: pink; } .content { - color: aliceblue; - padding: 0px px; - margin: 0 auto; - width: 50%; - background: #111111; - font-size: 20px; - word-wrap: break-word; - line-height: 1.2em; + /* color: aliceblue; */ + padding: 0px 20px; + margin: 0 auto; + width: 50%; + background: #111111; + /* font-size: 20px; */ + word-wrap: break-word; + line-height: 1.2em; } h1 { - text-align: center; - position: relative; + margin-top: 4px; + text-align: center; + position: relative; + font-size: 2em; +} + +h2 { + font-size: 1.3em; + color: steelblue; } p { - font-size: 13px; - line-height: 1.5em; + font-size: 0.9em; + line-height: 1.5em; +} + +li { + margin-top: 1vh; + margin-bottom: 1vh; +} + +.qa { + margin-top: 1vh; + margin-bottom: 1vh; +} + +.THEYGLOW { + text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px lime, 0 0 40px #04e669, + 0 0 50px #34ff1b, 0 0 60px #25fa2b, 0 0 70px #02ec55; } /* @@ -34,4 +70,4 @@ p { height: 96vh; border: 4px solid #323232; margin: auto; - } */ \ No newline at end of file + } */