aboutsummaryrefslogtreecommitdiff
path: root/creations/video/gyrate-with-obliqueness/index.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-20 01:15:15 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-20 01:15:15 +0200
commitaf9e5ef458b93ef2003905e1ccc5665e7266c242 (patch)
tree989ac25a8b75578788cd7157308f37b9b83cf8f5 /creations/video/gyrate-with-obliqueness/index.php
downloadmain-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.gz
main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.bz2
main-af9e5ef458b93ef2003905e1ccc5665e7266c242.zip
Commit
Diffstat (limited to 'creations/video/gyrate-with-obliqueness/index.php')
-rw-r--r--creations/video/gyrate-with-obliqueness/index.php11
1 files changed, 11 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"; ?>