Move track package and rates options to smaller buttons at top of home

master
Skylar Ittner 3 years ago
parent 671ca65661
commit a7e4fd7f0f

@ -20,6 +20,14 @@
<div class="row justify-content-center margin-top"> <div class="row justify-content-center margin-top">
<div class="col-100 medium-90 xlarge-75 margin-horizontal"> <div class="col-100 medium-90 xlarge-75 margin-horizontal">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-100 small-50 large-33 no-margin-vertical">
<div class="card">
<a class="button button-large" href="/track"><i class="fad fa-search"></i> Track Package</a>
</div>
<div class="card margin-top">
<a class="button button-large" href="/rates"><i class="fad fa-calculator"></i> Shipping Rates</a>
</div>
</div>
{{#each pages}} {{#each pages}}
<div class="col-100 small-50 large-33 no-margin-vertical"> <div class="col-100 small-50 large-33 no-margin-vertical">
<div class="card hapticbtn pointercursor" onclick="router.navigate('{{href}}');"> <div class="card hapticbtn pointercursor" onclick="router.navigate('{{href}}');">

@ -26,18 +26,18 @@ var routes = [
icon: "fad fa-box-alt", 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." text: "Bring your package to a secure drop location and we'll ship it for you. No postage or appointment needed."
}, },
{ // {
title: "Track Package", // title: "Track Package",
href: "/track", // href: "/track",
icon: "fad fa-search", // icon: "fad fa-search",
text: "Find the latest location and updates about any shipment." // text: "Find the latest location and updates about any shipment."
}, // },
{ // {
title: "Get Rates", // title: "Get Rates",
href: "/rates", // href: "/rates",
icon: "fad fa-calculator", // icon: "fad fa-calculator",
text: "Calculate postage and prices for your item." // text: "Calculate postage and prices for your item."
}, // },
{ {
title: "My Account", title: "My Account",
href: "/account", href: "/account",

Loading…
Cancel
Save