aboutsummaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c.php25
-rw-r--r--css/site.css12
2 files changed, 37 insertions, 0 deletions
diff --git a/c.php b/c.php
new file mode 100644
index 0000000..16b9eb2
--- /dev/null
+++ b/c.php
@@ -0,0 +1,25 @@
+<!-- ----------------------------------------------------------------------- -->
+<!-- -->
+<!-- File : c.php /_________/ -->
+<!-- Authors : Joe | -->
+<!-- Date : 06/2020 | -->
+<!-- Info : The C welcome page | -->
+<!-- / | -->
+<!-- \ / -->
+<!-- \_____/ -->
+<!-- -->
+<!-- ----------------------------------------------------------------------- -->
+
+<?php
+$prefix = "./";
+$curr_dir = basename(getcwd());
+if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") {
+ $prefix = "../";
+}
+?>
+<?php include $prefix."inc/classic-contents.inc.php"; ?>
+<?php jo_head("C"); ?>
+<?php jo_sidebar(); ?>
+<div class="body-contents">
+</div>
+<?php jo_footer(); ?>
diff --git a/css/site.css b/css/site.css
index 2632e1e..95f37fc 100644
--- a/css/site.css
+++ b/css/site.css
@@ -1,3 +1,15 @@
+/* ************************************************************************** */
+/* */
+/* File : classic-contents.inc.php /_________/ */
+/* Authors : Joe | */
+/* Date : 06/2020 | */
+/* Info : Functions for contents on every page | */
+/* / | */
+/* \ / */
+/* \_____/ */
+/* */
+/* ************************************************************************** */
+
body {
margin: 0 auto;
width: 100%;