-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (56 loc) · 3.19 KB
/
index.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
64
65
66
67
68
69
<!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</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">About</a>
</li>
</ul>
</div><!-- END HEADER BOTTOM -->
</div><!-- END HEADER CONTAINER -->
<div id="outer-container">
<div id="content-container">
<h1><span class="blue3">Open sourcing potential. <span class="yellow3">Open sourcing opportunity.</h1>
<p style="padding:20px 50px 60px 50px">Welcome to the launch of Student Mercenary! We look forward to bring you into the exciting first development stages of the site. For those interested in getting involved with the Beta testing, please feel free to sign up and dive in.</p>
<div class="text-center">
<p><img src="images/body_bar.png" width="700" height="5" alt="__________" longdesc="images/body_bar.png" /></p>
<p><img src="images/getting_started.png" width="135" height="22" style=" padding:35px 0 0 0" alt="Getting Started" longdesc="images/getting_started.png"/></p>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><a href="register_student.html" style="float:left"> <img src="images/for_students.png" width="150" height="130" alt="For Students" longdesc="images/for_students.png" /></a></td>
<td><a href="register_company.html" style="float:right"> <img src="images/for_businesses.png" width="150" height="130" alt="For Students" longdesc="images/for_students.png" /></a></td>
</tr>
</table>
</div><!-- END CENTER -->
</div><!-- END CONTENT-CONTAINER -->
</div><!-- END OUTER-CONTAINER -->
<div id="footer">
</div><!-- END FOOTER -->
</div><!-- END PAGE WRAP -->
</body>
</html>