File: //home/awaldron/public_html/archive/waldron1/portfolio4.php
<? //print header
$page_name = "portfolio";
require("header.php");
?>
<td valign="top">
<center>
<br><table border=0 width=100% cellspacing=0 cellpadding=0>
<tr><td valign="middle" align="center"><img src="images/delim.gif" width=50 height=15 align="middle"><img src="images/t_portfolio.gif" align="middle"><img src="images/delim.gif" width=50 height=15 align="middle"></td></tr>
<tr><td height="5"><img src="images/clear.gif" height=5 width=5></td></tr>
</table>
<table border=0 width=94% cellspacing=0 cellpadding=5>
<tr>
<td valign=top width=185><img src="portfolio/ss_trilogy.jpg" width=175 height=132></td>
<td valign=top class="text">
<P><span class="body-title">Trilogy</span>
<ul>
<LI>http://www.trilogy-online.com
<LI>Built February 2000
<LI>Site created for a friend's pop group (now defunct)
<li>Provided fans with biographies, lyrics and real audio downloads
</ul>
<center><b><a href="portfolio/trilogy/index.html" target="tril" class="right-nav"><span class="underline"><FONT onmouseover="this.style.color='#C0C07B'" onmouseout="this.style.color='#000000'">Trilogy Demo</font></span></a></b></center>
</td></tr></table>
<P><table border=0 width=94% cellspacing=0 cellpadding=5>
<tr>
<td valign=top width=185><img src="portfolio/ss_psu100.jpg" width=175 height=132></td>
<td valign=top class="text">
<P><span class="body-title">Penn State University Orientation 100</span>
<ul>
<LI>http://www.psu.edu/ouic/orientation100/
<LI>Built November 1997
<LI>Our first paying job!
<li>Website is still used today to assist Penn State freshmen with their orientation to the University
</ul>
<center><b><a href="http://www.psu.edu/ouic/orientation100/" target="psu" class="right-nav"><span class="underline"><FONT onmouseover="this.style.color='#C0C07B'" onmouseout="this.style.color='#000000'">Go To PSU Orientation 100</font></span></a></b></center>
</td></tr></table>
</center></td>
<?
$right_nav = array("page1", "page2", "page3", "page4", "logos");
require("footer.php");
?>