aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
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 { ?>