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/kiosk.html

68 lines
3.2 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="trailer">
<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">Shipping Kiosks</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">
<div class="text-align-center">
<img src="./assets/images/postalpoint-logo-horizontal-black.svg" class="hidden-dark margin" style="max-height: 20vh; max-width: 80%;" />
<img src="./assets/images/postalpoint-logo-horizontal-white.svg" class="hidden-light margin" style="max-height: 20vh; max-width: 80%;" />
</div>
<div class="block margin-bottom" id="kiosk-dyncontent">
Visit a PostalPoint™ shipping kiosk to send mail and packages.
We've designed the kiosks with a simple and easy to use touchscreen, free boxes and envelopes, and a secure package drop.
You pay USPS retail prices with no markup. Free tracking and insurance included.
</div>
</div>
</div>
</div>
<div class="col-100 medium-50">
<div class="block-title">Locations</div>
<div class="list">
<ul>
{{#each locations}}
<li>
<a href="geo:{{geo}}" class="item-content item-link">
<div class="item-inner item-cell">
<div class="item-row">
<div class="item-cell">
<span style="font-weight: 600;">{{name}}</span>
<br />Hours: {{hours}}
</div>
</div>
<div class="item-row">
<div class="item-cell">
{{info}}
</div>
</div>
</div>
</a>
</li>
{{/each}}
</ul>
</div>
</div>
</div>
<div class="block text-align-center margin-top">
Helena Express is a founding member of the PostalPoint shipping network. PostalPoint is a trademark of PostalPortal LLC.
</div>
</div>
</div>