-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
189 lines (102 loc) · 4.45 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XNSPFRLLVH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XNSPFRLLVH');
</script>
<link href="https://gmpg.org/xfn/11" rel="profile">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Cache-Control" content="public" />
<!-- Enable responsiveness on mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="generator" content="Hugo 0.88.1" />
<title>404 Page not found • fossick • Vijay Anant</title>
<meta name="description" content="blog by Vijay Anant :: technology, thoughts, opinions, and rants">
<meta name="keywords" content="thoughts, programming, technology">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Vijay Anant"/>
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Vijay Anant" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.vijayanant.com/404.html" /><meta property="og:site_name" content="fossick" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Muli" type="text/css" media="all" />
<link rel="stylesheet" href="/css/hyde-hyde.css">
<link rel="stylesheet" href="/css/print.min.css" media="print">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/author.png">
<link href="https://www.vijayanant.com/index.xml" rel="alternate" type="application/rss+xml" title="fossick" />
<link href="https://www.vijayanant.com/index.xml" rel="feed" type="application/rss+xml" title="fossick" />
</head>
<body >
<div class="sidebar">
<div class="container ">
<div class="sidebar-about">
<span class="site__title">
<a href="https://www.vijayanant.com">fossick</a>
</span>
<div class="author-image">
<img src="https://www.vijayanant.com/author.png" alt="Author Image" class="img--circle img--headshot element--center">
</div>
<p class="site__description">
Vijay Anant
</p>
</div>
<div class="collapsible-menu">
<input type="checkbox" id="menuToggle">
<label for="menuToggle">fossick</label>
<div class="menu-content">
<div>
<ul class="sidebar-nav">
<li>
<a href="/posts/">
<span>All Posts</span>
</a>
</li>
<li>
<a href="/resume.pdf">
<span>Résumé</span>
</a>
</li>
<li>
<a href="/kn/">
<span>ವಿಜಯಾ೦ತರ೦ಗ</span>
</a>
</li>
<li>
<a href="/about/">
<span>About</span>
</a>
</li>
</ul>
</div>
<section class="social">
<a href="https://twitter.com/vijayanant"><i class="fab fa-twitter fa-lg" aria-hidden="true"></i></a>
<a href="https://github.com/vijayanant"><i class="fab fa-github fa-lg" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/vijayanant"><i class="fab fa-linkedin fa-lg" aria-hidden="true"></i></a>
<a href="https://keybase.io/vijayanant"><i class="fab fa-keybase fa-lg" aria-hidden="true"></i></a>
<a href="mailto:[email protected]"><i class="fas fa-at fa-lg" aria-hidden="true"></i></a>
</section>
</div>
</div>
</div>
</div>
<div class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="https://www.vijayanant.com">Head back home</a> to try finding it again.</p>
</div>
</body>
</html>