forked from Aishu1123/Alcazar_Travel_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CardPage.html
264 lines (223 loc) · 10.8 KB
/
CardPage.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" />
<title>CardPage</title>
<link rel="stylesheet" href="./CardPage.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="icon" href="raja2.ico" type="image/x-icon">
<link rel="shortcut icon" href="raja2.ico" type="image/x-icon">
</head>
<body>
<div class="Rnnavbar-div">
<div class="Rboxx-wrapper">
<img class="Rlogo" src="Image/logo.png" alt="Logo">
<div class="Rlinks">
<a href="#" class="Rnav-link">Download App</a>
<a href="#" class="Rnav-link">About Us</a>
<a href="#" class="Rnav-link">Installment</a>
<a href="#" class="Rnav-link">Tours</a>
<a href="#" class="Rnav-link">My Booking</a>
</div>
</div>
</div>
<!-- Deepak added Pop-up card -->
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h3 class="offcanvas-title" id="offcanvasRightLabel">Book This Tour</h3>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<div class="container" id="FormInsideCanvas">
<form>
<div class="form-row mb-2">
<div class="form-group col-md-12">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name">
</div>
</div>
<div class="form-row mb-2">
<div class="form-group col-md-12">
<label for="email">Email</label>
<input type="email" class="form-control" id="email" placeholder="Your Email">
</div>
</div>
<div class="form-row mb-2">
<div class="form-group col-md-12">
<label for="date">Date</label>
<input type="date" class="form-control" id="date">
</div>
</div>
<div class="form-row mb-3">
<div class="form-group col-md-12">
<label for="type">Type</label>
<select id="type" class="form-control">
<option selected>Type</option>
<option>Normal</option>
<option>Premium</option>
<option>Semi-Premium</option>
</select>
</div>
</div>
<div class="form-row mb-3">
<div class="form-group col-md-12">
<label for="contactNumber">Contact Number</label>
<input type="tel" class="form-control" id="contactNumber" placeholder="Your Contact Number">
</div>
</div>
<div class="form-row mb-3">
<div class="form-group col-md-12">
<label for="numGuests">Number of Guests</label>
<input type="number" class="form-control" id="numGuests" placeholder="Number of Guests">
</div>
</div>
<div class="form-group form-check mb-2">
<input type="checkbox" class="form-check-input" id="confirmationCheck">
<label class="form-check-label" for="confirmationCheck">I confirm my reservation</label>
</div>
<button type="submit" class="btn btn-primary" id="SubmitBookingForm">Submit</button>
</form>
</div>
</div>
</div>
<!-- -->
<div id="imageDiv">
</div>
<div class="flex-Done">
<div class="flex-box-info">
<div id="location-price">
<h4 id="location"
style="font-family :system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 30px; margin-left: 30px; margin-top: 34px;">
</h4>
<p id="cost-hotel"
style=" text-align: center; border-radius: 8px; background: rgb(83,95,220);
background: linear-gradient(90deg, rgba(83,95,220,1) 1%, rgba(99,127,224,1) 8%, rgba(101,143,239,1) 24%, rgba(138,157,229,1) 47%, rgba(90,112,219,1) 64%, rgba(112,122,198,1) 81%, rgba(76,137,225,1) 100%); font-family: Arial, Helvetica, sans-serif; font-size: 20px; margin-left: 90px; padding : 3px; margin-top: 40px; ">
</p>
</div>
<div id="location-details"
style="font-family: Arial, Helvetica, sans-serif; font-size: 17px; margin: 20px; margin-left: 30px;">
</div>
<div class="information">
<div id="info" style="font-family: Arial, Helvetica, sans-serif; font-size: 25px; margin-left: 30px;">
<img src="./Image/I.jpg" alt="i">
<div style="font-size: 20px; ">INFORMATION</div>
</div>
<table
style="font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; font-size: 20px; margin-top: 40px; margin-left: 30px; ">
<tr>
<th>Information</th>
<th>Details</th>
</tr>
<tr>
<td>Destination</td>
<td>Rialto Bridge, Italy</td>
</tr>
<tr>
<td>Departure</td>
<td>Main Square, Old Town</td>
</tr>
<tr>
<td>Departure Time</td>
<td>Appr. 8.30AM</td>
</tr>
<tr>
<td>Return Time</td>
<td>Appr. 7.30PM</td>
</tr>
</table>
<table
style=" margin: 40px; font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; font-size: 20px;">
<tr>
<th>Included</th>
</tr>
<tr>
<td>
<ul style="margin: 25px;" class="included-list">
<li>5Star Hotels</li>
<li>Airport Transfer</li>
<li>Breakfast</li>
<li>Personal Guide</li>
</ul>
</td>
</tr>
</table>
</div>
<p style="margin: 40px; font-size: 40px;">Gallery</p>
<div class="location-rel-images">
<img style="height: 200px; width : 200px; margin: 20px;"
src="https://media.cnn.com/api/v1/images/stellar/prod/170523170835-venice-1718664.jpg?q=w_1600,h_900,x_0,y_0,c_fill/h_618"
alt="italy">
<img style="height: 200px; width : 200px; margin: 20px;"
src="https://www.roadaffair.com/wp-content/uploads/2017/10/kabukicho-tokyo-japan-shutterstock_637989430.jpg"
alt="japan">
<img style="height: 200px; width : 200px; margin: 20px;"
src="https://static.toiimg.com/photo/msid-102101595,width-96,height-65.cms" alt="morocco">
<img style="height: 200px; width : 200px; margin: 20px;"
src="https://i.natgeofe.com/k/4a509698-ab53-4581-af61-4c4808a81a76/netherlands-tulip-fields.jpg?w=108.125&h=100"
alt="netherlands">
</div>
</div>
<div class="right-part-disco">
<!-- Pop up card btn -->
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasRight" aria-controls="offcanvasRight" id="book-now">Book Now</button>
<div class="discount">
<img style="justify-content: right; height :200px; width : 200px; margin-top: -10px; "
src="https://img.freepik.com/premium-vector/sale-offer-label-banner-discount-offer-promotion_157027-1265.jpg"
alt="discount">
<p> 50 % OFF on Masai 50</p>
</div>
</div>
</div>
<footer>
<div id="noo">
<div id="no">
<div id="alca">
<img src="Image/logo.png" alt="Alcazar" />
</div>
<p>
Convenience is our priority to satisfy our <br>
Customers and we provide all the <br>
features you can use easily and quickly.
</p>
</div>
<div id="yess">
<div class="yes">
<h3>About</h3>
<p>How to Book</p>
<p>Contact Us</p>
<p>Help Center</p>
</div>
<div class="yes">
<h3>Products</h3>
<p>Destination</p>
<p>Flight</p>
<p>lodging</p>
</div>
<div class="yes">
<h3>Social</h3>
<p>Facebook</p>
<p>Twitter</p>
<p>Instagram</p>
</div>
</div>
</div>
<hr>
<div id="end">
<p>Privacy Policy</p>
<p2>Copyright © 2022 Alcazar</p2>
</div>
</footer>
<script src="CardPage.js"></script>
<!-- Added Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>