forked from uweb/uw-2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
47 lines (32 loc) · 1.61 KB
/
404.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php get_header(); ?>
<?php get_template_part( 'header', 'image' ); ?>
<div class="container uw-body">
<div class="row">
<div <?php uw_content_class(); ?> role="main">
<?php get_template_part( 'breadcrumbs' ); ?>
<div class="row show-grid">
<div class="col-md-12">
<div class="woof" style="background: url( <?php echo get_template_directory_uri() . '/assets/images/404.jpg' ?>) center center no-repeat"></div>
<div class="row show-grid">
<div class="col-md-6">
<?php get_search_form(); ?>
<h3>Not what you were expecting?</h3>
<p>Dubs tells us this page might not be what you had in mind when you set out on your journey through the UW Web. Don’t worry, you’re not in the Dawg House! Here are some of Dubs’ favorite pages if you feel like exploring: </p>
</div>
<div class="col-md-5 col-md-offset-1">
<ul>
<li><a href="//www.washington.edu">UW home page</a></li>
<li><a href="//www.washington.edu/discover/">Discover the UW</a></li>
<li><a href="//www.washington.edu/maps/">Maps</a></li>
<li><a href="//www.washington.edu/news/">UW Today</a></li>
<li><a href="http://www.gohuskies.com/">Husky Sports</a></li>
<li><a href="//www.washington.edu/discover/visit/">Visitor and Information Center</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>