add theme

This commit is contained in:
Tony Volpe
2024-06-18 16:47:10 -04:00
parent 95cb30b884
commit 706f089d5e
408 changed files with 77892 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?php
get_header();
?>
<section class="hero-slice-container d-flex justify-content-start align-content-center d-none d-lg-flex" style="background-image: url('/wp-content/uploads/2023/09/Lifeline-Mobile-App-Hero-1920x880-1.jpg');">
<div class="container hero-wrapper my-auto">
<div class="row">
<div class="col-md-10 col-lg-6">
<h1 class="mb-4 hero-title">Page Not Found</h1>
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
</div>
</div>
</div>
</section>
<section class="hero-slice-container d-flex justify-content-start align-content-center flex-wrap d-lg-none padding-top-none padding-bottom-none">
<div class="container hero-wrapper my-auto">
<div class="row">
<div class="col-md-10 col-lg-6">
<h1 class="mb-4 hero-title">Page Not Found</h1>
<h2 class="mb-4 hero-title">Sorry, the page you are looking for cannot be found.</h2>
<p class="mb-4 hero-copy">The link you followed may be broken or the page may have been removed.</p>
<p class="mb-4 hero-copy">Need further assistance? Visit our <a href="/contact-us/" class="error-link">Contact Us</a> page or call us at <a class="error-link" href="tel:<?php echo do_shortcode('[op]'); ?>"><?php echo do_shortcode('[op]'); ?></a></p>
</div>
</div>
</div>
</section>
<?php get_footer();