You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HelenaExpressApp/www/pages/postalpoint.html

73 lines
3.5 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="postalpoint">
<div class="navbar">
<div class="navbar-bg"></div>
<div class="navbar-inner">
<div class="left">
<a class="link back" href="#">
<i class="icon icon-back"></i>
<span class="if-not-md">Back</span>
</a>
</div>
<div class="title">PostalPoint Kiosk</div>
</div>
</div>
<div class="page-content noselect">
<div class="row justify-content-center">
<div class="col-100 medium-50 padding-top">
<div class="card">
<div class="card-body padding-top">
<!-- <div class="block text-align-center">
<img src="assets/images/mail-trailer.svg" class="margin" style="max-height: 20vh; max-width: 80%;" />
</div> -->
<div class="block margin-bottom" id="postalpoint-dyncontent">
Our network of PostalPoint kiosks are a quick and convenient way to
send mail and packages. Located in local businesses, our kiosks have an
easy to use touchscreen and a secure parcel drop. You pay the normal
USPS prices without markup or fees.
<br /><br />
Walk in, put your box on the scale, answer a few questions, tap your
card, and get a shipping label (with postage). Then just place your package
in the secure locker. The kiosk can print or email a receipt so you'll
have the tracking number.
</div>
<div class="block margin-bottom">
Don't like typing addresses on the kiosk? With Quick Send, you can type
right here instead! Tap the button below, then tap "Quick Send" on the kiosk.
</div>
<div class="block">
<div class="button" onclick='router.navigate("/quicksend");'>
Open Quick Send
</div>
</div>
</div>
</div>
</div>
<div class="col-100 medium-50">
<div class="block-title">Locations</div>
<div class="list media-list">
<ul>
{{#each locations}}
<li>
<a href="geo:{{geo}}" class="item-link item-content">
<div class="item-inner">
<div class="item-title-row">
<div class="item-title">{{name}}</div>
</div>
<div class="item-text">{{info}}</div>
<div class="item-text">{{hours}}</div>
</div>
</a>
</li>
{{/each}}
</ul>
</div>
</div>
</div>
</div>
</div>