aboutsummaryrefslogtreecommitdiff
path: root/furry/index.php
blob: 07e082d096bb8adde687e29daa25b809801fec7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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"; ?>