-
Notifications
You must be signed in to change notification settings - Fork 0
/
refugee.html
101 lines (79 loc) · 2.34 KB
/
refugee.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=9)">
<link rel='stylesheet' type='text/css' href='http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css'/></link>
<link rel="stylesheet" type="text/css" href="css/style.css"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<style>
div.left {width: 33.33%;}
div.center {width: 33.33%;}
div.right {width: 33.33%;}
</style>
<script>
if variable != null) {
run
else pop up a container submit request
div
top 50
background color green
</script>
</head>
<body>
<nav>
<a href="index.html">Product</a>
<a href="cause.html">Cause</a>
</nav>
<div class="left">
<div class="container">
<h3 class="first">I need</h3>
<p><select>
<option value="volvo">Clothes</option>
<option value="saab">Food</option>
<option value="mercedes">Money</option>
<option value="audi">Job</option>
</select></p>
<p><select>
<option value="volvo">Clothes</option>
<option value="saab">Food</option>
<option value="mercedes">Money</option>
<option value="audi">Job</option>
</select></p>
</div>
</div>
<div class="center">
<div class="container">
<script>
$(function() {
$("#calendar" ).datepicker();
});
</script>
<h3 class="first">I'm staying here until</h3>
<input type="text" id="calendar">
</div>
</div>
<div class="right">
<div class="container">
<h3 class="first">Where are you?</h3>
<button onclick="getLocation()">locate me</button>
<p id="demo"></p>
<script src="js/locate.js"></script>
<script>
// Check browser support
if (typeof(Storage) !== "undefined") {
// Store
localStorage.setItem("demo", "");
// Retrieve
document.getElementById("demo").innerHTML = localStorage.getItem("demo");
} else {
document.getElementById("result").innerHTML = "Sorry, your browser does not support Web Storage...";
}
</script>
</div>
</div>
<div class="footer"><a href="team.html">About</a></div>
</body>
</html>