Add more drawings, break up walls of text

master
Skylar Ittner 2 years ago
parent a93d6876f8
commit dc0e846ad9

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

@ -18,41 +18,49 @@
</div>
<div class="page-content noselect">
<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 text-align-center">
<p>Get a notary public anywhere in the Helena area on your schedule.
$10 per document plus a $10 travel fee per trip.
<p>In the same visit we can send your notarized documents via tracked First Class mail,
Certified Mail, our same-day or one-hour express courier services,
or a variety of guaranteed overnight services from USPS, FedEx, and UPS.
<p>Got a PDF to sign? Don't print it out, we can notarize electronically!
Just email it to <a href="mailto:notary@helena.express">notary@helena.express</a>
any time before your appointment.
</div>
</div>
<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="/appointment/notary"><i class="fad fa-calendar"></i> Book Appointment</a>
<div class="row justify-content-center">
<div class="col-100 medium-60 large-70">
<div class="swiper-container margin-top" id="notary-info-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide display-flex justify-contenty-center align-items-center flex-direction-column">
<img src="assets/images/document-handshake.svg" style="max-height: 40vh; max-width: 90%; height: 50rem;"/>
<p class="text-align-center margin">
Get a notary public anywhere in the Helena area on your schedule.
$10 per document plus a $10 travel fee per trip.</p>
</div>
<div class="card">
<a class="button button-large" href="/servicearea"><i class="fad fa-map"></i> Service Area</a>
<div class="swiper-slide display-flex justify-contenty-center align-items-center flex-direction-column">
<img src="assets/images/letter-delivery.svg" style="max-height: 40vh; max-width: 90%; height: 50rem;"/>
<p class="text-align-center margin padding-bottom">
In the same visit we can send your notarized documents via tracked First Class mail,
Certified Mail, our same-day or one-hour express courier services,
or a variety of guaranteed overnight services from USPS, FedEx, and UPS.</p>
</div>
<div class="swiper-slide display-flex justify-contenty-center align-items-center flex-direction-column">
<img src="assets/images/signing-document.svg" style="max-height: 40vh; max-width: 90%; height: 50rem;"/>
<p class="text-align-center margin">
Got a PDF to sign? Don't print it out, we can notarize electronically!
Just email it to <a href="mailto:notary@helena.express">notary@helena.express</a>
any time before your appointment.</p>
</div>
</div>
<div id="notary-info-swiper-pagination" class="swiper-pagination"></div>
</div>
<div class="row justify-content-center">
<div class="col-100 small-50 large-33 text-align-center margin-top text-color-gray">
<p>The travel fee is an amount not determined by law. By scheduling an
appointment, you agree to pay the travel fee described. We are not
licensed to practice law. We are not allowed to draft legal
records, give advice on legal matters, including immigration, or charge
a fee for those activities.
</div>
</div>
<div class="col-100 medium-40 large-30">
<div class="card">
<a class="button button-large" href="/appointment/notary"><i class="fad fa-calendar"></i> Book Appointment</a>
</div>
<div class="card">
<a class="button button-large" href="/servicearea"><i class="fad fa-map"></i> Service Area</a>
</div>
<div class="block text-align-center margin-top text-color-gray">
The travel fee is an amount not determined by law. By scheduling an
appointment, you agree to pay the travel fee described. We are not
licensed to practice law. We are not allowed to draft legal
records, give advice on legal matters, including immigration, or charge
a fee for those activities.
</div>
</div>
</div>

@ -24,10 +24,15 @@
<div class="card-content text-align-center padding-vertical" id="pickupRequestForm">
<div class="list media-list">
<ul>
<li class="padding text-align-center">
Leave your package somewhere safe
(front porch, shed, garage, etc) and we'll come get it.
Your saved credit card will be billed automatically when we ship your package.
<li>
<div class="block text-align-center">
<img src="assets/images/package-pickup.svg" class="margin" style="max-height: 25vh; max-width: 80%; height: 15rem;" />
<p class="margin">
Leave your package somewhere safe
(front porch, shed, garage, etc) and we'll come get it.
Your saved credit card will be billed automatically when we ship your package.
</p>
</div>
</li>
<li class="padding text-align-center" id="addPaymentMethodNag" style="display: none;">
<i class="fad fa-exclamation-circle fa-2x text-color-orange"></i><br>

