diff options
author | Minteck <contact@minteck.org> | 2021-12-30 14:54:07 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-30 14:54:07 +0100 |
commit | efbf0b8f3ac5adc0acfc8557a312cc16425abc7f (patch) | |
tree | f0661d990e319592f1311ad3f181894775f8026e /hate | |
parent | 32fc8db91f67527baa96c357518e2f6dd030090b (diff) | |
download | pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.tar.gz pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.tar.bz2 pony-efbf0b8f3ac5adc0acfc8557a312cc16425abc7f.zip |
Commit
Diffstat (limited to 'hate')
-rw-r--r-- | hate/index.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/hate/index.html b/hate/index.html new file mode 100644 index 0000000..fb87b92 --- /dev/null +++ b/hate/index.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>What to do if you don't like bronies/furries? · Did you say ponies?</title> + <link rel="stylesheet" href="/assets/main.css"> + <link rel="icon" href="/assets/icon.png"> + <meta name="description" content="So, FiM is intended for children (especially girls), right? Then why do I like it? ¨It's weird¨! you'd say, and while I understand your statement, I don't consider it to be weird in any way. Try to ask people to explain to you what's up with bronies/furries, and while it is possible to answer, it is not really possible to explain sufficiently."> +</head> +<body> + +<br> +<br> +<div id="header-page" class="b container"> + <div id="header-content"> + <div id="header-content-inner"> + <h2 id="header-intro-1">What to do if you don't like bronies/furries?</h2> + <h3 id="header-intro-2">from <a href="/" class="link">Did you say ponies?</a>, by <a href="https://minteck.org" class="link">Minteck</a></h3> + </div> + </div> +</div> + +<div class="b container b-center"> + A good amount of content on this page is inspired from an article named <a href="https://hotdiggedydemon.com/post/16367923346/why-adult-men-like-my-little-pony-friendship-is" target="_blank" class="link">Why adult men like My Little Pony: Friendship is Magic?</a><br> + <label> + <input type="checkbox" onchange="event.target.checked ? Array.from(document.getElementsByClassName('be')).forEach((e) => { e.style.display = 'none'; }) : Array.from(document.getElementsByClassName('be')).forEach((e) => { e.style.display = ''; });event.target.checked ? Array.from(document.getElementsByClassName('fe')).forEach((e) => { e.style.display = 'revert'; }) : Array.from(document.getElementsByClassName('fe')).forEach((e) => { e.style.display = 'none'; });"> + Check this box to hide brony-exclusive content (only show furry content) + </label> +</div> + +<div class="b container"> + <p class="be">So, FiM is <i>intended</i> for children (especially girls), right? Then why do I like it? "It's weird!" you'd say, and while I understand your statement, I don't consider it to be weird in any way.</p> + <p class="fe">Furries, why are they interested in anthropomorphic characters? Can they even tell you why? Do they even know why?</p> + <p>Try to ask people to explain to you what's up with <span class="be">bronies/</span>furries, and while it is possible to answer, it is not really possible to explain sufficiently.</p> + <p class="be">Bronies would say things like "The characters are cool" and such (<a href="/rainbow" class="link">I do it myself</a>), but while I agree with these statements, they can be applied to any show people like.</p> + <p>Apparently, furry art<span class="be"> and My Little Pony: Friendship is Magic</span> can be cute but not to the point it's actually childish.</p> + <p>Please respect <span class="be">bronies/</span>furries, they are normal people, like you and me. <span class="be">Bronies/furries</span><span class="fe">Furries</span> did nothing wrong to deserve such hate. <span class="be">Enjoying a children's cartoon show is the most innocent thing one can do. </span>They are devoted passionate who sometimes spend hours working on something they like.</p> + <p>Why do you want them to explain? They have nothing to explain. It is kind of insulting to ask someone "Why do you like <span>FiM/</span>anthropomorphic characters?", isn't it? It's fine to be curious, but don't imply there's something wrong with them.</p> + <p class="be">I really really like FiM and the characters, but I don't consider myself to be a brony because I simply don't like the word (yet). If you want to consider me a brony, I won't argue. <i>Ponies.</i></p> + <p>So what's up with that? It can't be really described. It's an indescribable factor, it's a feeling you can't describe. So please be nice to <span class="be">bronies and</span> furries, because who knows, maybe you'll be one someday.</p> +</div> + +<hr id="footer-intro"> + +<div id="footer"> + <img src="/assets/ponies/footer.gif" id="footer-pony" class="pony" alt=""> + + <p> + My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists<br> + This website is © Minteck · <a href="https://gitlab.minteck.org/minteck/pony" target="_blank" class="link">Source Code</a> + </p> +</div> + +</body> +</html>
\ No newline at end of file |