HTML Code:
<!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" />
<title>homepage</title>
<link rel="stylesheet" type="text/css" href="assets/css/master.css" title="default"/>
<script type="text/javascript" src="assets/includes/jquery-1.2.2.pack.js"></script>
<script type="text/javascript" src="assets/includes/animatedcollapse.js"></script>
<script type="text/javascript" src="assets/includes/styleswitch.js" ></script>
<script type="text/javascript">
animatedcollapse.addDiv('homepage_nav', 'fade=1,speed=400,group=all,persist=1,hide=1')
animatedcollapse.addDiv('home_link', 'fade=1,speed=400,group=pets,persist=1,hide=1')
animatedcollapse.addDiv('about_link', 'fade=1,speed=400,group=pets,persist=1,hide=1')
animatedcollapse.addDiv('work_link', 'fade=1,speed=400,group=pets,persist=1,hide=1')
animatedcollapse.addDiv('contact_link', 'fade=1,speed=400,group=pets,persist=1,hide=1')
animatedcollapse.init()
var selectedLink;
function selectLink(lnk) {
if (selectedLink) selectedLink.style.fontWeight='normal';
lnk.style.fontWeight='bold';
selectedLink=lnk;
}
function bgChange(bg)
{
document.getElementById('container').style.background =bg;
}
//-->
</script>
</head>
<body id="home">
<div id="container">
<div id="home_name_image"><img src="assets/images/transparent_chrisgraser_homepage.png" width="342" height="128" /></div> <div id="menu"><a href="javascript:animatedcollapse.toggle('homepage_nav')">The Menu</a></div>
<div id="homepage_nav">
<span style="font-size:10px; color:#FFFFFF;">(click "The Menu" again to collapse)</span>
<table>
<tr>
<td>
<div id="about_button">
<a href="javascript:animatedcollapse.toggle('about_link')" onClick="selectLink(this)">
About Me
</a>
</div>
<div id="about_link" class="display_area">
<div id="about_info">
First and formost, Welcome to Chrisgraser.com and thank you for stopping in to see my work<br />
My name is Chris Graser and I am jack of all trades.<br />
<br />
I do a little bit of everything when it comes to the web, and I am only learning more every day. If there is something that I do not know I go out of my way to learn how to do what I want to. from extensive searching to experimenting, I will use every tool at my disposal to develop a solution to whatever problem that may arise in my path.
With this web site, it is my goal to portfolio my work and my thoughts about my work. I invite you to browse around and leave me feedback for my work or contact me if you have any questions.
<br />
As you browse around the site and look through my portfolio I hope you will see the progression that I as a designer and developer have made in the past 4 years.
</div>
</div>
<div class="clear"></div>
</td>
</tr>
<tr>
<td>
<div id="work_button">
<a href="javascript:animatedcollapse.toggle('work_link')" onClick="selectLink(this)">
My Work
</a>
</div>
<div id="work_link" class="display_area">
<div id="about_info">
First and formost, Welcome to Chrisgraser.com and thank you for stopping in to see my work<br />
My name is Chris Graser and I am jack of all trades.<br />
<br />
I do a little bit of everything when it comes to the web, and I am only learning more every day. If there is something that I do not know I go out of my way to learn how to do what I want to. from extensive searching to experimenting, I will use every tool at my disposal to develop a solution to whatever problem that may arise in my path.
With this web site, it is my goal to portfolio my work and my thoughts about my work. I invite you to browse around and leave me feedback for my work or contact me if you have any questions.
<br />
<br />
<br />
As you browse around the site and look through my portfolio I hope you will see the progression that I as a designer and developer have made in the past 4 years.
</div>
</div>
<div class="clear"></div>
</td>
</tr>
<tr>
<td>
<div id="contact_button">
<a href="javascript:animatedcollapse.toggle('contact_link')" onClick="selectLink(this)">
Contact Me
</a>
</div>
<div id="contact_link" class="display_area">
<div id="contact_info">
<h1> Send Me Feedback!</h1>
<p> I would greatly appreciate any feedback that anyone would like to give me. If you have any questions or comments feel free to E-mail me with the form below.</p>
<div id="form">
<form action="" method="post" name="contactForm" id="contactForm" onsubmit="MM_validateForm('fname','','R','emai','','RisEmail','message','','R');return document.MM_returnValue">
<p>
<label for="name">Name:</label> <br />
<input type="text" name="name" id="name" />
</p>
<p>
<label for="email">Email:</label> <br />
<input type="text" name="email" id="email" />
</p>
<p>
<label for="messageBody"> Message:</label> <br />
<textarea name="messageBody" id="messageBody"></textarea>
</p>
<p>
<input name="ewComments" type="submit" id="ewComments" value="Send comments" />
</p>
</form>
</div>
</div>
</div>
<div class="clear"></div>
</td>
</tr>
</table>
</div>
<div class="clear"></div>
</div>
</body>
</html>
Plus there are a bunch of linked files as well.
Bookmarks