-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404-page.html
358 lines (331 loc) · 18.3 KB
/
404-page.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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Haris Khan</title>
<meta name="robots" content="noindex, follow" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-navbutton-color" content="#2a2c39">
<meta name="theme-color" content="#2a2c39">
<meta name="apple-mobile-web-app-status-bar-style" content="#2a2c39">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- CSS
============================================ -->
<!-- Vendor CSS (Contain Bootstrap, Icon Fonts) -->
<!-- <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css" /> -->
<link rel="stylesheet" href="icofont.min.css" />
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<!-- Plugin CSS (Global Plugins Files) -->
<!-- <link rel="stylesheet" href="assets/css/plugins/animate.css">
<link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/plugins/venobox.min.css" /> -->
<!-- Style CSS -->
<!-- <link rel="stylesheet" href="assets/css/style.css"> -->
<!-- <link rel="stylesheet" href="myProjects/webProject/icofont/css/icofont.min.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Minify Version -->
<link rel="stylesheet" href="css/vendor.min.css">
<link rel="stylesheet" href="css/plugins.min.css">
<link rel="stylesheet" href="css/style.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<main class="main-wrapper">
<!-- .....:::::: Start Header Section :::::.... -->
<header class="header-section sticky-header d-none d-lg-block">
<div class="header-wrapper">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col">
<!-- Start Header Logo -->
<a href="index.html" class="header-logo ">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" style="width:70px; height:80px;">
</a>
<!-- End Header Logo -->
</div>
<div class="col-auto">
<!-- Start Header Menu -->
<ul class="header-nav">
<li><a href="index.html">Home</a></li>
<li class="has-dropdown">
<a href="service-list.html">Service <i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="service-list.html">Services</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog-list.html">Blog<i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="blog-list.html">Blog List Full Width</a></li>
<li><a href="blog-details.html">Blog Details Full Width</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">Pages <i class="fa fa-angle-down"></i></a>
<ul class="submenu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- End Header Menu -->
</div>
<div class="col">
<div class="header-btn-link text-end">
<a href="contact.html" class="btn btn-sm btn-outline-one icon-space-left">Hire Me <i class="fa fa-angle-double-right"></i> </a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- .....:::::: End Header Section :::::.... -->
<!-- .....:::::: Start Mobile Header Section :::::.... -->
<div class="mobile-header d-block d-lg-none sticky">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col">
<div class="mobile-logo">
<a href="index.html"><img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" style="width:40px; height:44px" ></a>
</div>
</div>
<div class="col">
<div class="mobile-action-link text-end">
<a href="#mobile-menu-offcanvas" class="offcanvas-toggle offside-menu"><i class="fa fa-bars"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- .....:::::: Start MobileHeader Section :::::.... -->
<!-- Start Offcanvas Mobile Menu Section -->
<div id="mobile-menu-offcanvas" class="offcanvas offcanvas-rightside offcanvas-mobile-menu-section">
<!-- Start Offcanvas Header -->
<div class="offcanvas-header text-end">
<button class="offcanvas-close"><i class="material-icons" style="margin-top:6px">close</i></button>
</div> <!-- End Offcanvas Header -->
<!-- Start Offcanvas Mobile Menu Wrapper -->
<div class="offcanvas-mobile-menu-wrapper">
<!-- Start Mobile Menu -->
<div class="mobile-menu-bottom">
<!-- Start Mobile Menu Nav -->
<div class="offcanvas-menu">
<ul>
<li>
<a href="index.html"><span>Home</span></a>
</li>
<li>
<a href="#"><span>Services</span></a>
<ul class="mobile-sub-menu">
<li><a href="service-list.html">Service List</a></li>
<li><a href="service-details.html">Service Details</a></li>
</ul>
</li>
<li>
<a href="#"><span>Blog</span></a>
<ul class="mobile-sub-menu">
<li><a href="blog-list.html">Blog List</a></li>
<li><a href="blog-details.html">Blog Details </a></li>
</ul>
</li>
<li>
<a href="#"><span>Pages</span></a>
<ul class="mobile-sub-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="project-list.html">Project</a></li>
<li><a href="project-details.html">Project Details</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404-page.html">404 Page</a></li>
</ul>
</li>
<li>
<a href="contact.html"><span>Contact</span></a>
</li>
</ul>
</div> <!-- End Mobile Menu Nav -->
</div> <!-- End Mobile Menu -->
<!-- Start Mobile contact Info -->
<div class="mobile-contact-info text-center">
<ul class="social-link">
<li><a target="_blank" href=""><i class="fa fa-facebook"></i></a>
</li>
<li><a target="_blank" href=""><i class="fa fa-twitter"></i></a>
</li>
<li><a target="_blank" href=""><i class="fa fa-skype"></i></a></li>
</ul>
</div>
<!-- End Mobile contact Info -->
</div> <!-- End Offcanvas Mobile Menu Wrapper -->
</div>
<!-- ...:::: End Offcanvas Mobile Menu Section:::... -->
<!-- Offcanvas Overlay -->
<div class="offcanvas-overlay"></div>
<!-- ...::: Start Breadcrumb Section :::... -->
<div class="breadcrumb-section section-bg overflow-hidden pos-relative">
<div class="breadcrumb-shape-top-left"></div>
<div class="breadcrumb-shape-bottom-right"></div>
<div class="breadcrumb-box">
<div class="container">
<div class="row">
<div class="col-12">
<div class="breadcrumb-content">
<h2 class="title">Page Not Found</h2>
<ul class="breadcrumb-link">
<li><a href="index.html">Home</a></li>
<li class="active" aria-current="page">404</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End Breadcrumb Section :::... -->
<!-- ...::: Start 404 Section :::... -->
<div class="error-404-section section-gap-tb-165">
<div class="error-404-box">
<div class="container">
<div class="row align-items-center flex-md-row flex-column-reverse">
<div class="col-xl-5 col-md-6">
<div class="error-404-content">
<h2 class="title">Sorry!</h2>
<h4 class="sub-title">This Page is Not Found.</h4>
<p>Lorem Ipsum is simply dummy text of the printing and
dard dummy text ever since the 1500 when an uniknown
specimen book has not only five.</p>
<a href="index.html" class="btn btn-md btn-outline-one icon-space-right"><i class="icofont-double-left"></i> Back To Home</a>
</div>
</div>
<div class="col-xl-6 offset-xl-1 col-md-6">
<div class="image">
<img class="img-fluid" src="assets/images/bg/404-error.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- ...::: End 404 Section :::... -->
<!-- ...::: Start Footer Section :::... -->
<footer class="footer-section section-bg overflow-hidden pos-relative">
<div class="footer-inner-shape-top-left"></div>
<div class="footer-inner-shape-top-right"></div>
<div class="footer-section-top section-gap-t-165">
<div class="container">
<div class="row">
<div class="col-12">
<!-- Start Section Content -->
<div class="section-content pos-relative text-center">
<span class="section-tag">Get Latest Updates</span>
<h2 class="section-title">Subscribe For Newsletter</h2>
</div>
<!-- End Section Content -->
</div>
</div>
<div class="footer-top-wrapper text-center">
<div class="row">
<div class="col-12">
<form action="#" class="footer-newsletter">
<input type="email" placeholder="[email protected]">
<button class="submit-btn" type="submit">Subscribe Now</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="footer-center section-gap-tb-165">
<div class="container">
<div class="row justify-content-between align-items-center mb-n5">
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="tel:+923239112233" class="info-box">
<span class="icon"><i class="fa fa-phone"></i></span>
<span class="text">+92 323 9112233</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<a href="mailto:[email protected]" class="info-box">
<span class="icon"><i class="fa fa-envelope-open"></i></span>
<span class="text">[email protected]</span>
</a>
</div>
<!-- Start Single Footer Info -->
</div>
<div class="col-auto mb-5">
<!-- Start Single Footer Info -->
<div class="footer-single-info">
<ul class="social-link">
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-dribbble"></i></a></li>
<li><a href="https://www.example.com" target="_blank"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<!-- Start Single Footer Info -->
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row justify-content-center justify-content-md-between align-items-center flex-column-reverse flex-md-row">
<div class="col-auto">
<div class="footer-copyright">
<p class="copyright-text">© 2022 <a href="index.html">harisdev</a> Made by <a href="index.html" target="_blank">Haris Khan</a> </p>
</div>
</div>
<div class="col-auto">
<a href="index.html" class="footer-logo">
<div class="logo">
<img src="img/113354cc1683318788f8aeb3fb4e31304.png" alt="" height="70px" width="60px">
</div>
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- ...::: End Footer Section :::... -->
<!-- material-scrolltop button -->
<button class="material-scrolltop" type="button"></button>
</main>
<!-- Global Vendor, plugins JS -->
<!-- JS Files
============================================ -->
<!-- Global Vendor, plugins JS -->
<!-- Vendor JS -->
<!-- <script src="assets/js/vendor/modernizr-3.11.2.min.js"></script>
<script src="assets/js/vendor/jquery-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.bundle.min.js"></script> -->
<!--Plugins JS-->
<!-- <script src="assets/js/plugins/swiper-bundle.min.js"></script>
<script src="assets/js/plugins/jquery.appear.min.js"></script>
<script src="assets/js/plugins/venobox.min.js"></script>
<script src="assets/js/plugins/jquery.waypoints.js"></script>
<script src="assets/js/plugins/images-loaded.min.js"></script>
<script src="assets/js/plugins/isotope.pkgd.min.js"></script>
<script src="assets/js/plugins/counter.js"></script>
<script src="assets/js/plugins/ajax-mail.js"></script>
<script src="assets/js/plugins/material-scrolltop.js"></script> -->
<!-- Minify Version -->
<script src="js/vendor.min.js"></script>
<script src="js/plugins.min.js"></script>
<script src="https://use.fontawesome.com/ea29d6119c.js"></script>
<!--Main JS (Common Activation Codes)-->
<script src="js/main.js"></script>
</body>
</html>