aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-15 00:15:59 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-15 00:15:59 -0400
commitbda06efb4488f76e3e5b87c8f36d08f338b35551 (patch)
treed39a0d62b17f123a88a4a1bd8a26cf14ea25cfae /app/views/partials
parent5607ae5777cf947ae8e72e9ce00ceab176d820dc (diff)
downloadthedroneely.com-bda06efb4488f76e3e5b87c8f36d08f338b35551.tar.gz
thedroneely.com-bda06efb4488f76e3e5b87c8f36d08f338b35551.tar.bz2
thedroneely.com-bda06efb4488f76e3e5b87c8f36d08f338b35551.zip
app/views/partials/navigator: Add text to theme icons
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/navigator.php18
1 files changed, 12 insertions, 6 deletions
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index 1598ab1..44a1ff5 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -97,22 +97,26 @@
<div class="columns is-centered has-margin-bottom-none">
<div class="navbar__left column">
- <a href="https://www.thedroneely.com/git/explore/repos"
+ <a title="Git Repository"
+ href="https://www.thedroneely.com/git/explore/repos"
class="brand__custom is-inline-block">
<?php echo file_get_contents(
$_SERVER['DOCUMENT_ROOT']
- . '/..' . '/public/css/fonts/feather-icons/terminal.svg'
+ . '/..'
+ . '/public/css/fonts/feather-icons/terminal.svg'
) ?>
</a>
<div class="navbar__separator is-inline-block"></div>
<div class ="is-inline-block theme-toggle">
- <form method="get" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
+ <form method="get"
+ action="<?php echo $_SERVER['REQUEST_URI']; ?>">
<?php if ($theme->color() === 'dark') { ?>
- <button class="theme-toggle-button button is-text"
+ <button title="Light Theme"
+ class="theme-toggle-button button is-text"
name="theme" type="submit" value="light">
<span class="theme-toggle-sun">
@@ -125,7 +129,8 @@
<?php } else { ?>
- <button class="theme-toggle-button button is-text"
+ <button title="Dark Theme"
+ class="theme-toggle-button button is-text"
name="theme" type="submit" value="dark">
<span class="theme-toggle-moon">
@@ -155,7 +160,8 @@
</div>
<div class="navbar__right column">
- <a href ="https://ko-fi.com/thedroneely"
+ <a title="Coffee"
+ href ="https://ko-fi.com/thedroneely"
class="navbar-item coffee button is-success
is-outlined is-inline-flex">
<?php echo file_get_contents(