aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-06-06 17:46:44 -0400
committerThedro Neely <thedroneely@gmail.com>2019-06-06 17:46:44 -0400
commit223691bc419682e227e77a6ff00a64bb77100d88 (patch)
tree1a33b3ae2e9f316c7a8662c832200528e1698acd /app/views/partials
parent17d374f864383b6883571d470704fcb6f9ed6649 (diff)
downloadthedroneely.com-223691bc419682e227e77a6ff00a64bb77100d88.tar.gz
thedroneely.com-223691bc419682e227e77a6ff00a64bb77100d88.tar.bz2
thedroneely.com-223691bc419682e227e77a6ff00a64bb77100d88.zip
app/views/partials: Description and label updates
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php2
-rw-r--r--app/views/partials/navigator.php8
2 files changed, 5 insertions, 5 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index d6b126c..a800aa0 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -12,7 +12,7 @@
<a class="underline" href="/resume">Resume</a> |
- <a class="underline" href="https://www.thedroneely.com/git/explore/repos">Repository</a> |
+ <a class="underline" href="https://www.thedroneely.com/git/explore/repos">Source</a> |
<a class="underline" href="https://gitlab.com/tdro">Gitlab</a> |
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index a2bdbdf..57270bc 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -96,7 +96,7 @@
<div class="columns is-centered has-margin-bottom-none">
<div class="navbar__left column">
- <a title="Git Repository"
+ <a title="Go to Website Repository"
href="https://www.thedroneely.com/git/explore/repos"
class="brand__custom is-inline-block">
<?php echo file_get_contents(
@@ -114,7 +114,7 @@
<?php if ($theme->color() === 'dark') { ?>
- <button title="Light Theme"
+ <button title="Switch to Light Theme"
class="theme-toggle-button button is-text"
name="theme" type="submit" value="light">
@@ -128,7 +128,7 @@
<?php } else { ?>
- <button title="Dark Theme"
+ <button title="Switch to Dark Theme"
class="theme-toggle-button button is-text"
name="theme" type="submit" value="dark">
@@ -195,7 +195,7 @@
<button class="theme-toggle-button button is-text has-text-left is-block"
name="theme" type="submit" value="light">
- <span class="theme-toggle-moon">Light<span>
+ <span class="theme-toggle-moon">Light</span>
<?php } else { ?>