-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBook_a_table.html
More file actions
165 lines (157 loc) · 6.33 KB
/
Book_a_table.html
File metadata and controls
165 lines (157 loc) · 6.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Resource/icon/coffee-icon.png" type="image/png">
<link rel="stylesheet" href="CSS/Book_a_table.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<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=Dosis:wght@200..800&display=swap" rel="stylesheet">
<title>Book a Table</title>
<body>
<nav>
<div class="nav1">
<div class="nav1inner">
<a href="home_page.html">Home</a>
</div>
<div class="nav1inner">
<a href="about.html">About Us</a>
</div>
<div class="nav1inner">
<a href="journal.html">Journal</a>
</div>
</div>
<div id="logo">
<a href="home_page.html"><img id="logo" src="Resource/icon/logo.png" alt="logo"></a>
</div>
<div class="nav1">
<div class="nav1inner">
<a href="menu.html">Menu</a>
</div>
<div class="nav1inner">
<a href="wholesale.html">Wholesale</a>
</div>
<div class="nav1inner">
<button id="shopbtn" data-bs-toggle="dropdown" aria-expanded="false">
Shop Now ▼
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="cart.html">Cart</a></li>
<li><a class="dropdown-item" href="sale.html">Items</a></li>
</ul>
</div>
</div>
</nav>
<section>
<h1 id="maintopic">Book a Table</h1>
<div id="table">
<div id="parts">
<div id="part1">
<div id="text">
<h5>We will confirm your reservation within 24 hours via Email.</h5>
<h3>OPENING TIMES</h3>
<h5>
Monday - Friday <br>
7am - 6pm</h5>
<h5>
Saturday/Sunday <br>
8am - 6pm
</h5>
</div>
</div>
<div id="part2">
<form id="book" action="backend/book_a_table.php" method="post">
<div id="innputtype1">
<label class="input">
COMPANY <br>
<input type="text" name="Company" id="company">
</label>
<label class="input">
YOUR NAME <br>
<input type="text" name="name" id="name">
</label>
<label class="input">
YOUR EMAIL <br>
<input type="text" name="email" id="email">
</label>
<label class="input">
DATE <br>
<input type="date" name="date" id="date">
</label>
</div>
<div id="innputtype2">
<label class="input">TIME <br></label>
<div class="radio">
<div><label><input type="radio" name="time" id="time1" value="9:00">9:00</div></label>
<div><label><input type="radio" name="time" id="time2" value="9:30">9:30</div></label>
<div><label><input type="radio" name="time" id="time3" value="10:00">10:00</div></label>
<div><label><input type="radio" name="time" id="time4" value="10:30">10:30</div></label>
</div>
</div>
<div id="innputtype1">
<label class="input">
NUMBER OF PEOPLE <br>
<input type="text" name="count" id="count">
</label>
<label class="input">
YOUR MESSAGE <br>
<textarea name="text" id="text" cols="30" rows="10"></textarea>
</label>
</div>
<input type="submit" value="SEND" id="submit-button">
</form>
<div id="thank-you-message" class="hidden">
<p>Thank you for your submission!</p>
</div>
<div id="error-message" class="error-message hidden">
<p>Oops! Something went wrong. Please try again later.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div id="footermaindiv1">
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="about.html">ABOUT</a></div>
<div class="footdiv1inner">COMPANY</div>
<div class="footdiv1inner">FAQ</div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="location.html">LOCATION</a></div>
<div class="footdiv1inner"><a href="location.html">KANDY</a></div>
<div class="footdiv1inner"><a href="location.html">COLOMBO</a></div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top">FOLLOW ALONG</div>
<div class="footdiv1inner" id="imgdiv">
<img src="Resource/icon/fblogo.png" alt="fb" class="social">
<img src="Resource/icon/insta.png" alt="insta" class="social">
<img src="Resource/icon/x-social-media-white-icon.png" alt="twitter" class="social">
</div>
</div>
</div>
</div>
<div id="footermaindiv2">
<div class="footdiv2inner">© 2024 CEYLON COFFEE. ALL RIGHT RESERVED </div>
<div id="footerlogo">
<div class="footlogo"><img src="Resource/icon/logo.png" alt="logo"></div>
</div>
<div class="footdiv2inner"> BECAUSE WE LOVE COFFEE</div>
</div>
</footer>
<script src="JavaScript/Book_a_table.js"></script>
</body>
</html>