-
Notifications
You must be signed in to change notification settings - Fork 1
/
versi_refugee_page.html
388 lines (349 loc) · 15.2 KB
/
versi_refugee_page.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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="en">
<head>
<title>Versi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="style.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar navbar-default navbar-fixed-top" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="versi_home_page.html">Home</a></li>
<li><a href="versi_event_page.html">Events</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Topic
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="versi_topic_page.html">Euthanasia</a></li>
<li><a href="versi_topic_page.html">Education</a></li>
<li><a href="versi_topic_page.html">Abortion</a></li>
<li><a href="versi_healthcare_page.html">Healthcare</a></li>
<li class="active"><a href="versi_topic_page.html">Refugees</a></li>
<li><a href="versi_disability_page.html">Disability Care</a></li>
</ul>
</li>
<li><a href="versi_debate_landing_page.html">Debates</a></li>
<li><a href="#" data-toggle="modal" data-target="#logoutModal">Logout</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" data-toggle="modal" data-target="#basicModal"><span class="glyphicon glyphicon-log-in" ></span> Login</a></li>
<li><a href="#" data-toggle="modal" data-target="#myModal"><span class="glyphicon glyphicon-log-in" ></span> Register</a></li>
</ul>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="refugees.jpg" alt="Image">
<div class="carousel-caption">
<h3>Refugee</h3>
<p>A refugee, generally speaking, is a displaced person who has been forced to cross national boundaries and who cannot return home safely (for more detail see legal definition). Such a person may be called an asylum seeker until granted refugee status by the contracting state or the UNHCR if they formally make a claim for asylum.</p>
</div>
</div>
<div class="item">
<img src="r2.jpg" alt="Image">
<div class="carousel-caption">
<h3>Manus Island, Nauru refugees</h3>
<p>
The Federal Government will soon move to ban refugees and asylum seekers on Manus Island and Nauru from ever coming to Australia, Prime Minister Malcolm Turnbull says.
</br>
People who arrived on Manus Island or Nauru as children would be exempt.
</br>
http://www.abc.net.au/news/2016-10-30/manus-nauru-refugees-asylum-seekers-to-be-banned-turnbull-says/7978228
</p>
</div>
</div>
<div class="item">
<img src="r.jpg" alt="Image">
<div class="carousel-caption">
<h3>Worldwide refugee camps</h3>
<p>
Uganda now hosts more than half a million refugees. More than 100,000 of those are housed at Nakivale, a six-hour drive west of the capital.
</br>
[Zaatari, In Jordan] Roughly 80,000 Syrian refugees currently reside in the camp, but Jordan has taken in approximately 635,000 Syrian refugees total—that’s about 10 percent of its own population. If Zaatari were a city proper, it would be Jordan’s fourth-largest
</br>
http://time.com/4547918/refugee-camps-calais-zaatari-dadaab-nakivale-mae-la/
</p>
</div>
</div>
<div class="item">
<img src="r1.jpg" alt="Image">
<div class="carousel-caption">
<h3>Nauru</h3>
<p>
Australia pays $35.3 million per year.
</br>
There are about 1200 men, woman and children asylum seekers on Nauru.
</br>
According to Amnesty figures the Australian government spent $415 million on its Nauru operations in 2014/15 overall — about $350,000 for each person held on the island.
</br>
http://www.news.com.au/national/nauru-refugees-australia-pays-353-million-per-year-for-island-of-despair/news-story/4c956fe40bbcddb4b390ebf5ce65d6e4
</p>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="comments-section" class="container-comments text-center">
<div class="row">
<h3>Discussion</h3><br>
<div id="profile" class="col-sm-3">
<div class="well">
<h3>My Profile</h3>
<img src="pfpic.jpg" class="img-circle" height="65" width="65" alt="Avatar">
<div>
<h4>Username:</h4>
<p>freespeaker101</p><br>
<hr>
<h4>My Events</h4>
<ul>
<li>US Leader effect</li><br>
<li>Refugee camps</li><br>
<li>Refugee security</li><br>
<li>Border security</li><br>
<li>Euthanasia laws country comparison</li><br>
<li>Are abortions murder?</li><br>
<li>Hygiene education</li><br>
</ul>
</div>
</div>
</div>
<div class="col-sm-6">
<h4>Comments</h4>
<section class="comment-list">
<!-- Comment -->
<article class="row">
<div class="col-md-2 col-sm-2 hidden-xs">
<figure class="thumbnail">
<img class="img-responsive" src="http://www.keita-gaming.com/assets/profile/default-avatar-c5d8ec086224cb6fc4e395f4ba3018c2.jpg" />
<figcaption class="text-center">qwerty</figcaption>
</figure>
</div>
<div class="col-md-10 col-sm-10">
<div class="panel panel-default arrow left">
<div class="panel-body">
<header class="text-left">
<div class="comment-user"><i class="fa fa-user"></i>Newton</div>
<time class="comment-date" datetime="16-12-2014 01:05"><i class="fa fa-clock-o"></i> Dec 16, 2014</time>
</header>
<div class="comment-post">
<p>
what I’ve seen in Nauru is quite shocking
</p>
</div>
<p class="text-right"><a href="#" class="btn btn-default btn-sm"><i class="fa fa-reply"></i> reply</a></p>
</div>
</div>
</div>
</article>
<!-- Reply -->
<article class="row">
<div class="col-md-2 col-sm-2 col-md-offset-1 col-sm-offset-0 hidden-xs">
<figure class="thumbnail">
<img class="img-responsive" src="http://www.keita-gaming.com/assets/profile/default-avatar-c5d8ec086224cb6fc4e395f4ba3018c2.jpg" />
<figcaption class="text-center">thea95</figcaption>
</figure>
</div>
<div class="col-md-9 col-sm-9">
<div class="panel panel-default arrow left">
<div class="panel-heading right">Reply</div>
<div class="panel-body">
<header class="text-left">
<div class="comment-user"><i class="fa fa-user"></i>Thea</div>
<time class="comment-date" datetime="16-12-2014 01:05"><i class="fa fa-clock-o"></i> Dec 16, 2014</time>
</header>
<div class="comment-post">
<p>
But there are children and families that need to get out of towns and cities that have legitimately become war zones. Their houses get bombed - of course you’d want to run away.
</p>
</div>
<p class="text-right"><a href="#" class="btn btn-default btn-sm"><i class="fa fa-reply"></i> reply</a></p>
</div>
</div>
</div>
<!--Add Comment-->
</article>
<article class="row">
<div class="col-md-2 col-sm-2 hidden-xs">
<figure class="thumbnail">
<img class="img-responsive" src="http://www.keita-gaming.com/assets/profile/default-avatar-c5d8ec086224cb6fc4e395f4ba3018c2.jpg" />
<figcaption class="text-center">username</figcaption>
</figure>
</div>
<div class="col-md-10 col-sm-10">
<div class="panel panel-default arrow left">
<div class="panel-body">
<div class="comment-post">
<textarea rows="10" cols="74"></textarea>
</div>
<p class="text-right"><a href="#" class="btn btn-default btn-sm"><i class="fa fa-reply"></i>Post</a></p>
</div>
</div>
</div>
</article>
</section>
</div>
<div id="allEvents" class="col-sm-3">
<div class="well">
<h3>All Events</h3>
<div>
<hr>
<ul>
<li>Refugee camps</li>
<br>
<li>Refugee security</li><br>
<li>Border security</li><br>
</ul>
</div>
</div>
</div>
</div>
</div><br>
<!-- Modal -->
<div class="modal fade" id="basicModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Login</h4>
<img src="image.png" height="200" width="400" alt="Avatar">
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-sm-2" for="username">Username:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Enter username or email">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="pwd">Password:</label>
<div class="col-sm-10">
<input type="password" class="form-control" id="pwd" placeholder="Enter password">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox"> Remember me</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Login</button>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Register</h4>
<img src="image.png" height="200" width="400" alt="Avatar">
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="form-group">
<label class="control-label col-sm-2" for="email">Email:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Enter username or email">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="username">Username:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="email" placeholder="Enter username or email">
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="pwd">Password:</label>
<div class="col-sm-10">
<input type="password" class="form-control" id="pwd" placeholder="Enter password">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label><input type="checkbox"> Remember me</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">Register</button>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="logoutModal" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header text-center">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Logout</h4>
</div>
<div class="modal-body text-center">
<h4> Are you sure you want to Logout?</h4>
<button type=button class="btn btn-default">Yes</button>
<button type=button class="btn btn-default">No</button>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<footer class="container-fluid text-center">
<p>Copyright Versi 2016</p>
</footer>
</body>
</html>