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

73 lines
4.0 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="notary">
<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">Notary</div>
</div>
</div>
<div class="page-content noselect">
<div class="row justify-content-center">
<div class="col-100 medium-60 large-70" id="notary-dyncontent">
<div class="swiper 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="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>
<div class="col-100 medium-40 large-30">
<div class="card">
<a class="button button-large" href="/appointment/notary"><i class="fa-duotone fa-calendar"></i> Book Appointment</a>
</div>
<div class="card">
<a class="button button-large" href="/servicearea"><i class="fa-duotone 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.
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</div>
</div>
</div>