-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-404.html
224 lines (214 loc) · 11.7 KB
/
page-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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 error</title>
<!-- Main style -->
<link rel="stylesheet" href="assets/dist/css/real-estate.style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[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 id="rq-page-loading">
<div class="rq-loading-icon"><i class="ion-load-c"></i></div>
</div>
<div id="main-wrapper">
<header class="header">
<div class="headroom-sticky sticky-scroll">
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/dist/img/real-estate/doctor-logo-light.png" alt=""/></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class=""><a href="index.html" >Home</a></li>
<li class=""><a href="category.html" >Category</a></li>
<li class="dropdown ">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Listing <span class="ion-chevron-down"></span></a>
<ul class="dropdown-menu">
<li><a href="listing-plain-heading.html">Listing Plain Heading</a></li>
<li><a href="listing-map.html">Listing Map</a></li>
<li><a href="listing-slider.html">Listing Revolution Slider</a></li>
<li><a href="listing-banner.html">Listing Banner</a></li>
<li><a href="listing-adsense.html">Listing Adsense</a></li>
<li><a href="listing-detail.html">Listing Details</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Blog <span class="ion-chevron-down"></span></a>
<ul class="dropdown-menu">
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-list-thumb.html">Blog List Thumb</a></li>
<li><a href="blog-listing.html">Blog Listing</a></li>
<li><a href="blog-masonary.html">Blog Masonary</a></li>
<li><a href="post-image-single.html">Single Image Post</a></li>
<li><a href="post-gallery-single.html">Single Gallery Post</a></li>
<li><a href="post-video-single.html">Single Video Post</a></li>
<li><a href="post-audio-single.html">Single audio Post</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Agents <span class="ion-chevron-down"></span></a>
<ul class="dropdown-menu">
<li><a href="users.html">Users</a></li>
<li><a href="user-profile.html">User Profile</a></li>
<li><a href="agencies.html">Agencies</a></li>
<li><a href="agency-single.html">Agency singe</a></li>
<li><a href="registration.html">Registration</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">Page <span class="ion-chevron-down"></span></a>
<ul class="dropdown-menu">
<li><a href="contact-us.html">Contact Us</a></li>
<li><a href="pricing-plan.html">Plan & Pricing</a></li>
<li><a href="coming-soon.html">Coming Soon </a></li>
<li><a href="page-404.html">404 page</a></li>
<li><a href="media-elements.html">Media elements</a></li>
<li><a href="typography.html">Typography</a></li>
<li><a href="elements.html">Common elements</a></li>
</ul>
</li>
<li class="login-register-link"><a href="registration.html">
<i class="icon_lock-open_alt"></i>Login or Register</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</header> <!-- end header -->
<div class="rq-page-content">
<div class="page-404-wrapper"
style="background: url('assets/dist/img/real-estate/404-bg.jpg') top center no-repeat; background-size: cover;">
<div class="rq-overlay"></div>
<div class="page-404-content">
<div class="container">
<h2>404</h2>
<h5>ohh! page not found</h5>
<p>It seems we can’t find what you’re looking for. Perhaps searching can help or go back to <a href="index-html">Homepage.</a></p>
<form action="#">
<input type="text" placeholder="Search again...">
<button class="rq-btn"><i class="icon_search"></i></button>
</form>
</div>
</div>
</div>
</div> <!-- /.page-content -->
</div> <!-- end #main-wrapper -->
<footer class="rq-footer">
<div class="rq-main-footer">
<div class="container">
<button class="toggle-widget">Footer widget</button>
<div class="footer-widget">
<div class="row">
<div class="col-md-3 col-sm-3">
<div class="widget-address">
<a href="#">
<img src="assets/dist/img/real-estate/company-logo.png" alt="">
</a>
<p class="description">SCHOLAR is a multipurpose directory HTML Template which is the most perfect solution for your business.</p>
<span class="address"><i class="icon_pin"></i>79 Orchard St, New York, Ny 10002, United States.</span>
<span class="address"><i class="icon_mail_alt"></i>hello@yourdomain.com</span>
<span class="address"><i class="icon_phone"></i>(0091) 8547 632521</span>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="widget-tags">
<h4 class="widget-title">popular tags</h4>
<div class="tagcloud">
<a href="#" class="rq-tag">Amazing</a>
<a href="#" class="rq-tag">Envato</a>
<a href="#" class="rq-tag">Themes</a>
<a href="#" class="rq-tag">Clean</a>
<a href="#" class="rq-tag">Wordpress</a>
<a href="#" class="rq-tag">Directory</a>
<a href="#" class="rq-tag">Mutilpurpose</a>
<a href="#" class="rq-tag">Retina Ready</a>
<a href="#" class="rq-tag">Twitter</a>
<a href="#" class="rq-tag">Real Estate</a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="widget-list">
<h4 class="widget-title">recent post</h4>
<ul class="address">
<li><a href="#"><i class="arrow_carrot-2right"></i>How you can impact your customers.</a></li>
<li><a href="#"><i class="arrow_carrot-2right"></i>Scholar is all about quality.</a></li>
<li><a href="#"><i class="arrow_carrot-2right"></i>Is your website user friendly ?</a></li>
<li><a href="#"><i class="arrow_carrot-2right"></i>Scholar offer weekly updates & more</a></li>
<li><a href="#"><i class="arrow_carrot-2right"></i>Your customer should love your web.</a></li>
<li><a href="#"><i class="arrow_carrot-2right"></i>Make your site smooth and stunning.</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="widget-list">
<h4 class="widget-title">Mailing list</h4>
<p class="description">Sign up for our mailing list to get latest updates and offers.</p>
<div class="rq-newsletter">
<form action="#">
<input class="fq-newsletter-form" type="text" placeholder="Enter your email">
<button class="rq-btn" type="submit"><i class="arrow_right"></i></button>
</form>
</div>
<ul class="list-unstyled social-list">
<li><a href="#"><i class="social_twitter"></i></a></li>
<li><a href="#"><i class="social_googleplus"></i></a></li>
<li><a href="#"><i class="social_pinterest"></i></a></li>
<li><a href="#"><i class="social_rss"></i></a></li>
<li><a href="#"><i class="social_facebook"></i></a></li>
<li><a href="#"><i class="social_dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /.rq-main-footer -->
<div class="rq-copyright-section">
<div class="container">
<div class="copyright-content">
<p>Copyrights © 2015 by <a href="#">SCHOLAR.</a> All Rights Reserved.</p>
<ul class="list-unstyled social-list">
<li><a href="#">Home</a></li>
<li><a href="#">Properties</a></li>
<li><a href="#">Agents</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div> <!-- /.rq-copyright-section -->
</footer>
<script src="assets/dist/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/dist/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/dist/js/fitvids.min.js" type="text/javascript"></script>
<script src="assets/dist/js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="assets/dist/js/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="assets/dist/js/selectize.min.js"></script>
<script src="assets/dist/js/wow.min.js"></script>
<script src="assets/dist/js/jquery.sticky.js" type="text/javascript"></script>
<script src="assets/dist/js/scripts.js" type="text/javascript"></script>
</body>
</html>