-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
122 lines (109 loc) · 3.55 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> Bhavesh Patel | 404 Page Not Found </title>
<meta name="description"
content="A freelancer Python Django PHP Software developer in Mumbai, India. Website CRM Wordpress development using Django at cheapest rate. Knowledge on Google cloud platform, Amazon cloud platform (GCP/AWS)">
<meta name="author" content="freelancer Python Django PHP Software developer in Mumbai">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<style type="text/css">
.intro-content .button::after {
display: inline-block;
content: "";
font-family: fontAwesome;
font-size: 1.6rem;
line-height: inherit;
text-align: center;
position: relative;
left: 1.2rem
}
.white {
color: white;
}
.color-888888 {
color: #888888;
}
.margin-bottom-0 {
margin-bottom: 0px;
}
</style>
<!-- script
================================================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
<!-- Google analytics script
================================================== -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-71407164-2', 'auto');
ga('send', 'pageview');
</script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="https://www.bhaveshpatel.xyz/favicon.png">
<!-- intro section
================================================== -->
</head>
<body>
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Oops !</h5>
<h1>This is awkward.</h1>
<p class="intro-position">
<span> You are looking for something that doesn't actuallly exist...</span>
</p>
<a href="https://bhaveshpatel.xyz/" title="Try going to HomePage" class="button button-primary">Try
going to HomePage</a>
</div>
</div>
</div>
<!-- /intro-content -->
<ul class="intro-social">
<li>
<a target="_blank" href="https://www.facebook.com/bhaveshpatel640">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/bhaveshpatel640/">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a target="_blank" href="https://twitter.com/bhaveshpatel640">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/bhavesh-patel-459035ba/">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.instagram.com/bhaveshpatel640/">
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
<!-- /intro-social -->
</section>
<!-- Java Script
================================================== -->
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>