diff options
Diffstat (limited to 'furry')
-rw-r--r-- | furry/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/furry/index.php b/furry/index.php index 3466165..b88930b 100644 --- a/furry/index.php +++ b/furry/index.php @@ -1,5 +1,7 @@ <?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 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> |