aboutsummaryrefslogtreecommitdiff
path: root/code-of-conduct/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'code-of-conduct/index.php')
-rw-r--r--code-of-conduct/index.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/code-of-conduct/index.php b/code-of-conduct/index.php
new file mode 100644
index 0000000..2b4c375
--- /dev/null
+++ b/code-of-conduct/index.php
@@ -0,0 +1,12 @@
+<?php $_TITLE = "Code of Conduct"; 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/code-of-conduct.jpg');"></div>
+
+ <div class="container">
+ <?= l(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/en.html"), file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/code/fr.html")); ?>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>