forked from codeforamerica/trailsy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
error.html
60 lines (50 loc) · 2.09 KB
/
error.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
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="author" content="Code For Boulder">
<link rel="icon" type="image/ico" href="img/AppIcons/favicon.ico">
<title>Trailsy</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.css"/>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
<!-- Custom styles for this template -->
<link rel="stylesheet" href="styles/css/cover.css">
<link rel="stylesheet" href="styles/css/trailsy.css"/>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--></head>
<body>
<div class="site-wrapper trailhead-bg">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<span class="trailsy-brand">
<span>TO THE</span>
<span class="fancy-serif">TRAILS</span>
</span>
<span>
<span id="triangle-right"></span>
</span>
<span class="trailsy-brand-inverse">Boulder County</span>
</div>
<div class="inner cover">
<div class="jumbotron old-boot-bg">
<div class="dark-neutral-bg inner-jumbo">
<h1 class="cover-heading">Aw dangit!</h1>
<p class="lead">
An error occurred and that makes us sad. </p>
<p class="lead">
Maybe you can submit an <a class="obvious-hyperlink" href="https://github.com/CodeForBoulder/trailsy/issues">issue</a>?
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>