Created
July 31, 2011 11:11
-
-
Save gslin/1116710 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- original.html 2011-07-31 19:07:13.971249053 +0800 | |
+++ google.html 2011-07-31 19:07:10.371249054 +0800 | |
@@ -1,14 +1,13 @@ | |
-<!DOCTYPE html> | |
-<html> | |
- <head> | |
+<!DOCTYPE html> | |
+<html><head> | |
<title>Ramki Krishnan | Dreamer & Procrastinator</title> | |
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> | |
- <meta name="robots" content="index,follow" /> | |
- <meta name="keywords" content="ramki, krishnan, tennis, drums, blog, humor" /> | |
- <meta name="author" content="Ramki Krishnan" /> | |
+ <meta content="index,follow" name="robots" /> | |
+ <meta content="ramki, krishnan, tennis, drums, blog, humor" name="keywords" /> | |
+ <meta content="Ramki Krishnan" name="author" /> | |
- <link rel="stylesheet" media="screen" href="/css/screen.css" /> | |
+ | |
<!--[if (lte IE 7)&(gte IE 5.5)]><link rel="stylesheet" media="screen" href="/css/ie7.css" /><![endif]--> | |
<!--[if (lte IE 6)&(gte IE 5.5)]><link rel="stylesheet" media="screen" href="/css/ie6.css" /><![endif]--> | |
<!--[if (lt IE 6)&(gte IE 5.5)]><link rel="stylesheet" media="screen" href="/css/ie5.css" /><![endif]--> | |
@@ -27,18 +26,14 @@ | |
</script> | |
- </head> | |
+ <link href="/css/screen.css" media="screen" rel="stylesheet" /></head> | |
<body class="sectionhome"> | |
<!-- SKIPLINKS --> | |
- <div id="skiplinks"><ul | |
- ><li><a href="#intro">Jump to Content</a></li | |
- ><li><a href="#nav">Jump to Main Menu</a></li | |
- ><li><a href="#extras">Jump to Secondary Content</a></li | |
- ></ul></div><!-- #skiplinks --> | |
+ <div id="skiplinks"><ul><li><a href="#intro">Jump to Content</a></li><li><a href="#nav">Jump to Main Menu</a></li><li><a href="#extras">Jump to Secondary Content</a></li></ul></div><!-- #skiplinks --> | |
<!-- HEADER --> | |
- <div id="header" class="clearfix"><div class="wrap"> | |
+ <div class="clearfix" id="header"><div class="wrap"> | |
<!-- ticker --> | |
@@ -50,27 +45,22 @@ | |
<h2>Dreamer & Procrastinator</h2> | |
<!-- menu --> | |
- <div id="menu"><ul class="nav" | |
- ><li class="first active"><a href="/">Home</a></li | |
- ><li><a href="/wordpress/">Blog</a></li | |
- ><li><a href="/media/">Media</a></li | |
- ><li><a href="/contact/">Contact</a></li | |
- ></ul></div><!-- #nav --><hr /> | |
+ <div id="menu"><ul class="nav"><li class="first active"><a href="/">Home</a></li><li><a href="/wordpress/">Blog</a></li><li><a href="/media/">Media</a></li><li><a href="/contact/">Contact</a></li></ul></div><!-- #nav --><hr /> | |
</div><div id="header_footer"></div></div><!-- #header --> | |
<!-- INTRO --> | |
<div id="intro"><div class="wrap clearfix"><h2 class="label">Introduction</h2> | |
- <p id="hello"><span>Hi, I'm a wanna-be writer, tennis star, rock drummer, and entrepreneur</span> based in the California. Lacking the drive (and, let's admit it, talent) to make much of myself in any of these fields, I'm resigned to do a middling job on every one of them. Bumbling through life is not a dishonorable alternative to being rich and famous...</p> | |
+ <p id="hello"><span>Hi, I'm a wanna-be writer, tennis star, rock drummer, and entrepreneur</span> based in the California. Lacking the drive (and, let's admit it, talent) to make much of myself in any of these fields, I'm resigned to do a middling job on every one of them. Bumbling through life is not a dishonorable alternative to being rich and famous...</p> | |
- <div id="photo"><img src="/images/mug.jpg" alt="My mug shot" title="My mug shot!" /></div> | |
+ <div id="photo"><img alt="My mug shot" src="http://1-www-accel-pss.googleusercontent.com/gadgets/proxy?container=accel&gadget=www.ramkikrishnan.com&debug=0&nocache=0&v=b6dsedufrudkvpsidtelqsuaj4&rooe=1&html_tag_context=img&url=http%3A%2F%2Fwww.ramkikrishnan.com%2Fimages%2Fmug.jpg" title="My mug shot!" /></div> | |
<div id="quote"><blockquote><p>I dream of a nondiscriminating society where chicken can cross the road without being asked why...</p></blockquote> | |
<!-- <cite><span>Confucius</span> - (after a few pints)</cite> --> | |
</div> | |
- <div id="submenu" class="clearfix"><ul class="nav"> | |
+ <div class="clearfix" id="submenu"><ul class="nav"> | |
<li class="competence"><a href="/wordpress/">Read Blog</a></li> | |
<li class="drums"><a href="/drums/">Drums</a></li> | |
<li class="tennis"><a href="/tennis/">Tennis</a></li> | |
@@ -90,10 +80,10 @@ | |
</div></div><!-- #content --> | |
<!-- FOOTER --> | |
- <div id="footer" class="clearfix"><div class="wrap"> | |
+ <div class="clearfix" id="footer"><div class="wrap"> | |
<!-- copyright --> | |
- <div id="copyright">© <a href="/contact/" title="Send me an email...">Ramki Krishnan</a> 2011 | California, USA<!-- | <a href=#">I also have a blog → --></div> | |
+ <div id="copyright">© <a href="/contact/" title="Send me an email...">Ramki Krishnan</a> 2011 | California, USA<!-- | <a href=#">I also have a blog → --></div> | |
</div></div><!-- #footer --> | |
@@ -105,5 +95,5 @@ | |
urchinTracker(); | |
</script> | |
--> | |
- </body> | |
-</html> | |
+ | |
+ </body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment