Update my website info
[catagits/BackPAN-Web.git] / root / html / layout.html
index d375747..e0c5c01 100644 (file)
@@ -1,9 +1,23 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
        <head>
-               <title>BackPAN</title>
+               <title>BackPAN.org</title>
                <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
+               <link rel="shortcut icon" href="/static/favicon.ico" />
                <link rel="stylesheet" href="/static/main.css" type="text/css" />
+               <script type="text/javascript">
+
+                 var _gaq = _gaq || [];
+                 _gaq.push(['_setAccount', 'UA-445290-5']);
+                 _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>
 <div class="container">
@@ -14,7 +28,7 @@
                </form>
        </div>
        <div id="logo">
-               <a href="/"><h1>BackPAN.org</h1><a>
+               <a href="/"><h1>BackPAN.org</h1></a>
        </div>
        <div id="menu">
                <div class="nav">
@@ -33,7 +47,7 @@
        </div>
 </div>
 <div id="footer">
-       <p>Created by <a href="http://search.cpan.org/~wreis/" target="_blank">Wallace Reis</a></p>
+       <p>Created by <a href="http://about.me/wallacereis" target="_blank">Wallace Reis</a></p>
        <p>Hosted by <a href="http://shadowcat.co.uk" target="_blank">Shadowcat Systems</a></p>
 </div>
 </body>