-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharry_porter.html
197 lines (175 loc) · 6.89 KB
/
harry_porter.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Harry Potter World</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">AndroidLand</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Worlds</a>
<ul>
<li><a href="harry_porter.html">Harry Porter</a></li>
<li><a href="jurasic_park.html">Jurasic Park</a></li>
<li><a href="the_mummy.html">The Mummy</a></li>
</ul>
</li>
<li><a href="Book.html" class="button special">Book Now</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>The Harry Porter World</h2>
<p>Welcome to the Adventures of Harry Porter</p>
</header>
<div class="row 150%">
<div class="8u 12u$(medium)">
<!-- Content -->
<section id="content">
<a href="#" class="image fit"><img src="images/harrypotter3.jpg" alt="" /></a>
<h3>Recommended Activities</h3>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Be the Star</td>
<td>Join Harry and friends as they save Hogwarts</td>
</tr>
<tr>
<td>Be the Vilan</td>
<td>The rage and the pain of the villain</td>
</tr>
<tr>
<td>Be the Wizard</td>
<td> Hello Dumbledore!!</td>
</tr>
<tr>
<td>Own a Magic Wand</td>
<td>That you absolutely get to take home!</td>
</tr>
<tr>
<td>Third Party Viewer</td>
<td>The party is sweet on the sideline, sometimes</td>
</tr>
</tbody>
</table>
</div>
</ul>
</section>
</div>
<div class="4u$ 12u$(medium)">
<!-- Sidebar -->
<section id="sidebar">
<section>
<h3>Price Your Adventure</h3>
<form method="POST" action="booknow.php">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)">
<input type="text" name="name" id="name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="email" id="email" value="" placeholder="Email" />
</div>
<div class="6u 12u$(xsmall)">
<input type="text" name="start_date" id="start_date" value="" placeholder="Start Date" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="text" name="end_date" id="end_date" value="" placeholder="End Date" />
</div>
<div class="6u 12u$(xsmall)">
<input type="text" name="no_of_adults" id="no_of_adults" value="" placeholder="Number of Adults" />
</div>
<div class="6u 12u$(xsmall)">
<input type="text" name="no_of_kids" id="no_of_kids" value="" placeholder="Number of Kids" />
</div>
<div class="12u$">
<div class="select-wrapper">
<select name="universe" id="universe">
<option value="">- Universe -</option>
<option value="">Harry Potter</option>
<option value="1">Jurasic Park</option>
<option value="1">The Mummy</option>
</select>
</div>
</div>
<div class="12u$">
<div class="select-wrapper">
<select name="hotel_of_stay" id="hotel_of_stay">
<option value="">- Hotel of Stay -</option>
<option value="">AndroLodge</option>
<option value="1">Jurasic Hotel</option>
<option value="1">Hillys Villa</option>
<option value="1">Other</option>
</select>
</div>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Book Now" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h3>Our Pledge</h3>
<p>You will be immersed into an adventurous world of Harry Potter where you will collaborate with your best characters, learn magic from them and partner to tackle some of the adrenaline pumping mysteries of this world.</p>
</section>
<hr />
<section>
<a href="#" class="image fit"><img src="images/harrypotter1.jpg" alt="" /></a>
</section>
</section>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/Dont-Wanna-Cry-Webcup-Maurice-2017-677168399135205/?notif_t=page_admin¬if_id=1495275402059974" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.facebook.com/Dont-Wanna-Cry-Webcup-Maurice-2017-677168399135205/?notif_t=page_admin¬if_id=1495275402059974" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.facebook.com/Dont-Wanna-Cry-Webcup-Maurice-2017-677168399135205/?notif_t=page_admin¬if_id=1495275402059974" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© AndroidLand. All rights reserved.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>