Index File

To get started with branding use this example as a template for an index.html file as a guide to complete the look and feel of a Career Section.

<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang='en' lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
	<title>Your Company Title Here</title>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
	<meta name="description" content=""/>
	<meta name="keywords" content=""/>
<meta name="robots" content="all" />
	<link href="theme/css/styles.css" rel="stylesheet" type="text/css" />
</head>
<div id="mainfixcenter" style="text-align:center;">
	<div id="main">
		<div id="content">
			<!-- head page -->
			<div id="head">
				<div id="headmenu">
</div>
<div id="Logo"><a href="http://www.taleo.com/"><img src="" width="329" height="32" alt="Your Company Logo Here" style="border:0" /></a></div>
<div id="menu">
	<ul>
		<li id="company"><a href="#">Company</a></li>
		<li id="solutions"><a href="#">Solutions</a></li>
		<li id="services"><a href="#">Services</a></li>
		<li id="customers"><a href="#">Customers</a></li>
		<li id="alliances"><a href="#">Alliances</a></li>
		<li id="research"><a href="#">Research</a></li>
		<li id="news"><a href="#">News &#38; Events</a></li>
		<li id="careers"><a href="#">Careers</a></li>
	</ul>
</div><!--/UdmComment-->	
			</div>
			<!-- End head page -->	
			<!-- center page -->
			<div id="centerpage">
				<div id="arianne">
				</div>
				<!-- left menu -->
				<!--UdmComment--><div id="menuleft">
	<ul>
		<li id="link1"><a href="#">Job Opportunities</a></li>
        </ul>
        <div class="submenu">
		<ul id="slink1">
			<li id="slink11"><a href="#">Job Search</a></li>
			<li id="slink12"><a href="#">How to Apply</a></li>
			<li id="slink13"><a href="#">Your Profile</a></li>
		</ul>
	</div>
	<ul>
		<li id="link2"><a href="#">Locations</a></li>
		<li id="link3"><a href="#">Benefits</a></li>
		<li id="link4"><a href="#">About Taleo</a></li>
	</ul>
</div><!--/UdmComment-->
				
				<!-- Content -->
				<div id="textcontent2" style="margin-right:0;">
					<h1 class="lp" style="width:100%;">Job Opportunities</h1>	
                                        <insertcontent xmlns="http://www.taleo.com/templates"/>
				 </div>
				 <div id="endcontent2"></div>
			</div>
			<!-- end center page -->
			<!-- Footer -->
			<!--UdmComment--><div id="footer" style="visibility:visible; ">
	<div id="footercontent">
		<ul>
			<li><a href="#">Home</a></li>
			<li>/</li>
			<li><a href="#">Contact Us</a></li>
			<li>/</li>
			<li><a href="#">Privacy Policy</a></li>
			<li>/</li>
			<li><a href="#">SiteMap</a></li>
		</ul>
	</div>
	<p>Copyright &#169; 2007 Taleo Corporation. All Rights Reserved.</p>
</div><!--/UdmComment-->
			<!-- end footer -->	
		</div>
	</div>
	</div>
</body>
</html>