From f566c9a0ea58d259dafc7af9e72c05f3fa29e3a9 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 14 Feb 2022 14:37:29 +0100 Subject: Add copyright notice --- .idea/copyright/MIT.xml | 6 +++++ .idea/copyright/profiles_settings.xml | 7 +++++ assets/main.css | 25 ++++++++++++++++++ errors/404/index.html | 27 +++++++++++++++++++- hate/index.html | 48 +++++++++++++++++++++++++---------- how/index.html | 27 ++++++++++++++++++++ index.html | 43 +++++++++++++++++++++++++++++-- rainbow/index.html | 27 ++++++++++++++++++++ why/index.html | 27 ++++++++++++++++++++ 9 files changed, 221 insertions(+), 16 deletions(-) create mode 100644 .idea/copyright/MIT.xml create mode 100644 .idea/copyright/profiles_settings.xml 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 @@ + + + + \ 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 @@ + + + + + + + \ 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 @@ + + @@ -10,7 +35,7 @@
-

Oopsies!

+

Are you a spy?

(error 404)

We can't find the content you requested, sorry about that.

Go back home.

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 @@ + + - What to do if you don't like bronies/furries? · Did you say ponies? + What to do if you don't like bronies? · Did you say ponies? - + @@ -14,7 +39,7 @@
-

What to do if you don't like bronies/furries?

+

What to do if you don't like bronies?

from Did you say ponies?, by Minteck

@@ -22,22 +47,17 @@
A good amount of content on this page is inspired from an article named Why adult men like My Little Pony: Friendship is Magic?
-

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.

-

Furries, why are they interested in anthropomorphic characters? Can they even tell you why? Do they even know why?

-

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.

+

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.

Bronies would say things like "The characters are cool" and such (I do it myself), but while I agree with these statements, they can be applied to any show people like.

-

Apparently, furry art and My Little Pony: Friendship is Magic can be cute but not to the point it's actually childish.

-

Please respect bronies/furries, they are normal people, like you and me. Bronies/furriesFurries did nothing wrong to deserve such hate. Enjoying a children's cartoon show is the most innocent thing one can do. They are devoted passionate who sometimes spend hours working on something they like.

-

Why do you want them to explain? They have nothing to explain. It is kind of insulting to ask someone "Why do you like FiM/anthropomorphic characters?", isn't it? It's fine to be curious, but don't imply there's something wrong with them.

+

Apparently, My Little Pony: Friendship is Magic can be cute but not to the point it's actually childish.

+

Please respect bronies, they are normal people, like you and me. Bronies did nothing wrong to deserve such hate. Enjoying a children's cartoon show is the most innocent thing one can do. They are devoted passionate who sometimes spend hours working on something they like.

+

Why do you want them to explain? They have nothing to explain. It is kind of insulting to ask someone "Why do you like FiM?", isn't it? It's fine to be curious, but don't imply there's something wrong with them.

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. Ponies.

-

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 bronies and furries, because who knows, maybe you'll be one someday.

+

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 bronies, because who knows, maybe you'll be one someday.

@@ -49,6 +69,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists
This website is © Minteck · Source Code

+ +
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 @@ + + @@ -37,6 +62,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists
This website is © Minteck · Source Code

+ +
diff --git a/index.html b/index.html index 0b8cb15..b0a7a48 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,28 @@ + + @@ -29,7 +54,7 @@ @@ -69,6 +106,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists
This website is © Minteck · Source Code

+ +
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 @@ + + @@ -35,6 +60,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists
This website is © Minteck · Source Code

+ +
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 @@ + + @@ -36,6 +61,8 @@ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists
This website is © Minteck · Source Code

+ +
-- cgit