diff options
Diffstat (limited to 'creations/gyrate-with-obliqueness')
-rw-r--r-- | creations/gyrate-with-obliqueness/description.fr.txt | 1 | ||||
-rw-r--r-- | creations/gyrate-with-obliqueness/index.php | 22 |
2 files changed, 12 insertions, 11 deletions
diff --git a/creations/gyrate-with-obliqueness/description.fr.txt b/creations/gyrate-with-obliqueness/description.fr.txt new file mode 100644 index 0000000..6958d41 --- /dev/null +++ b/creations/gyrate-with-obliqueness/description.fr.txt @@ -0,0 +1 @@ +Une reprise d'une musique de russelbuck
\ No newline at end of file diff --git a/creations/gyrate-with-obliqueness/index.php b/creations/gyrate-with-obliqueness/index.php index c37aa5c..2e87a8b 100644 --- a/creations/gyrate-with-obliqueness/index.php +++ b/creations/gyrate-with-obliqueness/index.php @@ -1,11 +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"; ?> +<?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"; ?>
|