-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign_up.html
50 lines (45 loc) · 1.72 KB
/
sign_up.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset ="utf-8">
<title>AIS Charity Walkathon 2012</title>
<!-- The styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="universal.css" rel="stylesheet">
</head>
<body>
<!-- The navbar! -->
<div class = "navbar navbar-fixed-top">
<div class = "navbar-inner">
<div class = "container">
<a class = "brand" href = "home.html">
<!-- <img src="Info_clip_image002.gif"/> -->
AIS Charity Walkathon 2012
<!-- placeholder for vertical logo -->
</a>
<ul class = "nav">
<!-- Two separated <li>'s indicate the active one. -->
<li><a href = "walkathon_2012.html">Home</a></li>
<li><a href = "info.html">Info</a></li>
<li><a href = "history.html">History</a></li>
<li><a href = "gallery.html">Gallery</a></li> <!-- TO BE IMPLEMENTED -->
<li><a href = "downloads.html">Downloads</a></li> <!-- TO BE IMPLEMENTED -->
<li class = "divider-vertical"></li>
<li><a href = "charities.html">Charities</a></li><!-- INCORPORATE CHARITIES INTO HISTORY? Y/N (POSSIBLY NO, THOUGH)-->
</ul>
<!-- SIGN UP BUTTON (should be dropdownable) -->
<ul class = "nav pull-right">
<li class="divider-vertical"></li>
<a class="btn btn-primary disabled" href = "#"><i class = "icon-edit icon-white"></i> Sign Up!</a>
</ul>
</div>
</div>
</div>
<!-- Individual pages -->
<div class = "hero-unit">
<h1> Join the fun! </h1>
<p> Students, parents and staff can use this form to sign themselves up for the 2012 AIS Charity Walkathon at Ragunan Zoo! </p>
</div>
</body>
</html>