diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
commit | 95112b1eb06a4be531ded59563d53a63a8d614e8 (patch) | |
tree | fd3dc676227309c87a39feab9ca458985e327907 /furry/index.php | |
parent | 87303b0d3540037fb94efdde24dbaacb2880d6cb (diff) | |
download | main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2 main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip |
Opening!
Diffstat (limited to 'furry/index.php')
-rw-r--r-- | furry/index.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/furry/index.php b/furry/index.php index fa08d9b..07e082d 100644 --- a/furry/index.php +++ b/furry/index.php @@ -1,19 +1,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"; ?> +<?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"; ?>
|