-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
341 lines (279 loc) · 14.6 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-198539956-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-198539956-1');
</script>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Page Not Found | Rohit Parakh</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="/css/vendor.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="shortcut icon" href="/images/favicon.webp" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" media="all" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css" media="all" />
<link rel="stylesheet" href="/css/lightbox.min.css"/>
<link rel="stylesheet" href="/flaticon/flaticon.css">
<link rel="stylesheet" href="/css/owl.carousel.min.css">
<link rel="stylesheet" href="/css/reset.css">
<!-- <link rel="stylesheet" type="text/css" href="/style.css" media="all" /> -->
<link rel="stylesheet" type="text/css" href="/css/responsive.css" media="all" />
<link rel="stylesheet" type="text/css" href="/css/colors/default.css">
<!-- script
================================================== -->
<script src="/js/modernizr.js"></script>
<!-- <script defer src="js/fontawesome/all.min.js"></script> -->
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.webp">
<link rel="icon" type="image/webp" sizes="32x32" href="/favicon-32x32.webp">
<link rel="icon" type="image/webp" sizes="16x16" href="/favicon-16x16.webp">
<link rel="manifest" href="/site.webmanifest">
</head>
<body id="top">
<!-- preloader
================================================== -->
<!-- <div id="preloader">
<div id="loader"></div>
</div> -->
<!-- header
================================================== -->
<header class="s-header">
<div class="s-header__logo">
<a rel="follow" class="logo" href="/index.html">Ro<span>hi</span>t Parakh</a>
</div>
<div class="row s-header__navigation">
<nav class="s-header__nav-wrap">
<h3 class="s-header__nav-heading h6">Navigate to</h3>
<ul class="s-header__nav">
<li><a rel="follow" href="/index.html#service">Services</a></li>
<li><a rel="follow" href="/index.html#process" >Process</a></li>
<li><a rel="follow" href="/index.html#portfolio" class="">Portfolio</a></li>
<li><a rel="follow" href="/index.html#review" class="menu-color">Testimonials</a></li>
<li class="cta" id="hire-me"><a rel="follow" href="/index.html#contact" class="menu-color">HIRE ME</a></li>
<!-- <li class="current"><a href="index.html" title="">Home</a></li>
<li class="has-children">
<a href="#" title="">Categories</a>
<ul class="sub-menu">
<li><a href="category.html">Design</a></li>
<li><a href="category.html">Lifestyle</a></li>
<li><a href="category.html">Photography</a></li>
<li><a href="category.html">Vacation</a></li>
<li><a href="category.html">Work</a></li>
<li><a href="category.html">Health</a></li>
<li><a href="category.html">Family</a></li>
<li><a href="category.html">Relationship</a></li>
</ul>
</li>
<li class="has-children">
<a href="#" title="">Blog</a>
<ul class="sub-menu">
<li><a href="single-video.html">Video Post</a></li>
<li><a href="single-audio.html">Audio Post</a></li>
<li><a href="single-standard.html">Standard Post</a></li>
</ul>
</li>
<li><a href="styles.html" title="">Styles</a></li>
<li><a href="about.html" title="">About</a></li>
<li><a href="contact.html" title="">Contact</a></li> -->
</ul> <!-- end s-header__nav -->
<a href="#" title="Close Menu" class="s-header__overlay-close close-mobile-menu">Close</a>
</nav> <!-- end s-header__nav-wrap -->
</div> <!-- end s-header__navigation -->
<a class="s-header__toggle-menu" href="#" title="Menu"><span>Menu</span></a>
<div class="s-header__search">
<div class="s-header__search-inner">
<div class="row wide">
<form role="search" method="get" class="s-header__search-form" action="#">
<label>
<span class="h-screen-reader-text">Search for:</span>
<input type="search" class="s-header__search-field" placeholder="Search for..." value="" name="s" title="Search for:" autocomplete="off">
</label>
<input type="submit" class="s-header__search-submit" value="Search">
</form>
<a href="#" title="Close Search" class="s-header__overlay-close">Close</a>
</div> <!-- end row -->
</div> <!-- s-header__search-inner -->
</div>
<!-- end s-header__search wrap -->
<!-- <a class="s-header__search-trigger" href="#">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.982 17.983"><path fill="#010101" d="M12.622 13.611l-.209.163A7.607 7.607 0 017.7 15.399C3.454 15.399 0 11.945 0 7.7 0 3.454 3.454 0 7.7 0c4.245 0 7.699 3.454 7.699 7.7a7.613 7.613 0 01-1.626 4.714l-.163.209 4.372 4.371-.989.989-4.371-4.372zM7.7 1.399a6.307 6.307 0 00-6.3 6.3A6.307 6.307 0 007.7 14c3.473 0 6.3-2.827 6.3-6.3a6.308 6.308 0 00-6.3-6.301z"/></svg>
</a> -->
</header> <!-- end s-header -->
<!-- hero
================================================== -->
<section id="hero" class="not-found s-hero">
<div class="s-hero__slider">
<div class="s-hero__slide">
<div class="overlay"></div>
<div class="s-hero__slide-bg" style="background-image: url('/images/greens.webp');"></div>
<div class="row no-gutters s-hero__slide-content animate-this">
<div class=" w-100 column">
<div class="s-hero__slide-meta">
<center>
<h1 class="s-hero__slide-text">
<a href="#">
This page doesn't exist.
</a>
</h1>
<br>
<span class="byline">
<span class="author">
<a href="/">Click here </a> to go Home or click the links in the section below.
</span>
</span>
<!--<span class="cat-links">
<a href="#">Lifestyle</a>
<a href="#">Design</a>
</span> -->
</center>
</div>
</div>
</div>
</div> <!-- end s-hero__slide -->
<!-- <div class="s-hero__slide">
<div class="s-hero__slide-bg" style="background-image: url('/images/slide2-bg-3000.webp');"></div>
<div class="row s-hero__slide-content animate-this">
<div class="column">
<div class="s-hero__slide-meta">
<span class="cat-links">
<a href="#">Work</a>
</span>
<span class="byline">
Posted by
<span class="author">
<a href="#">Juan Dela Cruz</a>
</span>
</span>
</div>
<h1 class="s-hero__slide-text">
<a href="#">
Minimalism: The Art of Keeping It Simple.
</a>
</h1>
</div>
</div>
</div> -->
<!-- end s-hero__slide -->
<!-- <div class="s-hero__slide">
<div class="s-hero__slide-bg" style="background-image: url('/images/slide3-bg-3000.webp');"></div>
<div class="row s-hero__slide-content animate-this">
<div class="column">
<div class="s-hero__slide-meta">
<span class="cat-links">
<a href="#">Health</a>
<a href="#">Lifestyle</a>
</span>
<span class="byline">
Posted by
<span class="author">
<a href="#">Jane Doe</a>
</span>
</span>
</div>
<h1 class="s-hero__slide-text">
<a href="#">
10 Reasons Why Being in Nature Is Good For You.
</a>
</h1>
</div>
</div>
</div> -->
<!-- end s-hero__slide -->
</div> <!-- end s-hero__slider -->
<div class="s-hero__social hide-on-mobile-small">
<p>Follow</p>
<span></span>
<ul class="s-hero__social-icons">
<li><a rel="follow" target="_blank" href="https://www.instagram.com/roh.codes/"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a rel="follow" target="_blank" href="https://wa.me/919840989414"><i class="fa fa-whatsapp" aria-hidden="true"></i></a></li>
<li><a rel="follow" target="_blank" href="https://in.linkedin.com/in/rohit-parakh-1379581b2"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div> <!-- end s-hero__social -->
<!-- <div class="nav-arrows s-hero__nav-arrows">
<button class="s-hero__arrow-prev">
<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" width="15" height="15"><path d="M1.5 7.5l4-4m-4 4l4 4m-4-4H14" stroke="currentColor"></path></svg>
</button>
<button class="s-hero__arrow-next">
<svg viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" width="15" height="15"><path d="M13.5 7.5l-4-4m4 4l-4 4m4-4H1" stroke="currentColor"></path></svg>
</button>
</div> -->
<!-- end s-hero__arrows -->
</section> <!-- end s-hero -->
<!-- Footer area start -->
<footer class="footer">
<div class="footerTop">
<div class="container">
<div class="row w-100">
<div class="m-b-5 col-md-3 col-sm-4 col-xs-12">
<h5>Where are you going?</h5>
<p>There is nothing beyond this. <a class="highlight" href="/index.html#contact">Contact</a> me if you need any information 😀</p>
</div>
<div class="m-b-5 col-md-3 col-sm-4 col-xs-6">
<h5>Site Links</h5>
<ul>
<li><a href="/index.html#">About Me</a></li>
<!-- <li><a href="/blog-home.html">Blog</a></li> -->
<li><a href="/index.html#faq">FAQ</a></li>
<li><a href="">Privacy Policy</a></li>
</ul>
</div>
<div class="m-b-5 col-md-3 col-sm-4 col-xs-6">
<h5>Follow Me</h5>
<ul>
<li><a href="https://www.instagram.com/roh.codes/">Instagram</a></li>
<!-- <li><a href="">Facebook</a></li> -->
<li><a href="https://wa.me/919840989414">Whatsapp</a></li>
<li><a href="https://in.linkedin.com/in/rohit-parakh-1379581b2">LinkedIn</a></li>
</ul>
</div>
<div class="m-b-5 col-md-3 col-xs-12">
<h5>Sign up for Newsletter </h5>
<p>Sign up to get exclusive information and deals.<br><b>No Spam!</b></p>
<form action="">
<input type="email" name="email" id="newsletterEmail" placeholder="Your Email Address" required/>
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="footerBottom">
<div class="container">
<div class="row w-100">
<div class="col-md-12">
<div style="text-align: center;"class="footer-content">
<p class="pull-left">© <script>document.write(new Date().getFullYear())</script> Rohit Parakh. All rights reserved.</p>
<div class="footer-icon pull-right">
<a rel="follow" target="_blank" href="https://www.instagram.com/roh.codes/"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a rel="follow" target="_blank" href="https://wa.me/919840989414"><i class="fa fa-whatsapp" aria-hidden="true"></i></a>
<a rel="follow" target="_blank" href="https://in.linkedin.com/in/rohit-parakh-1379581b2"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer><!-- Footer area end -->
<!-- Java Script
================================================== -->
<script src="/js/jquery-3.5.0.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/main2.js"></script>
<script src="/js/main.js"></script>
<script src="https://kit.fontawesome.com/6109a9c796.js" crossorigin="anonymous"></script>
</body>
</html>