<!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 name="date" contents="20100101">
<meta name="type" contents="Service">
<meta name="language" contents="ENG">
<meta name="rights" contents="All Rights Reserved">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"/>
<link rel="stylesheet" type="text/css" href="style/stylesheet.css" />
<link rel="shortcut icon" type="image/x-icon" href="style/images/favicon.ico" />
<link rel="icon" type="image/x-icon" href="style/images/favicon.ico" />
<link rel="icon" href="style/images/favicon.png" type="image/png">
<script type="text/javascript" language="javascript" src="js/jquery-1.4.2.js" ></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Welcome - Please Choose a Task</h1>
</div>
<div id="portal">
<div id="tasks">
<a class="tasklink" id="one" href=""><h2 class="task">View</h2><p class="task">My portfolio<br/>of work</p></a><a class="tasklink" id="two" href=""><h2 class="task">Read</h2><p class="task">What I can<br/>do for you</p></a><a class="tasklink" id="three" href=""><h2 class="task">Contact</h2><p class="task">Me</p></a><a class="tasklink" id="four" href=""><h2 class="task">Download</h2><p class="task">My: Resume<br/>Contact Card</p></a><a class="tasklink" id="five" href=""><h2 class="task">Connect</h2><p class="task">With me on my<br/>social networks</p></a><a class="tasklink" id="six" href=""><h2 class="task">Submit</h2><p class="task">My portfolio to<br/>sites like: <span style="font-size: 15px; line-height: 20px;"><br/>digg.com, stumbleupon,<br/>google, reddit, etc</span></p></a>
<a id="taskreturn" href=""><img src="style/images/taskreturn.png"/></a>
</div>
</div>
<div id="footer">
</div>
</div>
<script type="text/javascript" language="javascript" >
$(document).ready(function(){
$("#one").click(function(event){
$(this).removeClass("tasklink");
});
});
</script>
</body>
</html>