aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-07-24 17:10:25 -0400
committerThedro Neely <thedroneely@gmail.com>2019-07-24 17:10:25 -0400
commit1e8de7e6b598f428fbb2a875e5306bc65394f7b5 (patch)
treec0f27a8a7484f45f5533d26ea5beaf3502ff4836 /app/views/index.view.php
parent6b82b6c389638a8ebdcd1b399378fa2951a8352c (diff)
downloadthedroneely.com-1e8de7e6b598f428fbb2a875e5306bc65394f7b5.tar.gz
thedroneely.com-1e8de7e6b598f428fbb2a875e5306bc65394f7b5.tar.bz2
thedroneely.com-1e8de7e6b598f428fbb2a875e5306bc65394f7b5.zip
app/views/index: Add random quote to home page
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 387bca0..1b1b848 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -33,6 +33,12 @@
<div class="content">
+ <?php $quote = shell_exec('fortune -s'); ?>
+ <span class="marginnote leftnote">
+ <p class="has-text-weight-bold has-margin-bottom-sm">Random Quote</p>
+ <?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>