-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
149 lines (141 loc) · 5.05 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
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Trudge a Travel Category Flat Bootstarp Responsive Website Template | 404 :: w3layouts</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Trudge Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'>
<!--//fonts-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
</head>
<body>
<!--header-->
<div class="header">
<div class="container">
<div class="logo">
<a href="index.html"><img src="images/log.png" alt=""></a>
</div>
<div class="top-nav">
<span class="menu"><img src="images/menu.png" alt="" ></span>
<ul>
<li ><a href="services.html" >Services</a></li>
<li><a href="story.html" > Our Story</a></li>
<li><a href="work.html"> Work </a></li>
<li><a href="404.html" >Journal</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
<!--script-->
<script>
$("span.menu").click(function(){
$(".top-nav ul").slideToggle(500, function(){
});
});
</script>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="banner banner-in">
<div class="container">
<h6><a href="index.html">HOME</a> / <span>404</span></h6>
</div>
</div>
<!---->
<div class="container">
<div class="four">
<h2>You've Failed</h2>
<h3>404 Error!</h3>
<a href="index.html" class="back">Go Back </a>
</div>
</div>
<div class="content-bottom-in">
<div class="container">
<ul class="social">
<li><a href="#"><i> </i></a></li>
<li><a href="#"><i class="twitter"> </i></a></li>
<li><a href="#"><i class="dribble"> </i></a></li>
<li><a href="#"><i class="gmail"> </i></a></li>
</ul>
</div>
</div>
<!---->
<div class="footer">
<div class="container">
<div class="footer-top">
<div class="col-md-3 amet-sed">
<h4>Location</h4>
<p>1401 South Grand Avenue</p>
<p>Los Angeles, CA 90015 </p>
<p>(213) 748-2411</p>
<a href="#" >see it in the map<i> </i></a>
</div>
<div class="col-md-3 amet-sed ">
<h4>Company</h4>
<ul class="nav-bottom">
<li><a href="story.html">Our story</a> </li>
<li><a href="#">Mission</a></li>
<li><a href="404.html">Journal </a></li>
<li><a href="#">Careers </a></li>
</ul>
</div>
<div class="col-md-3 amet-sed ">
<h4>Support</h4>
<ul class="nav-bottom">
<li><a href="#">FAQ</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="#">Policies</a></li>
</ul>
</div>
<div class="col-md-3 amet-sed ">
<h4>Trudge</h4>
<p>Sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.</p>
<p class="footer-class">Copyright © 2015 Trudge Design by <a href="http://w3layouts.com/" target="_blank">W3layouts</a></p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a>
</div>
</body>
</html>