forked from web-development-session-content/playo-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookVenue.html
244 lines (214 loc) · 12.1 KB
/
bookVenue.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Book Venue</title>
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/bookVenue.css">
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<style>
</style>
</head>
<body>
<div id="navbar" style="margin-bottom: 15px;">
<div id="explorenavbar">
<div id="logodiv" >
<img id="logo" src="https://playo-website.imgix.net/company/logo1.png?auto=compress,format" alt="playo logo">
</div>
<div id="nav2div">
<img id="pplogo" src="https://playo-website.gumlet.net/playo_functional/Icons/user_blank.svg" alt="">
<p id="myBtn" class="loginp">Login/Signup</p>
<img id="dropdownarrow" src="https://playo-website.gumlet.net/playo_functional/Icons/arrow_light.svg" alt="arrow">
</div>
<!-- popupwindow -->
<div id="modal_container" style="z-index: 5;">
<div id="modal">
<img id="close" src="https://playo-website.gumlet.net/playo_functional/Icons/closeButton.svg" alt="">
<div id="login_left_div">
<img width="100%" src="https://playo-website.gumlet.net/icons/login-graphics.png?auto=compress,format" alt="">
</div>
<div id="login_right_div">
<p id="entermobile">Enter Your Mobile Number</p>
<div id="user_phone_div">
<div>
<div id="countrySpan">
<span>
<div id="selectCallingCode">
<span style="font-size: 14px; color: #424242;" id="rem1">IND</span>
<span style="font-size: 14px; color: #424242;" id="rem2">+91</span>
<img id="countryDrop" src="https://s3.ap-south-1.amazonaws.com/playo-website/booking/selectCountry.svg" alt="dropdown">
</div>
</span>
</div>
</div>
<span>
<input id="input" type="number" placeholder="Mobile Number *" value="">
<hr style="margin-top: -1px; margin-left: -65%; width: 220%;">
</span>
</div>
<button id="sendOTP" style="font-size: 1em;">SEND OTP</button>
<button id="giveOTP" style="font-size: 1em;" >Enter OTP</button>
</div>
</div>
</div>
</div>
</div>
<!-- div for middle main body content -->
<div id="mainbody">
<!-- these div is for add the time date place -->
<div id="addvenue">
<!-- these div for upper clubname -->
<div id="clubname">
<p id="cname"></p>
</div>
<!-- these div for sport selection -->
<div id="selectsport">
<p class="alltitles">SELECT SPORT</p>
<div id="sportlogodiv" onclick= "sportlogo()">
<img id="sportlogo" src="https://d3qokvektr0ozw.cloudfront.net/SPORTICONS/SP2/ic_football_grey.png" width="52%" height="60%">
<p id="onlogoname"></p>
</div>
</div>
<!-- these div for selection of date -->
<div id="dateselection">
<p class="alltitles">SELECT DATE</p>
<div id="dateandday">
<div id="day1" class="dayanddate" onclick="day1()"><p id="d1" class="dayname">Today </p><p id="m1" class="dayname">22, Jan</p></div>
<div id="day2" class="dayanddate" onclick="day2()"><p id="d2" class="dayname">Tomorrow</p><p id="m2" class="dayname">23, Jan</p></div>
<div id="day3" class="dayanddate" onclick="day3()"><p id="d3" class="dayname">Monday</p><p id="m3" class="dayname">24, Jan</p></div>
<div id="day4" class="dayanddate" onclick="day4()"><p id="d4" class="dayname">Tuesday</p><p id="m4" class="dayname">25, Jan</p></div>
<div id="day5" class="dayanddate" onclick="day5()"><p id="d5" class="dayname">Wednesday</p><p id="m5" class="dayname">26, Jan</p></div>
<div id="day6" class="dayanddate" onclick="day6()"><p id="d6" class="dayname">Thursday</p><p id="m6" class="dayname">27, Jan</p></div>
<div id="day7" class="dayanddate" onclick="day7()"><p id="d7" class="dayname">Friday</p><p id="m7" class="dayname">28, Jan</p></div>
<div id="day8" class="dayanddate" onclick="day8()"><p id="d8" class="dayname">Saturday</p><p id="m8" class="dayname">29, Jan</p></div>
</div>
</div>
<!-- these div is for select start time -->
<div id="selecttime">
<p class="alltitles">SELECT START TIME</p>
<div id="blocktime">
<div id="time1" class="timeslot" onclick="time1()">12.00 AM 05.00 AM</div>
<div id="time2" class="timeslot" onclick="time2()">05.00 AM 12.00 PM</div>
<div id="time3" class="timeslot" onclick="time3()">12.00 PM 05.00 PM</div>
<div id="time4" class="timeslot" onclick="time4()">05.00 PM 12.00 AM </div>
</div>
<div id="smalltimeupper">
<div id="t1" class="timeupper" onclick="t1()">05.00 PM</div>
<div id="t2" class="timeupper" onclick="t2()">05.30 PM</div>
<div id="t3" class="timeupper" onclick="t3()">06.00 PM</div>
<div id="t4" class="timeupper" onclick="t4()">06.30 PM</div>
<div id="t5" class="timeupper" onclick="t5()">07.00 PM</div>
<div id="t6" class="timeupper" onclick="t6()">07.30 PM</div>
<div id="t7" class="timeupper" onclick="t7()">08.00 PM</div>
<div id="t8" class="timeupper" onclick="t8()">08.30 PM</div>
<div id="t9" class="timeupper" onclick="t9()">09.00 PM</div>
</div>
<div id="smalltimelower">
<div id="t10" class="timeupper" onclick="t10()">09.30 PM</div>
<div id="t11" class="timeupper" onclick="t11()">10.00 PM</div>
<div id="t12" class="timeupper" onclick="t12()">10.30 PM</div>
<div id="t13" class="timeupper" onclick="t13()">11.00 PM</div>
<div id="t14" class="timeupper" onclick="t14()">11.30 PM</div>
</div>
</div>
<!-- these div for select duration -->
<div id="duration">
<p class="alltitles"> SELECT DURATION </p>
<div id="durationvalue">
<div id="minus" class="plusminus" onclick="minus()">-</div>
<div id="timevalue">1 hr</div>
<div id="plus" class="plusminus" onclick="plus()">+</div>
</div>
</div>
<!-- these div is for select court -->
<div id="selectcourt">
<p class="alltitles">SELECT COURT</p>
<div id="courtupper">
<div id="court1" class="courtnames" onclick="court1()">9 a Side Court 1</div>
<div id="court2" class="courtnames" onclick="court2()">9 a Side Court 2</div>
<div id="court3" class="courtnames" onclick="court3()">7 a Side Court 1</div>
<div id="court4" class="courtnames" onclick="court4()">7 a Side Court 2</div>
<div id="court5" class="courtnames" onclick="court5()">6 a Side Court 1</div>
</div>
<div id="courtlower">
<div id="court6" class="courtnames" onclick="court6()">6 a Side Court 2</div>
<div id="court7" class="courtnames" onclick="court7()">9 a Side Court 1</div>
</div>
</div>
<!-- these div for show total cost -->
<div id="cost">Total cost for these booking - INR 2200</div>
<!-- these div is for buttons -->
<div id="twobuttons">
<button id="btn1" class="btn" onclick="addtocart()">ADD TO CART</button>
<button id="btn2" class="btn">PROCEED</button>
</div>
</div>
<!-- these div is for showing the cart -->
<div id="addtocart">
<div id="mycart" class="alltitles">MY CART (0)</div>
<div id="emptycart">
<img id="emptyimage" src="https://s3.ap-south-1.amazonaws.com/playo-website/icons/empty-cart.svg" width="40%" height="30%" >
<p id="emptymessege" class="alltitles">Your Shopping cart is currently Empty</p>
</div>
</div>
</div>
<div id="footer">
<div id="infooter">
<div id="div1">
<div id="weblogo">
<a href="index.html"><img src="https://playo-website.gumlet.net/logo/playo-logo-footer-website.png?auto=format,compress&h=100" alt="logo" width="100%" height="100%"></a>
</div>
<div id="playstore">
<a href="https://play.google.com/store/apps/details?id=com.techmash.playo">
<img src="https://playo-website.gumlet.net/icons/download-android.png?auto=format,compress " >
</a>
<a href="https://apps.apple.com/us/app/playo-local-sports-community/id1018786950?ls=1">
<img src="https://playo-website.gumlet.net/icons/download-ios.png?auto=format,compress" >
</a>
</div>
<div id="copyright">
<p>©2022 TechMash Solutions Private Limited.<span> All Rights Reserved.</span></p>
</div>
<div id="loweritems">
<a href="faq.html"><p>FAQs</p></a>
<a href=""><p>Privacy POlicy</p></a>
<a href=""><p>Terms Of Service</p></a>
<a href=""><p>Cancellation & Refund Policy</p></a>
<a href=""><p>Careers</p></a>
<a href=""><p id="hiring">We're Hiring!</p></a>
</div>
</div>
<div id="div2">
<a href="about.html"><p>About Us</p></a>
<a href="partner.html"><p>Partner With Us</p></a>
<a href="brandact.html"><p>Brand Activations</p></a>
<a href="corporate.html"><p>Corporate Offerings</p></a>
<a href="contact.html"><p>contact Us</p></a>
</div>
<div id="div3">
<a href="venues.html"><p>Book Venues</p></a>
<a href="activities.html"><p>Activities</p></a>
<a href="blog.html"><p>Blog</p></a>
<a href="faq.html"><p>FAQ's</p></a>
</div>
<div id="div4">
<a href="https://www.facebook.com/PlayoApp/"><p>Facebook</p></a>
<a href="https://twitter.com/playoApp"><p>Twitter</p></a>
<a href="https://www.instagram.com/playoapp/"><p>Instagram</p></a>
<a href="https://www.linkedin.com/company/playo"><p>LinkdIn</p></a>
</div>
</div>
</div>
<!-- need help button div -->
<a href="contact.html">
<div id="needhelp">
<p>Need help?</p>
<img id="needhelpiconimage" src="https://playo-website.gumlet.net/venues-listing/maximize.svg" width="10%" height="60%">
</div>
</a>
</body>
</html>
<script src= ./scripts/bookVenue.js >
</script>