-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
63 lines (50 loc) · 2.25 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!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>Student Mercenary - About Us</title>
<link href="stylesheets/style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie.css" media="screen" />
<![endif]-->
<script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script type="text/javascript" language="javascript" src="js/jquery.dropdownPlain.js"></script>
</head>
<body>
<div id="page-wrap">
<div id="header-container">
<div id="header-top">
<a href="/"><img src="images/logo.png" alt="Student Mercenary" align="left" style="margin:10px 0" name="Student Mercenary" width="177" height="20" display:block; /></a>
<table id="sign-in" width="100" align="right">
<tr>
<td><a id="sign-in" href="sign-in.html">sign in</a></td>
<td><a id="register" href="register.html">register</a></td>
</tr>
</table>
</div><!-- END HEADER TOP -->
<div id="header-bottom">
<ul class="dropdown" id="dropdown-nav">
<li><a href="browse_projects.html">Browse Projects</a>
</li>
<li><a href="sample_post_project.html">Post a Project</a>
</li>
<li><a href="about.html" style="color:#CCC">About</a>
<ul class="sub_menu">
<li><a href="about.html">General</a></li>
<li><a href="#">For Students</a></li>
<li><a href="#">For Companies</a></li>
</ul>
</li>
</ul>
</div><!-- END HEADER BOTTOM -->
</div><!-- END HEADER CONTAINER -->
<div id="outer-container">
<div id="content-container">
<h1 class="blue1">About Us</h1>
</div><!-- END CONTENT-CONTAINER -->
</div><!-- END OUTER-CONTAINER -->
<div id="footer">
</div><!-- END FOOTER -->
</div><!-- END PAGE WRAP -->
</body>
</html>