diff options
| -rw-r--r-- | content/antiporn.md | 27 | ||||
| -rw-r--r-- | content/contact.md | 29 | ||||
| -rw-r--r-- | hugo.yaml | 4 | ||||
| -rw-r--r-- | layouts/partials/nav.html | 2 | ||||
| -rw-r--r-- | static/style.css | 30 |
5 files changed, 32 insertions, 60 deletions
diff --git a/content/antiporn.md b/content/antiporn.md new file mode 100644 index 0000000..64e7538 --- /dev/null +++ b/content/antiporn.md @@ -0,0 +1,27 @@ +--- +title: Ban Pornography +date: 2025-11-11 +--- + + +## You are seeking help. + +You probably started watching porn by curiosity or because of someone around you, and since that day you consume this stuff. If you clicked on this `banporn` link, it must be because you want to quit porn. + +If you think that you will never be able to live a normal life again, that it is impossible for you to escape porn, that's not true. You were tricked by this evil industry to think that pornography is 'normal' and that it's just some regular non-harmful 'habit'. + +But you know it's not true. Don't let the X industry control you for the rest of your life, set yourself free, quit porn, [read](https://easypeasymethod.org) or [watch](https://www.youtube.com/watch?v=27H4-pN8e9o) EasyPeasy. + +## What will you gain from stopping porn ? + +- You will not lose hours a day searching for content to consume. +- You respect women, men around you and yourself. +- You are less prominent to sexual dysfunctions and adultery. +- Life will feel easier as you will have a better tolerance to bad moments. +- Life will feel better as you will be more sensible to dopamine +- You won't have to hide your secret hobby as you won't have one +- Crystal clear browsing history. +- If someone asks you if you watch porn you will proudly reply that "no 🗿" +- You will have a healthier relationship with your partner + +<a href="https://denshi.org/antiporn.html"><img src="https://denshi.org/banporn.png" alt="[BAN PORN]" style="inherit: false;"/></a> diff --git a/content/contact.md b/content/contact.md deleted file mode 100644 index aceb955..0000000 --- a/content/contact.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Contact me" -date: 2025-10-26T08:43:25+01:00 -draft: false -index: false -#icon: '' -#copied: ["me", "/"] -table: false ---- - -Useful infos to contact me. - -## Email - -- nantha\@mielota.com - -Yep, this is my email. Not much to say about this. If I don't reply, it's because I didn't get the notification/or didn't receive your email (or I did reply but my email went into the _void_). - -## Public key - -- https\://mielota.com/nantha.pgp - -You can encrypt stuff with this key. - -You don't know what asymmetric encryption is ? - -- [Quick guide](https://zacoons.com/guides/gpg/) -- [Comfy guide to GnuPG](https://comfy.guide/client/gpg/) -- [Same guide but it's a video](https://youtu.be/eLKOIjNFwVs?si=8lzw9D1poFvWtCQr) @@ -8,10 +8,10 @@ markup: style: dracula goldmark: renderer: - unsafe: false + unsafe: true params: - css: style.css?v=1.0.9 + css: style.css?v=1.0.10 author: email: mailto:nantha@mielota.com name: Nantha diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 0bba423..cd03f8e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,6 +1,6 @@ <nav style="display: flex;justify-content: space-around;"> <a href="https://dns.mielota.com">dns</a> - <a href="/contact">contact</a> + <a href="/antiporn">banporn</a> <a href="https://codeberg.org/mielota">git</a> <a href="/stuff">stuff</a> </nav> diff --git a/static/style.css b/static/style.css index 9bf2cc8..3bb0752 100644 --- a/static/style.css +++ b/static/style.css @@ -18,29 +18,13 @@ body { font-size: larger; } -img { - padding-top: 1em; - display: block; - margin: auto; -} - img.icon { height: 10em; + margin: auto; + display: block; width: auto; } -img.small { - width: 57%; -} - -img.medium { - width: 70%; -} - -img.large { - width: 100%; -} - pre { padding: 0.5em 0.5em; text-align: left; @@ -162,14 +146,4 @@ li { .columns { columns: 1; } - - img, - img.medium, - img.large { - width: 87%; - } - - img.small { - width: 70%; - } } |
