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

73 lines
3.3 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">Mobile Shipping Center</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="trailer-dyncontent">
Our Mobile Shipping Center is a specialized trailer equipped to offer mailing,
shipping, notarizing, copying, and faxing services. With no markup or extra fees,
it's a good way to save money and skip the line at the post office.
</div>
<div class="block">
<div class="button" onclick='openExternalBrowser("https://helena.express/mobile");'>
Learn More &nbsp;<i class="fa-regular fa-arrow-up-right-from-square"></i>
</div>
</div>
<div class="block margin-bottom">
Use Quick Send for faster service! Just enter the address info for your package ahead of time then show us your phone screen.
</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">Schedule</div>
<div class="list media-list">
<ul>
{{#each schedule}}
<li>
<a href="geo:{{geo}}" class="item-link item-content">
<div class="item-inner">
<div class="item-title-row">
<div class="item-title">{{date}}</div>
</div>
<div class="item-subtitle">{{time}}</div>
<div class="item-text">{{location}}</div>
</div>
</a>
</li>
{{/each}}
</ul>
</div>
</div>
</div>
</div>
</div>