-
Notifications
You must be signed in to change notification settings - Fork 0
/
rwapoll.html
212 lines (164 loc) · 5.68 KB
/
rwapoll.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Residence Welfare Association</title>
<link href='css/bootstrap.css' rel='stylesheet'>
<link href='css/hackathon.css' rel='stylesheet'>
</head>
<body><nav class="navbar navbar-inverse" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<a class="navbar-brand" href="#">United Us, Multiplied Development</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li><a href="#">What We Do</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Discussions</a></li>
<li><a href="#">Locations</a></li>
<li><a href="#"></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">FAQs</a></li>
<li><a href="#">Reviews</a></li>
<li class="divider"></li>
<li><a href="#">Scope for Improvement</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<!--page-->
<div class="container-fluid">
<div class="row row-offcanvas row-offcanvas-left">
<!--sidebar-->
<div class="col-xs-6 col-sm-3 sidebar-offcanvas" id="sidebar" role="navigation">
<div data-spy="affix" data-offset-top="45" data-offset-bottom="90">
<ul class="nav" id="sidebar-nav">
<li><a href="#section1">PROJECT 1</a></li>
<li><a href="#section2">PROJECT 2</a></li>
<li><a href="#section3">PROJECT 3</a></li>
<li><a href="#section4">PROJECT 4</a></li>
<li><a href="projectrwa.php"><h5>+ ADD PROJECT</h5></a></li>
</ul>
</div>
</div><!--/sidebar-->
<!--/main-->
<div class="col-xs-12 col-sm-9" data-spy="scroll" data-target="#sidebar-nav">
<div class="row">
<div class="col-sm-6">
</div><!--/col-->
</div><!--/row-->
<div class="sec">
<div class="container">
<h1 id="section1"></h1>
<br>
<br>
<br>
<h1>PROJECT 1</h1>
<br>
<br>
<br>
<!--votes-->
<h5>DESCRIPTION</h5>
<hr>
<br>
<a href="polleditproject.html"><button class="btn btn-lg col-sm-offset-2">Edit</button></a>
<button onclick="myFunction()" class="btn btn-lg col-sm-offset-1">Remove</button>
<script>
function myFunction() {
alert("The project is removed");
}
</script>
<a href="finaliseproj.html"><button class="btn btn-lg col-sm-offset-1">Finalise</button></a>
</div>
</div>
<div class="sec">
<div class="container">
<h1 id="section2"></h1>
<br>
<br>
<br>
<!--votes-->
<h1>PROJECT 2</h1>
<br>
<br>
<br>
<h5>DESCRIPTION</h5>
<hr>
<br>
<a href="polleditproject.html"><button class="btn btn-lg col-sm-offset-2">Edit</button></a>
<button onclick="myFunction()" class="btn btn-lg col-sm-offset-1">Remove</button>
<script>
function myFunction() {
alert("The project is removed");
}
</script>
<a href="finaliseproj.html"><button class="btn btn-lg col-sm-offset-1">Finalise</button></a>
</div>
</div>
<div class="sec">
<div class="container">
<h1 id="section3"></h1>
<br>
<br>
<br>
<!--votes-->
<h1>PROJECT 3</h1>
<br>
<br>
<br>
<h5>DESCRIPTION</h5>
<hr>
<br>
<a href="polleditproject.html"><button class="btn btn-lg col-sm-offset-2">Edit</button></a>
<button onclick="myFunction()" class="btn btn-lg col-sm-offset-1">Remove</button>
<script>
function myFunction() {
alert("The project is removed");
}
</script>
<a href="finaliseproj.html"><button class="btn btn-lg col-sm-offset-1">Finalise</button></a>
</div>
</div>
<div class="sec">
<div class="container">
<h1 id="section4"></h1>
<br>
<br>
<br>
<!--votes-->
<h1>PROJECT 4</h1>
<br>
<br>
<br>
<h5>DESCRIPTION</h5>
<hr>
<br>
<a href="polleditproject.html"><button class="btn btn-lg col-sm-offset-2">Edit</button></a>
<button onclick="myFunction()" class="btn btn-lg col-sm-offset-1">Remove</button>
<script>
function myFunction() {
alert("The project is removed");
}
</script>
<a href="finaliseproj.html"><button class="btn btn-lg col-sm-offset-1">Finalise</button></a>
</div>
</div>
</div>
<!--/.page-->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src='js/bootstrap.js'></script>
<script src='js/hackathon.js'></script>
</body>
</html>