-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog_template_old.html
89 lines (86 loc) · 3.04 KB
/
blog_template_old.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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Rethrick Construction</title>
<link rel="alternate" type="application/rss+xml" href="http://rethrick.com/views/rethrick.xml" />
<link href="main.css" rel="stylesheet">
<style type="text/css">
#main {
display: block !important;
}
</style>
<!--[if lt IE 9]>
<script type="text/javascript" src="/js/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">
if (window.opera
|| navigator.userAgent.indexOf('Firefox') >= 0
|| navigator.userAgent.indexOf('Chrome') >= 0
|| navigator.userAgent.indexOf('Apple') >= 0) {
// Send better browsers off to the JS version of this page.
var to = window.location.pathname.slice(1);
if (to.charAt(to.length - 1) == '/') {
to = to.slice(0, to.length - 1);
}
window.location = 'http://rethrick.com#' + to;
}
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24538005-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<h1> </h1>
<nav class="top">
<input id="searchbox" type="text" value="">
<section id="results">
<ul>
<li>
<article class="post">
<h3>waving goodbye</h3>
<div class="snippet">Dispatches from the dark inner workings of an aspiring mad
scientist.
</div>
</article>
</li>
</ul>
<a id="link-rss" href="/views/rethrick.xml"><img src="/images/rss_24x24.png"></a>
</section>
<div style="font-size: smaller; color: #555">
This version of the site is meant for crawlers and crappy browsers like MSIE.
<p>
Please visit <a href="http://rethrick.com">http://rethrick.com</a> for the HTML5 version with
Chrome, Safari or Firefox.
</p>
</div>
</nav>
<nav class="bottom">
<ul>
<li><a class="dhanji" href="http://twitter.com/dhanji" target="_blank">dhanji</a></li>
<li><a id="link-projects" href="http://rethrick.com/projects">projects</a></li>
<li><a id="link-about" href="http://rethrick.com/about">about me</a></li>
</ul>
</nav>
</header>
<section id="main">
<article id="content">
<a id="link-back" href="http://rethrick.com">← Back</a>
<h1>Page title<time pubdate datetime=""> 11 May 2011</time></h1>
<div class="text">
Rethrick Construction is the personal website and blog of Dhanji R. Prasanna. Find me on twitter
at http://twitter.com/dhanji
</div>
</article>
</section>
</body>
</html>