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

65 lines
3.1 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="dropandsend">
<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">Drop and Send</div>
</div>
</div>
<div class="page-content">
<div class="row justify-content-center">
<div class="col-100 medium-60 large-50 xlarge-40">
<div class="list transparent no-hairlines no-margin-top-sm tablet-inset elevation-tablet media-list">
<ul>
<li class="padding">
Use one of our Drop and Send package drop locations to send mail,
packages, and more. No lines, no appointment, no postage, no label
printing, no problem!
</li>
<li class="item-divider">Step 1: Find a Location</li>
<li>
<div class="mapbox" style="width: 100%; min-height: 300px; max-height: 800px; height: 50vh;" id="mapbox-dropboxes"></div>
</li>
<li class="item-divider">Step 2: Request Pickup</li>
<li>
<div class="item-content item-link hapticbtn" id="pickupCodeQRScanBtn">
<div class="item-inner">
<div class="item-title-row">
<div class="item-title"><i class="fas fa-qrcode"></i> Scan Pickup Code</div>
</div>
<div class="item-text">Scan the pickup code and we'll come get your package.</div>
</div>
</div>
</li>
<li>
<div class="item-content item-link hapticbtn" id="pickupCodeManualEntryBtn">
<div class="item-inner">
<div class="item-title-row">
<div class="item-title"><i class="fas fa-keyboard"></i> Type Location Number</div>
</div>
<div class="item-text">Type the location number and we'll come get your package.</div>
</div>
</div>
</li>
</ul>
</div>
<div class="block">
By using Drop and Send you agree to the <a onclick="openBrowser('https://helena.express/das/terms')">terms of service</a>.
</div>
</div>
</div>
</div>
</div>