-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
89 lines (84 loc) · 3.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Harshad Satra - Web Developer</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Harshad is a proficient Front-end Enthusiast, with over 7 years of experience, and have an in-depth knowledge of various areas of development, making the Web a better one website/app after other ;)" />
<meta name="author" content="Harshad Satra" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- <link href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Inter:wght@300;400;600&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="https://www.harshadsatra.in/assets/css/main.css" />
<link rel="stylesheet" href="https://www.harshadsatra.in/assets/css/not-found.css" />
<meta property="og:type" content="profile" />
<meta property="og:title" content="Harshad Satra | Front-end Enthusiast" />
<meta property="og:url" content="https://harshadsatra.in" />
<meta property="og:site_name" content="Harshad Satra" />
<meta property="og:image" content="https://www.harshadsatra.in/assets/img/harshad.jpg" />
<meta property="profile:first_name" content="Harshad" />
<meta property="profile:last_name" content="Satra" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="1200" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-134R65DHZD"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-134R65DHZD")
</script>
</head>
<body>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Person",
"name": "Harshad Satra",
"url": "https://www.harshadsatra.in/",
"image": "https://www.harshadsatra.in/assets/img/harshad.jpg",
"sameAs": ["https://www.linkedin.com/in/harshadsatra/", "https://github.com/harshadsatra", "https://www.instagram.com/harshadsatra/"],
"jobTitle": "Front-end Enthusiast",
"worksFor": {
"@type": "Organization",
"name": "Self-employed"
}
}
</script>
<div class="cursor cursor--large"></div>
<div class="cursor cursor--small"></div>
<nav class="side">
<div class="side__inner">
<div class="top"><a href="https://www.harshadsatra.in/">Harshad Satra</a></div>
<div class="bottom">
<a href="https://www.linkedin.com/in/harshadsatra/">LinkedIn</a>
<a href="https://github.com/harshadsatra">GITHUB</a>
<a href="mailto:[email protected]">EMAIL ME</a>
</div>
</div>
</nav>
<div id="scrollBar"></div>
<section class="section section--404" id="intro">
<p class="not-found">page not found</p>
<div class="tipsiz">
<div class="tipsiz-body">
<div class="left-arm arm"></div>
<div class="face">
<div class="upper-face">
<div class="element">4</div>
<div class="element">0</div>
<div class="element">4</div>
</div>
<div class="mouth"></div>
</div>
<div class="right-arm arm"></div>
</div>
</div>
<p>maybe you want to go <a href="https://www.harshadsatra.in/">home? </a></p>
</section>
<script src="https://www.harshadsatra.in/assets/js/bundle-min.js" type="text/javascript"></script>
<script src="https://www.harshadsatra.in/assets/js/script.js"></script>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Indie+Flower&family=Inter:wght@300;400;600&display=swap" onload="this.rel='stylesheet'" />
</body>
</html>