HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/public_html/archive/waldron1/portfolio2.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_bigdog.jpg" width=175 height=132></td>
<td valign=top class="text">
<P><span class="body-title">Big Dog Vending Co.</span>
<ul>
<LI>http://www.bigdogvending.com
<LI>Built in March, 2002
<li>Site designed to inform users of Big Dog Darts tournaments and events
<LI>Responsible for all architecture, navigation and graphics
</ul>
<center><b><a href="portfolio/bdv/index.htm" target="bdv" class="right-nav"><span class="underline"><FONT onmouseover="this.style.color='#C0C07B'" onmouseout="this.style.color='#000000'">BigDogVending.com 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_lightbay.jpg" width=175 height=132></td>
<td valign=top class="text">
<P><span class="body-title">Lighthouse Bay Candle Co.</span>
<ul>
<li>http://www.lytehousebay.com
<LI>Built May 2001
<LI>Purpose of website was to promote and sell candle products and accessories
<LI>Client site is in its second year of operation and is successful
</ul>
<center><b><a href="http://www.lytehousebay.com" target="lightbay" class="right-nav"><span class="underline"><FONT onmouseover="this.style.color='#C0C07B'" onmouseout="this.style.color='#000000'">Go To LyteHouseBay.com</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_resume.jpg" width=175 height=132></td>
<td valign=top class="text">
<P><span class="body-title">Personal Themed Resume</span>
<ul>
<li>http://www.alanwaldron.com/portfolio/resume/index.htm
<LI>Built June 2001 for a class project at the University of Pittsburgh
<LI>Took an interactive resume in a different direction by giving it a theme
<LI>The purpose of this design was to display my creativity to potential employers
</ul>
<center><b><a href="portfolio/resume/index.htm" target="trc" class="right-nav"><span class="underline"><FONT onmouseover="this.style.color='#C0C07B'" onmouseout="this.style.color='#000000'">Alan Waldron's Themed Resume</font></span></a></b></center>
</td></tr></table>

</center></td>

<?
$right_nav = array("page1", "page2", "page3", "page4", "logos");
require("footer.php");
?>