<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="CSS/template.css" rel="stylesheet" type="text/css" />
<link href="CSS/float.css" rel="stylesheet" type="text/css" />
<title>About</title>
<style type="text/css">
#clear {
clear: both;
}
h1 {
background: url('/img/updates.jpg');
height: 25px;
width: 250px;
float: left;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 25px;
font-weight: bold;
text-align: center;
}
h2 {
background: url('/img/featured.jpg');
height: 25px;
width: 500px;
float: right;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.right {
float: right;
clear: right;
}
.left {
float: left;
clear: left;
}
.right, left {
display: inline;
}
</style>
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="nav">
<table width="850">
<tbody>
<tr>
<th scope="col" width="165"><a href="/template.html"> Home </a></th>
<th scope="col" width="165"><a href="/about.html"> About </a> </th>
<th scope="col" width="165"><a href="/blog.html">Blog </a></th>
<th scope="col" width="165"><a href="/programs.html">Programs</a></th>
<th scope="col" width="165"><a href="/banners.html">Gallery </a></th>
</tr>
</tbody>
</table>
</div>
<div class="left">
<h1> News and Updates</h1>
<div style="clear:left;">
11/25/08
<br/>Release of this site to the public.
</div>
</div>
<div style="width: 500px;" class="right">
<h2>Featured Video</h2>
<div style="clear:right; text-align:center;">
<p id="preview"></p>
<embed width="448"
height="361"
type="application/x-shockwave-flash"
src="player.swf"
id="player"
name="player"
quality="high"
allowfullscreen="true"
allowscriptaccess="always"
flashvars="&file=http://vid253.photobucket.com/albums/hh74/xcaliberse/Matt.flv&image=/Matt.jpg"
/>
<script type="text/javascript" src="swfobject.js">
<script type="text/javascript">
var s1 = new SWFObject('player.swf','player','448','361','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','&file=http://vid253.photobucket.com/albums/hh74/xcaliberse/Matt.flv&image=/Matt.jpg');
s1.write('preview');
</script>
</div>
</div>
<div class="left">
<h1> Featured Image </h1>
<div style="clear: left; text-align: center;">
<img border="0" src="http://img166.imageshack.us/img166/7861/mydesktopcb6.th.jpg" style=""/>
</div>
</div>
<div class="right" style="width:500px;">
<h2>What you will find</h2>
<div style="clear: right; text-align:left;">
Things you will find in this site include:
<ul>
<li>Interested in me? Wanting to hire me? Wanting to know about me? My Resume and Information is in the <a href="/about.html">About</a> page. </li>
<li> Events occurring or news for whomever visits this website is in the <a href="/blog.html">Blog</a> page. </li>
<li> Programs that I coded, or just simply some cool programs out there is in the <a href="/programs.html">Programs</a> page.</li>
<li> Videos, pictures, some extra work of mine, guestlog(coming soon), is in the <a href="/banners.html">Gallery</a> page.</li>
</ul>
</div>
</div>
<div id="clear"></div>
<hr />
<div id="footer">
<div align="center"> Copyright 2008© All Rights Reserved.• Kevin Liang • KevinLiang91@gmail.com</div>
</div>
</div> <!-- close container div -->
</body>
</html>