diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-20 01:15:15 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-20 01:15:15 +0200 |
commit | af9e5ef458b93ef2003905e1ccc5665e7266c242 (patch) | |
tree | 989ac25a8b75578788cd7157308f37b9b83cf8f5 /furry/index.php | |
download | main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.gz main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.bz2 main-af9e5ef458b93ef2003905e1ccc5665e7266c242.zip |
Commit
Diffstat (limited to 'furry/index.php')
-rw-r--r-- | furry/index.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/furry/index.php b/furry/index.php new file mode 100644 index 0000000..3466165 --- /dev/null +++ b/furry/index.php @@ -0,0 +1,17 @@ +<?php $_TITLE = "Furry fandom"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> +<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> + <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 by 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"; ?> |