aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:50:58 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:50:58 -0400
commit21b41a702d3488c427d36d665dfc741fd06b66b2 (patch)
tree9291d74186dbc1c885648a1a137ba90964b7297d
parent2546852f0a04c8ea01d66c2e80c65ef4d83907d7 (diff)
downloadedwinmattiacci.com-21b41a702d3488c427d36d665dfc741fd06b66b2.tar.gz
edwinmattiacci.com-21b41a702d3488c427d36d665dfc741fd06b66b2.tar.bz2
edwinmattiacci.com-21b41a702d3488c427d36d665dfc741fd06b66b2.zip
views/index: Remove redundant navigator and use download tag
-rw-r--r--views/index.view.php21
1 files changed, 8 insertions, 13 deletions
diff --git a/views/index.view.php b/views/index.view.php
index 383d846..6eddd32 100644
--- a/views/index.view.php
+++ b/views/index.view.php
@@ -1,16 +1,11 @@
<?php require __DIR__ . '/partials/header.php'; ?>
-<?php require __DIR__ . '/partials/navigator.php'; ?>
-
-
<h1 class="text-3xl mb-1 text-red-light">Let's bring a story to life</h1>
<h2 class="text-xl font-normal text-grey-darkest mb-6 leading-normal">
Strong voice for narration, trailers, storytelling, and more.
</h2>
-
-
<h1 class="text-xl text-grey-darkest mb-2">Prologue</h1>
<p class="text-grey-darkest mb-3 leading-normal">
@@ -24,7 +19,7 @@
</audio>
</noscript>
- <div class="sm2-bar-ui bg-white compact shadow-md mb-6 border border-grey">
+ <div class="sm2-bar-ui bg-white compact shadow-md mb-6">
<div class="bd sm2-main-controls">
@@ -58,7 +53,7 @@
</div>
</div>
- <a href="#" class="sm2-inline-element sm2-button-element">
+ <a href="audio/prologue.mp3" class="sm2-inline-element sm2-button-element" download>
<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/icons/feathericons/download.svg') ?>
</a>
@@ -91,7 +86,7 @@
</audio>
</noscript>
- <div class="sm2-bar-ui bg-white compact shadow-md mb-6 border border-grey">
+ <div class="sm2-bar-ui bg-white compact shadow-md mb-6">
<div class="bd sm2-main-controls">
@@ -125,7 +120,7 @@
</div>
</div>
- <a href="#" class="sm2-inline-element sm2-button-element">
+ <a href="audio/narrative.mp3" class="sm2-inline-element sm2-button-element" download>
<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/icons/feathericons/download.svg') ?>
</a>
@@ -158,7 +153,7 @@
</audio>
</noscript>
- <div class="sm2-bar-ui bg-white compact shadow-md mb-6 border border-grey">
+ <div class="sm2-bar-ui bg-white compact shadow-md mb-6">
<div class="bd sm2-main-controls">
@@ -192,7 +187,7 @@
</div>
</div>
- <a href="#" class="sm2-inline-element sm2-button-element">
+ <a href="audio/dramatic.mp3" class="sm2-inline-element sm2-button-element" download>
<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/icons/feathericons/download.svg') ?>
</a>
@@ -226,7 +221,7 @@
</audio>
</noscript>
- <div class="sm2-bar-ui bg-white compact shadow-md border border-grey">
+ <div class="sm2-bar-ui bg-white compact shadow-md">
<div class="bd sm2-main-controls">
@@ -260,7 +255,7 @@
</div>
</div>
- <a href="#" class="sm2-inline-element sm2-button-element">
+ <a href="audio/commercial.mp3" class="sm2-inline-element sm2-button-element" download>
<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/icons/feathericons/download.svg') ?>
</a>