-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
56 lines (56 loc) · 2.41 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
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Snow Day Code </title>
<meta name="description" content="What about Snow Day Code? Find out how it all began...">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="favicon.ico">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.min.css" rel="stylesheet">
</head>
<body>
<header class="header sticky">
<div class="container no-bottom">
<div class="col-xs-3">
<a href="/" class="logo" title="Snow Day Code">
<img alt="Snow Day Code" title="Snow Day Code" src="assets/img/sdc-logo.jpg" height="150px">
</a>
</div>
<div class="col-xs-9">
<nav class="navbar mainmenu">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse pull-right" id="navbar-collapse">
<button type="button" class="pclose" data-toggle="collapse" data-target="#navbar-collapse"></button>
<ul class="nav navbar-nav pull-right">
<li class="first current-menu-item"><a href="/" title="About" >About</a></li>
<li class="last"><a href="portfolio.html" title="Portfolio" >Portfolio</a></li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<article class="container m-center">
<div class="col-xs-12">
<h1 class="color">Um, you look lost —</h1>
<p>It's cool though, sometimes you find the coolest stuff when you're not looking for it.</p>
<p>...but not here, <a href="/">go home</a>.</p>
</div>
</article>
<footer>
<div class="container text-center">
<p>© 2015 - Present. All Rights Reserved. Snow Day Enterprises, LLC. PO Box 272657 Fort Collins, CO 80527</p>
</div>
</footer>
<script src="assets/js/modernizr-2.6.3.min.js"></script>
<script src="assets/js/jquery-2.1.1.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>