-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
27 lines (27 loc) · 1.5 KB
/
index.php
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
<div class="container-fluid 404-container" style="background-image: url('https://media.giphy.com/media/fRZn2vraBGiA0/giphy.gif'); background-size: cover; background-position: center center; padding: 16px;" >
<div class="row 404-logo-row">
<div class="col-xs-10 col-xs-offset-1 404-logo">
<img src="https://s3.amazonaws.com/SorenTech/media/404.png" class="404-logo" />
</div><!-- 404-logo -->
</div><!-- logo-row -->
<div class="row 404-text-row">
<div class="col-sm-4 col-xs-offset-2 404-explanation" style="color: white">
<h1>Oops!</h1>
<p>We can't seem to find the page you requested.</p>
<p>Sorry to leave you swimming!</p>
<p>We recommend you try one of the following:<p>
<ul>
<li>Return <a title="home" href="<?php echo esc_url( home_url( '/' ) ); ?>" role="home">home</a></li>
<li>Use the search bar below to try to find your page</li>
<li>Check your spelling to make sure you are searching for the right thing</li>
<li>Email <a title="Soren LLC" href="http://soren.tech">Søren</a> to <a title="Soren feedback email" href="mailto:[email protected]">report an issue</a></li>
<li>Take a snack break</li>
</ul>
</div><!-- 404-explanation -->
<div class="row search-row">
<div class="col-xs-8 col-xs-offset-4 search-form">
<?php get_search_form(); ?>
</div><!-- search-form -->
</div><!-- search-row -->
</div><!-- 404-text-row -->
</div><!-- 404-container -->