@ -1,8 +1,8 @@
{{#js_if "this.cartitems.length > 0"}}
<div class="block">
<div class="button button-fill" onclick="openShopCheckout()">
<i class="far fa-cash-register"></i> Go to Checkout
</div>
<div class="button button-fill" onclick="openShopCheckout()">
<i class="far fa-cash-register"></i> Go to Checkout
</div>
</div>
<div class="list media-list">
<ul>
@ -30,8 +30,9 @@
</div>
{{else}}
<div class="block text-align-center">
<i class="far fa-shopping-cart fa-4x"></i>
<br /><br />
Your cart is empty!
<img src="assets/images/empty-cart.svg" class="margin" style="max-height: 25vh; max-width: 80%; height: 15rem;" />
<p class="margin">
Your cart is empty!
</p>
</div>
{{/js_if}}

@ -22,17 +22,41 @@
<div class="row justify-content-center">
<div class="col-100 medium-90 xlarge-75 margin-horizontal">
<div class="card margin">
<div class="card-content text-align-center padding-vertical" id="pickupRequestForm">
<div class="card-content padding-vertical" id="telegramForm">
<div class="list media-list">
<ul>
<li class="padding text-align-center">
Send a telegram with Helena Express for $15.
We'll hand-deliver your message to anywhere in Helena, East Helena, Montana City, the Helena Valley, and the hills around Helena.
If you put in a destination outside the Helena area, your telegram will be delivered by the postal service.
If the recipient isn't home, we'll leave a note and try again the following day, usually at a different time of day.
If nobody answers the second time, we'll either leave the telegram at their front door or,
if you request it in the special instructions, send it to them via the U.S. Mail.
<li>
<div class="block text-align-center">
<img src="assets/images/telegram.svg" class="margin" style="max-height: 25vh; max-width: 80%; height: 15rem;" />
<p class="margin">
Send a telegram with Helena Express for $15.
We'll hand-deliver your message to anywhere in Helena, East Helena, Montana City, the Helena Valley, and the hills around Helena.
</p>
</div>
</li>
</ul>
</div>
<div class="list accordion-list">
<ul>
<li class="accordion-item">
<a class="item-content item-link no-padding-left" href="#">
<div class="item-inner justify-content-center no-padding-right">
<div class="item-title">More Info</div>
</div>
</a>
<div class="accordion-item-content">
<div class="block">
<p>If you put in a destination outside the Helena area, your telegram will be delivered by the postal service.
If the recipient isn't home, we'll leave a note and try again the following day, usually at a different time of day.
If nobody answers the second time, we'll either leave the telegram at their front door or,
if you request it in the special instructions, send it to them via the U.S. Mail.</p>
</div>
</div>
</li>
</ul>
</div>
<div class="list media-list">
<ul>
<li class="padding text-align-center" id="addPaymentMethodNag" style="display: none;">
<i class="fad fa-exclamation-circle fa-2x text-color-orange"></i><br>
You need an account with a linked credit card to send a telegram in the app. <span class="taptext">Tap</span><span class="clicktext">Click</span> the button to update your account.

@ -82,7 +82,8 @@ var routes = [
app.swiper.create("#crypto-intro-swiper", {
pagination: {
el: "#crypto-intro-swiper-pagination",
type: "bullets"
type: "bullets",
clickable: true
}
});
}
@ -196,7 +197,14 @@ var routes = [
name: 'notary',
on: {
pageAfterIn: function () {
app.swiper.destroy("#notary-info-swiper");
app.swiper.create("#notary-info-swiper", {
pagination: {
el: "#notary-info-swiper-pagination",
type: "bullets",
clickable: true
}
});
}
}
},
@ -413,9 +421,13 @@ var routes = [
}, function (success) {
app.dialog.close();
if (success.status == "OK") {
var receipts = success.receipts;
if (receipts.length == 0) {
receipts = false;
}
resolve({
content: compiledPages.receipts({
receipts: success.receipts
receipts: receipts
})
});
} else {

Loading…
Cancel
Save