-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path404.php
65 lines (46 loc) · 2.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?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-10 col-md-offset-1">
<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-3 col-md-offset-1 col-sm-6">
<ul>
<li><a href="//uw.edu/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=uwhomepage">UW home page</a></li>
<li><a href="//uw.edu/contact/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=contactus">Contact us</a></li>
<li><a href="//uw.edu/about/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=abouttheuw">About the UW</a></li>
<li><a href="//uw.edu/admissions/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=applytotheuw">Apply to the UW</a></li>
<li><a href="//uw.edu/visit/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=visittheuw">Visit the UW</a></li>
<li><a href="//uw.edu/maps/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=maps">Maps</a></li>
</ul>
</div>
<div class="col-md-8 col-sm-6">
<ul>
<li><a href="http://www.uwmedicine.org/">UW Medicine</a></li>
<li><a href="https://www.uwb.edu/">UW Bothell</a></li>
<li><a href="https://www.tacoma.uw.edu">UW Tacoma</a></li>
<li><a href="https://gohuskies.com/">Athletics</a></li>
<li><a href="//uw.edu/news/?utm_source=error&utm_medium=click&utm_campaign=links&utm_term=uwnews">UW News</a></li>
<li><a href="http://artsuw.org/">ArtsUW</a></li>
<li><a href="https://my.uw.edu/">MyUW</a></li>
</ul>
</div>
<div class="col-md-10 col-md-offset-1">
<p>Or, search the UW web:</p>
<?php get_search_form(); ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>