-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
174 lines (117 loc) · 4.17 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Page not found - Belkirk College of Engineering</title>
<meta name="description" content="Belkirk Demo Site for Forestry.io">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/img/favicon.png"/>
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://yui-s.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/css/main.min.css">
</head>
<body>
<header class="site-header">
<div class="container">
<h1 class="logo">
<a href="/"></a>
</h1>
<nav class="main-nav">
<ul class="navigation">
<li class="">
<a href="/">
Home
</a>
</li>
<li class="">
<a href="/about/">
About
</a>
</li>
<li class="">
<a href="/posts/">
Posts
</a>
</li>
<li class="">
<a href="/projects/">
Projects
</a>
</li>
<li class="">
<a href="/contact/">
Contact
</a>
</li>
</ul>
</nav>
</div>
</header>
<header id="banner" style="background-image: url('/img/banner.png');">
<div class="container pure-g">
<div class="pure-u-1 pure-u-md-1">
<header class="call-to-action">
<h1>Whoops, it looks like you got lost</h1>
<h2>We broke this page, or it doesn't exist</h2>
<div>
<a href="/" class="pure-button button-success button-xlarge" title="Go home">
Go home <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</header>
</div>
</header>
<footer class="site-footer">
<div class="container pure-g">
<div class="footer-col pure-u-1 pure-u-md-1-4">
<img src="/img/logo-white.png" alt="" class="footer-logo">
</div>
<div class="footer-col pure-u-1 pure-u-md-1-4">
<h3>About Belkirk</h3>
<ul>
<li><a href="/projects/">Projects</a></li>
<li><a href="/posts/">Posts</a></li>
<li><a href="/about/">About</a></li>
</ul>
</div>
<div class="footer-col pure-u-1 pure-u-md-1-4">
<h3>Projects</h3>
<ul>
<li><a href="/projects/epilepsy-monitoring/">Portable EEG Montoring Device</a></li>
<li><a href="/projects/modern-engineering/">Modern Engineering Textbook</a></li>
<li><a href="/projects/electric-vehicle-design/">Electric Vehicle </a></li>
<li><a href="/projects/">See all projects</a></li>
</ul>
</div>
<div class="footer-col pure-u-1 pure-u-md-1-4">
<h3>Contact</h3>
<p>
Belkirk College of Engineering<br />
<br />
500 University Ave<br />
<br />
New York, NY, US<br />
<br />
<a href="tel:+1 929 391 0976" title="+1 929 391 0976">+1 929 391 0976</a><br />
</p>
</div>
</div>
<div class="copyright">
<p>
©2018 Belkirk College of Engineering - All Rights Reserved<br>
<a href="/admin">Site Admin</a>
</p>
</div>
</footer>
<!-- Javascript -->
<script src="/js/main.js" type="text/javascript"></script>
</body>
</html>