aboutsummaryrefslogtreecommitdiff
path: root/furry
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
committerMinteck <contact@minteck.org>2022-01-01 10:37:28 +0100
commitef055e79855cf3be1ad5e1aa5f9ebad480062384 (patch)
treeff074b29a7a87c3ccfc3b10741bbe30cb28e103e /furry
parente3a79df6428799024eac64e9cffbb062317aeb95 (diff)
downloadmain-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.gz
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.tar.bz2
main-ef055e79855cf3be1ad5e1aa5f9ebad480062384.zip
Bye furriesHEADtrunk
Diffstat (limited to 'furry')
-rw-r--r--furry/index.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/furry/index.php b/furry/index.php
deleted file mode 100644
index 07e082d..0000000
--- a/furry/index.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php $_TITLE = "Furry fandom"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box">
- <div id="project-hero" style="background-image:url('/static/hero/furry.jpg');"></div>
-
- <div class="container">
- <?php $_ACTIVE = "furry"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
- <h2><?= l("I'm a furry, so what?", "Je suis un furry, alors ?") ?></h2>
-
- <p>I have been an active member of the furry fandom since February 2021, and by <i>"active"</i> I mean <i>"<u>really</u> active</i>: I read every tweet from furries I follow, I hang out on Reddit and I celebrate the fursuit friday every week (even though I don't own a fursuit).</p>
- <p>I'm supported by and have supported many furries around the world, even just saying things like <i>"This is cute"</i> or <i>"Keep it up!"</i> means a lot to people (and to me when they say thanks).</p>
- <p>The furry fandom helped me <a href="/social">make a lot of friends</a> that live everywhere on the planet; including some that I consider my best friends. I find it kind of amazing to chat with people without even knowing how they look like.</p>
- <p>My top goal in my <i>tiny furry life</i> is to go to <a href="https://eurofurence.org" target="_blank">Eurofurence</a> and maybe get me a fursuit someday, who knows?</p>
- <hr>
- <p>To summarize, if you are interested learning more about what I do, you could check out my activity on <a href="https://www.reddit.com/user/Minteck/comments/">Reddit</a> (I'm not only on the r/furry subreddit but more generally in anything that interests me) or my tweets on <a href="https://www.twitter.com/_Minteck">Twitter</a></p>
- </div>
-
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>