aboutsummaryrefslogtreecommitdiff
path: root/creations/video
diff options
context:
space:
mode:
Diffstat (limited to 'creations/video')
-rw-r--r--creations/video/gyrate-with-obliqueness/index.php11
-rw-r--r--creations/video/gyrate-with-obliqueness/title.txt1
-rw-r--r--creations/video/index.php11
3 files changed, 23 insertions, 0 deletions
diff --git a/creations/video/gyrate-with-obliqueness/index.php b/creations/video/gyrate-with-obliqueness/index.php
new file mode 100644
index 0000000..c37aa5c
--- /dev/null
+++ b/creations/video/gyrate-with-obliqueness/index.php
@@ -0,0 +1,11 @@
+<?php $_TITLE = "Gyrate with Obliqueness"; 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 class="container">
+ <h2>Gyrate with Obliqueness</h2>
+
+ <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
diff --git a/creations/video/gyrate-with-obliqueness/title.txt b/creations/video/gyrate-with-obliqueness/title.txt
new file mode 100644
index 0000000..2798c5d
--- /dev/null
+++ b/creations/video/gyrate-with-obliqueness/title.txt
@@ -0,0 +1 @@
+Gyrate with Obliqueness \ No newline at end of file
diff --git a/creations/video/index.php b/creations/video/index.php
new file mode 100644
index 0000000..c73fa1a
--- /dev/null
+++ b/creations/video/index.php
@@ -0,0 +1,11 @@
+<?php $_TITLE = "Video Creations"; 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 class="container">
+ <?php $_ACTIVE = "video"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
+ <h2><?= l("Video Creations", "Créations audiovisuelles") ?></h2>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/video/list.php"; ?>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>