-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
67 lines (58 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Amir Chaudhry</title>
<meta name="description" content="Amir Chaudhry's website">
<meta name="author" content="Amir Chaudhry">
<!-- Le styles -->
<link href="/assets/themes/amc-twitter/css/bootstrap.css" rel="stylesheet">
<link href="/assets/themes/amc-twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<link rel="shortcut icon" href="/icons/favicon.png">
<link rel="icon" href="/icons/favicon.ico">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
</head>
<body>
<div class="container">
<div class="row">
<!-- Title -->
<div class="span7 offset2">
<div class="page-header">
<h1 class="head-title"><a class="head-title" href="http://amirchaudhry.com">Amir Chaudhry</a> <br /></h1>
<h3 class="head-title"><small>thoughts, comments & general ramblings</small></h3>
</div>
</div>
<!-- Navigation -->
<div class="span7 offset2">
<ul class="head-nav">
<li><a href="http://amirchaudhry.com/">home</a></li>
<li><a href="http://amirchaudhry.com/journal">journal</a></li>
<li><a href="http://amirchaudhry.com/freebusy">free/busy</a></li>
<li><a href="http://amirchaudhry.com/about">about</a></li>
</ul>
</div>
</div>
</div> <!-- /container -->
<div class="container">
<div class="content">
<div class="row">
<div class="span7 offset2">
<h1 id='page_not_found_sorry'>Page not found (sorry!)</h1>
<p><strong>I moved to GitHub Pages in April 2012<br />and a handful of links may still be broken</strong></p>
<p><strong>All the content is still there so try navigating<br />from the front page at <a href='http://amirchaudhry.com'>amirchaudhry.com</a></strong></p>
<img padding="0px" align="left" src="/images/404-alpha.png">
</div>
</div>
</div>
<footer>
<p align="center"><small>© Amir Chaudhry 2010-2012 </small></p>
</footer>
</div> <!-- /container -->
</body>
</html>