-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (47 loc) · 2.37 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
40
41
42
43
44
45
46
47
48
---
title: 404
layout: landing
permalink: /404.html
baseurl: /
---
<main class="positioning--min-height-100 positioning__offset-global-nav">
<div class="container">
<div class="row">
<div class="col">
{% include breadcrumbs.html %}
<h2 class="error__main-heading mb-3">Whoops! (404 Error)</h2>
<h3 class="error__sub-heading">Everyone at KCC wants to help in your moment of need.</h3>
<p>
<strong>Math dept. says:</strong> “404, at least it's a rational number.”<br>
<strong>Health careers says:</strong> “Get a bandage, that link needs help.”<br>
<strong>Welding dept. says:</strong> “Let's get some MIG wire and make it whole.”<br>
<strong>Law Enforcement dept. says:</strong> “You have the right to try another link. Any link you choose can and will (hopefully) be more functional than this one.”
</p>
<h3 class="error__sub-heading mt-4s">Computer department says….</h3>
<ol class="mb-5">
<li>Check that the address is correct.</li>
<li>If you clicked on a link, it must be out of date.</li>
</ol>
<div class="card positioning__max-width-600 my-5">
<div class="card-header">
<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 24 24" width="32" fill="#666666"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg>
</div>
<div class="card-body text-center">
<p>If you are still experiencing issues you can try <a
class="btn btn-primary"
href="https://www.kcc.edu"
>KCC's home page</a>
</p>
<form id="SearchTermForm" action="/404.html" class="form-inline">
<div class="input-group mx-auto">
<label class="typography__p my-auto" for="searchTermInput">You may also want to try a search: </label>
<input type="text" class="form-control" id="searchTermInput" placeholder="Search kcc.edu …" required autocomplete="off">
<button class="btn btn-outline-primary" type="submit">Search</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</main>