-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.html
39 lines (36 loc) · 1.25 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: 404 - Page not found.
description: Sorry, we couldn't find that page.
breadcrumb: false
---
<main class="main main-home" role="main">
<section class="section hero hero__main">
<div class="container">
<div class="hero__left">
<div class="hero__left-text">
<div class="head-text">
<h1>Sorry, we couldn't find that page.</h1>
</div>
</div>
<div class="hero__left-desc">
</div>
</div>
<div class="hero__right">
<div class="hero__right-img"><img src="/images/icons/404.png" alt="Page not found icon" />
</div>
</div>
</div>
</section>
<div class="content-page-wrapper">
<section class="section content-block">
<div class="container">
<p>We may have moved the page or the link you followed may have had a typo; sorry about that! Try starting over at <a class="btn" href="/">Home</a> or reach out and <a class="btn" href="/contact">Contact Us</a> if you have a question for us.</p><br/>
<p><a class="btn-fill" href="/">Home</a></p>    
<p><a class="btn-fill" href="/contact">Contact</a></p>
</div>
</section>
</div>
</main>
<footer class="footer footer__main">
{% include footer-common.html %}
</footer>