<!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>Webpage</title>
<link href="page.css" rel="stylesheet" type="text/css" media="screen" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="test.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="date_ime.js"></script>
<link rel="stylesheet" media="screen, print, handheld" type="text/css" href="calendar.css" />
<script type="text/javascript" src="calendar.js"></script>
<script>
$(document).ready(function(){
$("#show1").click(function () {
$("div").show();
$("#test").hide();
$("#accordion").accordion({
collapsible: true,
header: "h3",
active: 0,
autoHeight: false, });
});
});
</script>
<script>
$(document).ready(function(){
$("#show2").click(function(){
$("#test").show();
$("#accordion").hide();
});
});
$(document).ready(function() {
$('').click(function() {
location.reload();
});
});
</script>
</head>
<body>
<div class="body">
<div class="top" id="div1">
<div><a href="http://www.w3schools.com/"><img class="lg" src="images/M&R_Logo_700.jpeg" /></a>
<span id="date_time"></span>
<script type="text/javascript">window.onload = date_time('date_time');</script>
</div>
<div class="login" >
<form class="form" method="post">
<table>
<tr><td>Username</td><td class="pass">Password</td></tr>
<tr><td><input type="text" name="user" class="use" value="" />
</td><td class="pass"><input name="pass" type="password" class="use" value="" /></td>
<td><img src="images/login_button.gif" /></td>
</tr>
<tr>
<td>
<a href="http://www.w3schools.com">Forgetton Password</a>
</td>
<td> <a href="http://www.w3schools.com">Sign Up</a></td>
</tr>
</table>
</form>
</div >
</div>
<div class="men">
<ul id="MenuBar2" class="MenuBarHorizontal">
<li id="show2">
<a href="index.html" target="" >Home</a></li>
</li>
<li id="show1"><a href="webpage.html">Education</a></li>
<li><a class="MenuBarItemSubmenu" href="#">About me</a>
<ul>
<li><a class="MenuBarItemSubmenu" href="#">My life</a>
<ul>
<li><a href="#">Photos</a></li>
<li><a href="#">My musics</a></li>
<li><a href="#">My Videos</a></li>
</ul>
</li>
<li><a href="#">Interest</a></li>
</ul>
</li>
<li><a href="#">Contact me</a></li>
</ul>
</div>
<div class="center">
<table id="text" width="200" border="none">
<tr>
<td>
<img border="1px" id="img" src="images/my.jpg" />
</td>
<td>
I was born in November 12, 1987, Cape Verde, in a small town Sao Filipe, island of Fogo. I grew up with my grand parents in farm, in litoral of Sao Filipe, called Campana, where i went to pre-school and middle school. after i finished middle school, i continue my school in Sao Filipe High school, i have been there for 6 here. After i finished the hight school i went to Praia island to go college, where i went to Jean Piaget University of Cape Verde, graduate in Major Computer Science and Management. After i graduated i worked one year as profissional job, in an airline company for four months callet TACV, then 3 months worked for United Nations, and in Technlogy company for governor NOSI.
</td>
</tr>
</table>
<p>After my contract with NOSI, i decide to continue my studies on technoligy, and the United States was the best choice for me, because i have my family here, and most important because there is the best colleges in the world, is in State of Massachussets.</p>
</div>
<div align="center" class="right">
<script type="text/javascript">
calendar();
</script>
<div id="php">
<a href="http://www.php.net" target="_blank"><img style="float:right" id="php" src="images/php.png" /></a>
<a href="http://jquery.com/" target="_blank"><img style="float:right" id="php" src="images/jquery_logo.png" /></a>
<a href="http://www.w3schools.com/" target="_blank"><img style="float:right" id="php" src="images/w3school.jpg" /></a>
<a href="http://www.mysql.com/" target="_blank"><img style="float:right" id="php" src="images/mysql-logo.jpg" /></a>
<a href="http://www.oracle.com/" target="_blank"><img style="float:right" id="php" src="images/oracle_use.jpg" /></a>
</div>
</div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
Manuelphp 0 Newbie Poster
LastMitch
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.