aboutsummaryrefslogtreecommitdiff
path: root/creations/index.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-27 04:47:58 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-27 04:47:58 +0200
commitb028da9fea70c65ccd52d1d478859739027d756a (patch)
treef6ad05f4313499ebd84c2afd26320217b18ad04f /creations/index.php
parentaf9e5ef458b93ef2003905e1ccc5665e7266c242 (diff)
downloadmain-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz
main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2
main-b028da9fea70c65ccd52d1d478859739027d756a.zip
Commmmmmit
Diffstat (limited to 'creations/index.php')
-rw-r--r--creations/index.php17
1 files changed, 14 insertions, 3 deletions
diff --git a/creations/index.php b/creations/index.php
index 47e0775..d721404 100644
--- a/creations/index.php
+++ b/creations/index.php
@@ -1,4 +1,15 @@
-<?php
+<?php $_TITLE = "Creations"; 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/dev.jpg');"></div>
-header("Location: /");
-die(); \ No newline at end of file
+ <div class="container">
+ <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
+ <h2><?= l("Creations", "Mes projets") ?></h2>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/projects/list.php"; ?><br>
+ <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p>
+ <small><p class="text-muted">Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.</p></small>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>