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="col-100 medium-90 xlarge-75 margin-horizontal">
<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}}
<div class="col-100 small-50 large-33 no-margin-vertical">
<div class="card hapticbtn pointercursor" onclick="router.navigate('{{href}}');">

@ -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",

Loading…
Cancel
Save