diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /code-of-conduct/index.php | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'code-of-conduct/index.php')
-rw-r--r-- | code-of-conduct/index.php | 12 |
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"; ?> |