aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-16 18:47:24 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-16 18:47:24 -0400
commitc40d3f95a39b5b5f52b1bc164b0e65b1c74b06af (patch)
tree02d6d97da6ad9bd15b5c82f48013f9fdcc2b738c /app/views/index.view.php
parent6cdfa3251110249b25b585401c53be511cab6dc0 (diff)
downloadthedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.tar.gz
thedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.tar.bz2
thedroneely.com-c40d3f95a39b5b5f52b1bc164b0e65b1c74b06af.zip
app/views/index: Move random quotes lower on page
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 1fdb924..f74ed15 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -33,12 +33,6 @@
<div class="content">
- <?php $quote = shell_exec('fortune quotes'); ?>
- <span class="marginnote leftnote">
- <span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
- <?php echo $quote; ?>
- </span>
-
<p class="introduction has-text-left">
My name is Thedro <span class="has-text-grey-dark">[/tee:dro/]</span> &mdash;
a web developer and <a class="underline" href="https://en.wikipedia.org/wiki/Linux">linux and unix-like</a>
@@ -48,6 +42,12 @@
worked on as well as other interesting discoveries.
</p>
+ <span class="marginnote leftnote">
+ <span class="has-text-weight-bold has-margin-bottom-sm is-block">Random Quote</span>
+ <?php $quote = shell_exec('fortune quotes'); ?>
+ <?php echo $quote; ?>
+ </span>
+
</div>
<div class="recent__article">