summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-02-14 14:37:29 +0100
committerMinteck <contact@minteck.org>2022-02-14 14:37:29 +0100
commitf566c9a0ea58d259dafc7af9e72c05f3fa29e3a9 (patch)
treed923f04d750a1c08d802581b9bb1a605adcf2644
parentefbf0b8f3ac5adc0acfc8557a312cc16425abc7f (diff)
downloadpony-f566c9a0ea58d259dafc7af9e72c05f3fa29e3a9.tar.gz
pony-f566c9a0ea58d259dafc7af9e72c05f3fa29e3a9.tar.bz2
pony-f566c9a0ea58d259dafc7af9e72c05f3fa29e3a9.zip
Add copyright notice
-rw-r--r--.idea/copyright/MIT.xml6
-rw-r--r--.idea/copyright/profiles_settings.xml7
-rw-r--r--assets/main.css25
-rw-r--r--errors/404/index.html27
-rw-r--r--hate/index.html48
-rw-r--r--how/index.html27
-rw-r--r--index.html43
-rw-r--r--rainbow/index.html27
-rw-r--r--why/index.html27
9 files changed, 221 insertions, 16 deletions
diff --git a/.idea/copyright/MIT.xml b/.idea/copyright/MIT.xml
new file mode 100644
index 0000000..8993a3a
--- /dev/null
+++ b/.idea/copyright/MIT.xml
@@ -0,0 +1,6 @@
+<component name="CopyrightManager">
+ <copyright>
+ <option name="notice" value="MIT License&#10;&#10;Copyright (c) &amp;#36;{today.year}- Minteck&#10;&#10;Permission is hereby granted, free of charge, to any person obtaining a copy&#10;of this software and associated documentation files (the &quot;Software&quot;), to deal&#10;in the Software without restriction, including without limitation the rights&#10;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#10;copies of the Software, and to permit persons to whom the Software is&#10;furnished to do so, subject to the following conditions:&#10;&#10;The above copyright notice and this permission notice shall be included in all&#10;copies or substantial portions of the Software.&#10;&#10;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#10;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#10;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#10;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#10;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#10;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&#10;SOFTWARE.&#10;" />
+ <option name="myName" value="MIT" />
+ </copyright>
+</component> \ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
new file mode 100644
index 0000000..c1e2ebc
--- /dev/null
+++ b/.idea/copyright/profiles_settings.xml
@@ -0,0 +1,7 @@
+<component name="CopyrightManager">
+ <settings default="MIT">
+ <module2copyright>
+ <element module="All" copyright="MIT" />
+ </module2copyright>
+ </settings>
+</component> \ No newline at end of file
diff --git a/assets/main.css b/assets/main.css
index 59ed49d..1c42bba 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -1,3 +1,28 @@
+/*
+ * MIT License
+ *
+ * Copyright (c) 2022- Minteck
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in all
+ * copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ * SOFTWARE.
+ *
+ */
+
@font-face {
src: url("/assets/fonts.ttf");
font-family: Pixellari;
diff --git a/errors/404/index.html b/errors/404/index.html
index d7db1cb..40fb1c3 100644
--- a/errors/404/index.html
+++ b/errors/404/index.html
@@ -1,3 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!DOCTYPE html>
<html lang="en">
<head>
@@ -10,7 +35,7 @@
<body id="error-page">
<div>
<img src="/assets/ponies/error.gif" alt="" class="pony" id="error-pony">
- <h1 id="error-title-1">Oopsies!</h1>
+ <h1 id="error-title-1">Are you a spy?</h1>
<h2 id="error-title-2">(error 404)</h2>
<p>We can't find the content you requested, sorry about that.</p>
<p><a href="/" class="link">Go back home.</a></p>
diff --git a/hate/index.html b/hate/index.html
index fb87b92..1157690 100644
--- a/hate/index.html
+++ b/hate/index.html
@@ -1,11 +1,36 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!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>
+ <title>What to do if you don't like bronies? · 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.">
+ <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, and while it is possible to answer, it is not really possible to explain sufficiently.">
</head>
<body>
@@ -14,7 +39,7 @@
<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>
+ <h2 id="header-intro-1">What to do if you don't like bronies?</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>
@@ -22,22 +47,17 @@
<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>Try to ask people to explain to you what's up with <span class="be">bronies</span>, 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>Apparently, My Little Pony: Friendship is Magic can be cute but not to the point it's actually childish.</p>
+ <p>Please respect <span class="be">bronies</span>, they are normal people, like you and me. <span class="be">Bronies</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>?", 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>
+ <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</span>, because who knows, maybe you'll be one someday.</p>
</div>
<hr id="footer-intro">
@@ -49,6 +69,8 @@
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>
+
+ <br>
</div>
</body>
diff --git a/how/index.html b/how/index.html
index 85ceae9..8838a94 100644
--- a/how/index.html
+++ b/how/index.html
@@ -1,3 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!DOCTYPE html>
<html lang="en">
<head>
@@ -37,6 +62,8 @@
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>
+
+ <br>
</div>
</body>
diff --git a/index.html b/index.html
index 0b8cb15..b0a7a48 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!DOCTYPE html>
<html lang="en">
<head>
@@ -29,7 +54,7 @@
<div id="links-me" class="b container links-box">
<a href="/hate" class="link-el">
- What to do if you don't like bronies/furries?
+ What to do if you don't like bronies?
</a>
<a href="/how" class="link-el">
How did I get introduced to the MLP fandom?
@@ -43,6 +68,15 @@
</div>
<div id="links-externals" class="b container links-box">
+ <a href="https://reddit.com/r/mylittlepony" target="_blank" class="link-el">
+ <b>r/mylittlepony</b> · The pony subreddit
+ </a>
+ <a href="https://www.canterlotcomics.com/" target="_blank" class="link-el">
+ <b>Canterlot Comics</b> · Fanmade pony comics
+ </a>
+ <a href="https://www.derpibooru.org/" target="_blank" class="link-el">
+ <b>Derpibooru</b> · Pony media and art center
+ </a>
<a href="https://panzi.github.io/Browser-Ponies/" target="_blank" class="link-el">
<b>Browser Ponies</b> · To show pixel art ponies on any website
</a>
@@ -56,7 +90,10 @@
<b>Pony Preservation Project</b> · Preserving the FiM vibe to eliminate newer generations
</a>
<a href="https://gitlab.com/Milkdrop/mlp-voice-generator" target="_blank" class="link-el">
- <b>MLP Voice Generator</b> · To sound like your favorite pony
+ <b>MLP Voice Generator</b> · To sound like your favorite pony (runs locally)
+ </a>
+ <a href="https://https://finalfinaltest.15.ai/" target="_blank" class="link-el">
+ <b>15.ai</b> · To sound like your favorite pony (works online)
</a>
</div>
@@ -69,6 +106,8 @@
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>
+
+ <br>
</div>
</body>
diff --git a/rainbow/index.html b/rainbow/index.html
index 90c95e6..44b2d7f 100644
--- a/rainbow/index.html
+++ b/rainbow/index.html
@@ -1,3 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!DOCTYPE html>
<html lang="en">
<head>
@@ -35,6 +60,8 @@
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>
+
+ <br>
</div>
</body>
diff --git a/why/index.html b/why/index.html
index 13a9567..bc44ce6 100644
--- a/why/index.html
+++ b/why/index.html
@@ -1,3 +1,28 @@
+<!--
+ ~ MIT License
+ ~
+ ~ Copyright (c) 2022- Minteck
+ ~
+ ~ Permission is hereby granted, free of charge, to any person obtaining a copy
+ ~ of this software and associated documentation files (the "Software"), to deal
+ ~ in the Software without restriction, including without limitation the rights
+ ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ ~ copies of the Software, and to permit persons to whom the Software is
+ ~ furnished to do so, subject to the following conditions:
+ ~
+ ~ The above copyright notice and this permission notice shall be included in all
+ ~ copies or substantial portions of the Software.
+ ~
+ ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ ~ SOFTWARE.
+ ~
+ -->
+
<!DOCTYPE html>
<html lang="en">
<head>
@@ -36,6 +61,8 @@
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>
+
+ <br>
</div>
</body>