aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-01-24 18:43:10 -0500
committerThedro Neely <thedroneely@gmail.com>2022-01-24 18:43:10 -0500
commitd2c02388390b5b7a259e60d6c5dac0473123e98e (patch)
treebade05793fddd1ffe089f9d42894c0a90f766e48 /app/views/index.view.php
parentcbf66d935d1952e52ca47997bcadd108257f1cda (diff)
downloadthedroneely.com-d2c02388390b5b7a259e60d6c5dac0473123e98e.tar.gz
thedroneely.com-d2c02388390b5b7a259e60d6c5dac0473123e98e.tar.bz2
thedroneely.com-d2c02388390b5b7a259e60d6c5dac0473123e98e.zip
public/css: Remove more unused CSS and ensure video footers
Remove more unused CSS rules for future refactor and ensure all video elements have footers.
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index dd03d12..b561e10 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -23,10 +23,15 @@
In it for the long haul
</h2>
- <video preload="none" poster="/images/pipes.png" width="732" height="" autoplay="true" loop="true" muted="true">
- <source src="/videos/pipes.mp4" type="video/mp4">
- Your browser does not support the video tag.
- </video>
+ <div class="video has-text-centered">
+ <video preload="none" poster="/images/pipes.png" width="732" height="" autoplay="true" loop="true" muted="true">
+ <source src="/videos/pipes.mp4" type="video/mp4" />
+ Your browser does not support the video tag.
+ </video>
+ <footer class="has-text-centered has-text-grey-dark">
+ pipes.sh terminal screensaver
+ </footer>
+ </div>
<div class="content">