From e1f7aef62935ab975a937ea1bc6632cc7ed71bb8 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 21 Jul 2017 00:58:25 -0600 Subject: [PATCH] Refactor page navigation and icon handling to match the rest of the apps --- home.php | 86 +++++++++++++++++++++---------- index.php | 6 ++- pages.php | 12 +++-- settings.template.php | 9 ++++ static/img/up-arrow-black.png | Bin 0 -> 516 bytes static/img/up-arrow-black.svg | 94 ++++++++++++++++++++++++++++++++++ static/img/up-arrow-white.png | Bin 0 -> 538 bytes static/img/up-arrow-white.svg | 94 ++++++++++++++++++++++++++++++++++ 8 files changed, 269 insertions(+), 32 deletions(-) create mode 100644 static/img/up-arrow-black.png create mode 100644 static/img/up-arrow-black.svg create mode 100644 static/img/up-arrow-white.png create mode 100644 static/img/up-arrow-white.svg diff --git a/home.php b/home.php index 003f707..79f3211 100644 --- a/home.php +++ b/home.php @@ -38,10 +38,18 @@ if (!is_empty($_GET['page'])) {
- + + +
-