From a7e4fd7f0f30b326a9769422d7247d02038fe7b7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 27 Aug 2021 01:49:00 -0600 Subject: [PATCH] Move track package and rates options to smaller buttons at top of home --- www/pages/home.html | 8 ++++++++ www/routes.js | 24 ++++++++++++------------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/www/pages/home.html b/www/pages/home.html index 7d33053..65aabe2 100644 --- a/www/pages/home.html +++ b/www/pages/home.html @@ -20,6 +20,14 @@
+ {{#each pages}}
diff --git a/www/routes.js b/www/routes.js index b49a0d3..3449ed4 100644 --- a/www/routes.js +++ b/www/routes.js @@ -26,18 +26,18 @@ var routes = [ icon: "fad fa-box-alt", text: "Bring your package to a secure drop location and we'll ship it for you. No postage or appointment needed." }, - { - title: "Track Package", - href: "/track", - icon: "fad fa-search", - text: "Find the latest location and updates about any shipment." - }, - { - title: "Get Rates", - href: "/rates", - icon: "fad fa-calculator", - text: "Calculate postage and prices for your item." - }, +// { +// title: "Track Package", +// href: "/track", +// icon: "fad fa-search", +// text: "Find the latest location and updates about any shipment." +// }, +// { +// title: "Get Rates", +// href: "/rates", +// icon: "fad fa-calculator", +// text: "Calculate postage and prices for your item." +// }, { title: "My Account", href: "/account",