-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
96 lines (83 loc) · 3.23 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Page not found • Sorry about that!</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.4.3">
<link rel="alternate" type="application/rss+xml" title="Anand Iyer • PhD Candidate @ UC Berkeley - Feed" href="/feed.xml">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:100,300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="wrap">
<header>
<nav class="mobile-nav show-on-mobiles">
<ul>
<li class="">
<a href="/">About</a>
</li>
<li class="">
<a href="/publications.html">Pub<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">lications</span></a>
</li>
<li class="">
<a href="/blog/">Blog</a>
</li>
</ul>
</nav>
<div class="grid">
<div class="main-nav unit one-third center-on-mobiles">
<section class="name">
<a href="/">Anand<b>Iyer</b></a>
</section>
</div>
<nav class="main-nav unit two-thirds hide-on-mobiles">
<ul>
<li class="">
<a href="/">About</a>
</li>
<li class="">
<a href="/publications.html">Pub<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">lications</span></a>
</li>
<li class="">
<a href="/blog/">Blog</a>
</li>
</ul>
</nav>
</div>
</header>
<section>
<div class="header-bar"></div>
<div class="grid">
<div class="unit whole center-on-mobiles">
<p>
Unfortunately the page you were looking for could not be found. It might have been removed, lost or never existed. You could try and find it by browsing the <a href="/blog/">archives</a> or go to the
<a href="/">frontpage</a>.
</p>
</div>
</div>
</section>
<footer>
<div class="grid">
<div class="unit one-third align-left center-on-mobiles">
<p>© 2017 Anand Iyer.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
<a href="https://twitter.com/anandpiyer" title="Follow me on Twitter!" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="http://www.linkedin.com/in/anandpiyer" title="LinkedIn" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://github.com/anandpiyer" title="GitHub" target="_blank"><i class="fa fa-github"></i></a>
</p>
</div>
</div>
</footer>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(66366544); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66366544ns.gif" /></p></noscript>
</body>
</html>