1.1 --- a/templates/index.html Wed Jun 03 05:03:24 2009 -0700
1.2 +++ b/templates/index.html Wed Jun 03 07:00:09 2009 -0700
1.3 @@ -1,6 +1,20 @@
1.4 -<html>
1.5 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
1.6 +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.7 +
1.8 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1.9 <head>
1.10 <title>Andrew Gwozdziewycz</title>
1.11 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1.12 + <meta http-equiv="Content-Language" content="en-us" />
1.13 + <meta name="ROBOTS" content="all" />
1.14 + <meta name="googlebot" content="noodp" />
1.15 + <meta name="MSSmartTagsPreventParsing" content="true" />
1.16 + <meta name="author" content="Andrew Gwozdziewycz" />
1.17 + <link rel="openid.server" href="http://openid.claimid.com/server" />
1.18 + <link rel="openid.delegate" href="http://openid.claimid.com/apgwoz" />
1.19 + <link rel="alternate" title="News & Updates RSS" href="/rss.xml" type="application/rss+xml" />
1.20 + <link rel="shortcut icon" href="http://www.apgwoz.com/favicon.ico" type="image/x-icon" />
1.21 + <link rel="icon" href="http://www.apgwoz.com/favicon.ico" type="image/x-icon" />
1.22 <link rel="stylesheet" type="text/css" href="/css/screen_home.css" />
1.23 </head>
1.24 <body>
1.25 @@ -17,9 +31,16 @@
1.26 I post on <a href="http://twitter.com/apgwoz/">twitter</a> and <a href="http://identi.ca/apgwoz">identi.ca</a>, share my photos on <a href="http://flickr.com/photos/thinkiandy/">flickr</a>, and put code on the web <a href="http://hg.apgwoz.com/">here</a>, and <a href="http://github.com/apgwoz">here</a>. You can aggregate most of this through <a href="http://friendfeed.com/apgwoz">friendfeed</a>, if you so desire.
1.27 </p>
1.28 <p>
1.29 - My <a href="/cv/">resume</a> is online, as well as an <a href="/archive/">archive</a> of the old site.
1.30 + My <a href="/cv/">resume</a> is online, as is an <a href="/archive/">archive</a> of the old site.
1.31 </p>
1.32 </div>
1.33 </div>
1.34 +
1.35 + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
1.36 + </script>
1.37 + <script type="text/javascript">
1.38 + _uacct = "UA-354660-5";
1.39 + urchinTracker();
1.40 + </script>
1.41 </body>
1.42 </html>