Fixed syntax error.
authorEugen Sawin <sawine@me73.com>
Fri, 18 Jun 2010 23:41:48 +0200
changeset 41e1747fa2b2e
parent 3 e279257156b5
child 5 b8513cbcbf35
Fixed syntax error.
factory/frame.html
index.html
     1.1 --- a/factory/frame.html	Fri Jun 18 23:34:48 2010 +0200
     1.2 +++ b/factory/frame.html	Fri Jun 18 23:41:48 2010 +0200
     1.3 @@ -1,18 +1,20 @@
     1.4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7  
     1.8 +<head>
     1.9  <title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    1.10  <meta name="author" content="Eugen Sawin - me73.com" />
    1.11  <meta name="description" content="A Digital Playground" />
    1.12  <meta name="robots" content="index, follow, noarchive" />
    1.13  <meta name="googlebot" content="noarchive" />
    1.14  <script src="script.js" type="text/javascript"></script>
    1.15 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    1.16 +<link rel="stylesheet" href="dark.css" type="text/css" />
    1.17 +</head>
    1.18  
    1.19  <body>
    1.20  <div id="wrap">
    1.21 -    <div id="header">			
    1.22 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.23 +	<div id="header">			
    1.24 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    1.25  	    <p id="intro">A Programmer's Playground.</p>
    1.26          <div id="nav">
    1.27  			<ul>
    1.28 @@ -20,35 +22,33 @@
    1.29  				<li><a href="resume.html">Resume</a></li>
    1.30  				<li><a href="howiwork.html">How I Work</a></li>
    1.31  				<li><a href="personalwork.html">Personal Work</a></li>
    1.32 -            <li><a href="books.html">Books</a></li>
    1.33 -	         <li><a href="links.html">Links</a></li>			
    1.34 +            	<li><a href="books.html">Books</a></li>
    1.35 +	         	<li><a href="links.html">Links</a></li>			
    1.36  				<li><a href="contact.html">Contact</a></li>		
    1.37  			</ul>		
    1.38  	    </div>	
    1.39  	</div>
    1.40  	<div id="content-wrap">				
    1.41  		<div id="main">
    1.42 -/insert{content}      
    1.43 +			/insert{content}      
    1.44  		</div>
    1.45  		<div id="sidebar">
    1.46  	        <!--<h3>About</h3>	-->
    1.47  	        <p>
    1.48  				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    1.49 -				ME73 is my digital playground.
    1.50 +			ME73 is my digital playground.
    1.51              I'm a programmer, a student of computer science, a music enthusiast.
    1.52              This site serves as a portfolio for my work, private and professional.
    1.53  	        </p>
    1.54 -			<h3></h3>
    1.55 -            <div id="random_quote"></div>	        	
    1.56 +			<div id="random_quote"></div>	        	
    1.57          </div>	
    1.58  	</div>
    1.59 -    <!--<div id="footer"></div>-->
    1.60    <div id="footer">
    1.61  	<div id="footer-left">
    1.62  		<p>
    1.63  		<!--&copy; ME73.COM&nbsp; 	-->
    1.64 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    1.65 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.66 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
    1.67 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    1.68  		</p>	
    1.69  	</div>
    1.70  	
    1.71 @@ -60,8 +60,7 @@
    1.72  </div> 
    1.73  </div>
    1.74  <script type="text/javascript">
    1.75 -    javascript:load_random_quote();
    1.76 -    //javascript:load_footer();    
    1.77 +    javascript:load_random_quote();        
    1.78  </script>
    1.79  <script type="text/javascript">
    1.80  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    1.81 @@ -71,4 +70,6 @@
    1.82  var pageTracker = _gat._getTracker("UA-2137333-1");
    1.83  pageTracker._trackPageview();
    1.84  </script>
    1.85 -</body></html>
    1.86 +</body>
    1.87 +</html>
    1.88 +
     2.1 --- a/index.html	Fri Jun 18 23:34:48 2010 +0200
     2.2 +++ b/index.html	Fri Jun 18 23:41:48 2010 +0200
     2.3 @@ -1,76 +1,77 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2.5 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
     2.6 -
     2.7 -<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
     2.8 -<meta name="author" content="Eugen Sawin - me73.com" />
     2.9 -<meta name="description" content="A Digital Playground" />
    2.10 -<meta name="robots" content="index, follow, noarchive" />
    2.11 -<meta name="googlebot" content="noarchive" />
    2.12 -<script src="script.js" type="text/javascript"></script>
    2.13 -<link rel="stylesheet" href="dark.css" type="text/css" /></head>
    2.14 -
    2.15 -<body>
    2.16 -<div id="wrap">
    2.17 -    <div id="header">			
    2.18 -        <h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.19 -	    <p id="intro">A Programmer's Playground.</p>
    2.20 -        <div id="nav">
    2.21 -			<ul>
    2.22 -				<li><a href="index.html">Home</a></li>
    2.23 -				<li><a href="resume.html">Resume</a></li>
    2.24 -				<li><a href="howiwork.html">How I Work</a></li>
    2.25 -				<li><a href="personalwork.html">Personal Work</a></li>
    2.26 -            <li><a href="books.html">Books</a></li>
    2.27 -	         <li><a href="links.html">Links</a></li>			
    2.28 -				<li><a href="contact.html">Contact</a></li>		
    2.29 -			</ul>		
    2.30 -	    </div>	
    2.31 -	</div>
    2.32 -	<div id="content-wrap">				
    2.33 -		<div id="main">
    2.34 -<p><img src="images/world.png" alt="world map" height="280" width="100%" /></p>
    2.35 -           
    2.36 -      
    2.37 -		</div>
    2.38 -		<div id="sidebar">
    2.39 -	        <!--<h3>About</h3>	-->
    2.40 -	        <p>
    2.41 -				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
    2.42 -				ME73 is my digital playground.
    2.43 -            I'm a programmer, a student of computer science, a music enthusiast.
    2.44 -            This site serves as a portfolio for my work, private and professional.
    2.45 -	        </p>
    2.46 -			<h3></h3>
    2.47 -            <div id="random_quote"></div>	        	
    2.48 -        </div>	
    2.49 -	</div>
    2.50 -    <!--<div id="footer"></div>-->
    2.51 -  <div id="footer">
    2.52 -	<div id="footer-left">
    2.53 -		<p>
    2.54 -		<!--&copy; ME73.COM&nbsp; 	-->
    2.55 -      <a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left"></a>
    2.56 -		Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
    2.57 -		</p>	
    2.58 -	</div>
    2.59 -	
    2.60 -	<div id="footer-right">
    2.61 -		<p class="align-right">
    2.62 -		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
    2.63 -		</p>
    2.64 -	</div>	
    2.65 -</div> 
    2.66 -</div>
    2.67 -<script type="text/javascript">
    2.68 -    javascript:load_random_quote();
    2.69 -    //javascript:load_footer();    
    2.70 -</script>
    2.71 -<script type="text/javascript">
    2.72 -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    2.73 -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    2.74 -</script>
    2.75 -<script type="text/javascript">
    2.76 -var pageTracker = _gat._getTracker("UA-2137333-1");
    2.77 -pageTracker._trackPageview();
    2.78 -</script>
    2.79 -</body></html>
    2.80 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    2.81 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    2.82 +
    2.83 +<head>
    2.84 +<title>ME73 - A Programmer's Playground</title><meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    2.85 +<meta name="author" content="Eugen Sawin - me73.com" />
    2.86 +<meta name="description" content="A Digital Playground" />
    2.87 +<meta name="robots" content="index, follow, noarchive" />
    2.88 +<meta name="googlebot" content="noarchive" />
    2.89 +<script src="script.js" type="text/javascript"></script>
    2.90 +<link rel="stylesheet" href="dark.css" type="text/css" />
    2.91 +</head>
    2.92 +
    2.93 +<body>
    2.94 +<div id="wrap">
    2.95 +	<div id="header">			
    2.96 +    	<h1 id="logo-text"><a href="index.html" title="">ME73</a></h1>		
    2.97 +	    <p id="intro">A Programmer's Playground.</p>
    2.98 +        <div id="nav">
    2.99 +			<ul>
   2.100 +				<li><a href="index.html">Home</a></li>
   2.101 +				<li><a href="resume.html">Resume</a></li>
   2.102 +				<li><a href="howiwork.html">How I Work</a></li>
   2.103 +				<li><a href="personalwork.html">Personal Work</a></li>
   2.104 +            	<li><a href="books.html">Books</a></li>
   2.105 +	         	<li><a href="links.html">Links</a></li>			
   2.106 +				<li><a href="contact.html">Contact</a></li>		
   2.107 +			</ul>		
   2.108 +	    </div>	
   2.109 +	</div>
   2.110 +	<div id="content-wrap">				
   2.111 +		<div id="main">
   2.112 +			<p><img src="images/world.png" alt="world map" height="280" width="100%" /></p>
   2.113 +           
   2.114 +      
   2.115 +		</div>
   2.116 +		<div id="sidebar">
   2.117 +	        <!--<h3>About</h3>	-->
   2.118 +	        <p>
   2.119 +				<img src="images/me2.png" alt="me" class="float-left" height="64" width="64" />		
   2.120 +			ME73 is my digital playground.
   2.121 +            I'm a programmer, a student of computer science, a music enthusiast.
   2.122 +            This site serves as a portfolio for my work, private and professional.
   2.123 +	        </p>
   2.124 +			<div id="random_quote"></div>	        	
   2.125 +        </div>	
   2.126 +	</div>
   2.127 +  <div id="footer">
   2.128 +	<div id="footer-left">
   2.129 +		<p>
   2.130 +		<!--&copy; ME73.COM&nbsp; 	-->
   2.131 +      	<a href="http://creativecommons.org/licenses/by/3.0/"><img src="images/cc.png" alt="CC" style="float:left" /></a>
   2.132 +		Except where otherwise noted, content on this site is licensed under a 			<a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License.</a> Site Design is based on a template by <a href="http://www.styleshout.com/">Styleshout.</a>
   2.133 +		</p>	
   2.134 +	</div>
   2.135 +	
   2.136 +	<div id="footer-right">
   2.137 +		<p class="align-right">
   2.138 +		<a href="index.html">Home</a> | <a href="#top">Top</a> | <a href="rssfeed.xml" class="rssfeed">RSS</a> 
   2.139 +		</p>
   2.140 +	</div>	
   2.141 +</div> 
   2.142 +</div>
   2.143 +<script type="text/javascript">
   2.144 +    javascript:load_random_quote();        
   2.145 +</script>
   2.146 +<script type="text/javascript">
   2.147 +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
   2.148 +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
   2.149 +</script>
   2.150 +<script type="text/javascript">
   2.151 +var pageTracker = _gat._getTracker("UA-2137333-1");
   2.152 +pageTracker._trackPageview();
   2.153 +</script>
   2.154 +</body>
   2.155 +</html>
   2.156 +