-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreservation.html
243 lines (182 loc) · 11.5 KB
/
reservation.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Barista Cafe - HTML Reservation Form</title>
<!-- CSS FILES -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,400;0,600;0,700;1,200;1,700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/vegas.min.css" rel="stylesheet">
<link href="css/tooplate-barista.css" rel="stylesheet">
<!--
Tooplate 2137 Barista
https://www.tooplate.com/view/2137-barista-cafe
Bootstrap 5 HTML CSS Template
-->
</head>
<body class="reservation-page">
<main>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<img src="images/coffee-beans.png" class="navbar-brand-image img-fluid" alt="">
Barista.co
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html#section_1">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section_2">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section_3">Our Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section_4">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#section_5">Contact</a>
</li>
</ul>
<div class="ms-lg-3">
<a class="btn custom-btn custom-border-btn" href="reservation.html">
Reservation
<i class="bi-arrow-up-right ms-2"></i>
</a>
</div>
</div>
</div>
</nav>
<section class="booking-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12 mx-auto">
<div class="booking-form-wrap">
<div class="row">
<div class="col-lg-7 col-12 p-0">
<form class="custom-form booking-form" action="#" method="post" role="form">
<div class="text-center mb-4 pb-lg-2">
<em class="text-white">Fill out the booking form</em>
<h2 class="text-white">Book a table</h2>
</div>
<div class="booking-form-body">
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" name="booking-form-name" id="booking-form-name" class="form-control" placeholder="Full Name" required>
</div>
<div class="col-lg-6 col-12">
<input type="tel" class="form-control" name="booking-form-phone" placeholder="Phone: 085 456 7890" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" required="">
</div>
<div class="col-lg-6 col-12">
<input class="form-control" type="time" name="booking-form-time" value="18:30">
</div>
<div class="col-lg-6 col-12">
<input type="date" name="booking-form-date" id="booking-form-date" class="form-control" placeholder="Date" required="">
</div>
<div class="col-lg-12 col-12">
<input type="number" name="booking-form-number" id="booking-form-number" class="form-control" placeholder="Number of People" required="">
<textarea name="booking-form-message" rows="3" class="form-control" id="booking-form-message" placeholder="Comment (Optional)"></textarea>
</div>
<div class="col-lg-4 col-md-10 col-8 mx-auto mt-2">
<button type="submit" class="form-control">Submit</button>
</div>
</div>
</div>
</form>
</div>
<div class="col-lg-5 col-12 p-0">
<div class="booking-form-image-wrap">
<img src="images/barman-with-fruits.jpg" class="booking-form-image img-fluid" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-12 me-auto">
<em class="text-white d-block mb-4">Where to find us?</em>
<strong class="text-white">
<i class="bi-geo-alt me-2"></i>
Bandra West, Mumbai, Maharashtra 400050, India
</strong>
<ul class="social-icon mt-4">
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-facebook">
</a>
</li>
<li class="social-icon-item">
<a href="https://x.com/minthu" target="_new" class="social-icon-link bi-twitter">
</a>
</li>
<li class="social-icon-item">
<a href="#" class="social-icon-link bi-whatsapp">
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-12 mt-4 mb-3 mt-lg-0 mb-lg-0">
<em class="text-white d-block mb-4">Contact</em>
<p class="d-flex mb-1">
<strong class="me-2">Phone:</strong>
<a href="tel: 305-240-9671" class="site-footer-link">
(65)
305 2409 671
</a>
</p>
<p class="d-flex">
<strong class="me-2">Email:</strong>
<a href="mailto:[email protected]" class="site-footer-link">
</a>
</p>
</div>
<div class="col-lg-5 col-12">
<em class="text-white d-block mb-4">Opening Hours.</em>
<ul class="opening-hours-list">
<li class="d-flex">
Monday - Friday
<span class="underline"></span>
<strong>9:00 - 18:00</strong>
</li>
<li class="d-flex">
Saturday
<span class="underline"></span>
<strong>11:00 - 16:30</strong>
</li>
<li class="d-flex">
Sunday
<span class="underline"></span>
<strong>Closed</strong>
</li>
</ul>
</div>
<div class="col-lg-8 col-12 mt-4">
<p class="copyright-text mb-0">Copyright © Barista Cafe 2048
- Design: <a rel="sponsored" href="https://www.tooplate.com" target="_blank">Tooplate</a></p>
</div>
</div>
</footer>
</main>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/vegas.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>