-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path404.php
50 lines (43 loc) · 2.22 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
48
49
50
<?php get_header(); ?>
<div id="primary">
<div id="content" class="container">
<div id="four04" class="visible-xs visible-sm col-xs-12 col-sm-12">
<img alt="Error 404" src="<?php bloginfo('template_url'); ?>/img/404/404.jpg" style="width:90%" />
</div>
<div id="parallax" class="parallax-viewport visible-md visible-lg">
<div class="parallax-layer" style="width:942px;">
<img alt="Clouds" src="<?php bloginfo('template_url'); ?>/img/404/sky.jpg" />
</div>
<div class="parallax-layer" style="width:900px;">
<img alt="Woof" src="<?php bloginfo('template_url'); ?>/img/404/woof.png" />
</div>
<div class="parallax-layer">
<img alt="Dog house" src="<?php bloginfo('template_url'); ?>/img/404/dawghouse.png" />
</div>
<div class="parallax-layer">
<img alt="Dubs" src="<?php bloginfo('template_url'); ?>/img/404/dubbs.png" />
</div>
</div>
<div class="row four-oh-four">
<div id="main_content" role="main">
<div class="col-md-4 col-lg-4 col-md-offset-3 col-lg-offest-3">
<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>
<div id="sidebar" role="navigation" aria-label="Sidebar Menu">
<div class="col-md-3 col-lg-3">
<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><!-- #content -->
</div><!-- #primary -->
<?php get_footer(); ?>