forked from smartlogic/smartlogic.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
61 lines (56 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/sprites.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<link rel="stylesheet" href="ie-style.css">
<script src="html5-ie.js"></script>
<script src="mootools.js"></script>
<script src="selectivizr-min.js"></script>
<![endif]-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="javascript/javascript.js"></script>
<title>About :: SmartLogic</title>
</head>
<body>
<header>
<section>
<a href="http://www.smartlogicsolutions.com/"><img src="images/smartlogic-logo.png" alt="SmartLogic Logo" width="227" height="37"></a>
<a href="tel:443-451-3001">(443) 451-3001</a>
</section>
<nav>
<a href="http://www.smartlogicsolutions.com/">Home</a>
<a href="http://www.smartlogicsolutions.com/#process-tools">Process & Tools</a>
<a href="http://www.smartlogicsolutions.com/#portfolio">Portfolio</a>
<a href="http://www.smartlogicsolutions.com/#team">Team</a>
<a href="http://www.smartlogicsolutions.com/#contact">Contact</a>
<a href="http://www.smartlogicsolutions.com/#community">Community</a>
</nav>
</header>
<section id="error-404">
<img src="images/404-kittens.jpg" alt="404 Error">
<h1>Error 404</h1>
<p>The page cannot be found.</p>
<p>Perhaps you would like to try one of the links above?</p>
</section>
<footer>
<div id="footer">
<p>
<strong>© 2011 SmartLogic Solutions LLC</strong>
<a href="https://github.com/smartlogic/smartlogic.github.com">This website is hosted at GitHub</a>
</p>
<address>
<a href="http://maps.google.com/maps?q=2400+Boston+St,+Baltimore,+MD+21224">2400 Boston St Ste 302<br>Baltimore, MD 21224</a>
</address>
<p>
<a href="http://twitter.com/smartlogic">Follow us at @smartlogic</a>
<a href="http://www.facebook.com/smartlogic">Befriend us on Facebook</a>
</p>
</div>
</footer>
</body>
</html>