-
Notifications
You must be signed in to change notification settings - Fork 0
/
reservation.html
156 lines (156 loc) · 5.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About-Coffee Co</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/logo.png" />
<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=Dancing+Script:wght@400;500;600;700&family=Dosis:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="assets/fontawesome-free-6.4.2-web/css/all.min.css"
/>
<link
rel="stylesheet"
href="assets/bootstrap-5.3.1-dist/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="reservation.css">
</head>
<body>
<div class="container-1">
<header>
<div class="links links-l">
<ul class="list-unstyled">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="about.html">About</a></li>
<li class="list-inline-item"><a href="#services">Service</a></li>
</ul>
</div>
<div class="logo">
<img src="assets/img/logo-e.png" alt="logo" />
</div>
<div class="links links-r">
<ul class="list-unstyled">
<li class="list-inline-item"><a href="menu.html">Menu</a></li>
<li class="list-inline-item"><a href="reservation.html">Reservation</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<h1>Reservation</h1>
</div>
<div class="reser-form">
<form action="">
<div class="form-up">
<div class="date">
<label for="date">Select Date </label><br>
<input type="date" id="date"><br>
</div>
<div class="time">
<label for="time" >Select Time </label><br>
<input type="time"><br>
<!-- <input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required your-time" aria-required="true" aria-invalid="false" placeholder="Time" value="" type="text" name="your-time"> -->
</div>
<div class="guests">
<label for="guest-num">How Many Guests? </label><br>
<select name="guests" id="guest-num">
<option value="1-4" selected>1-4</option>
<option value="5-10">5-10</option>
<option value="11-20">11-20</option>
<option value="More than 20">More than 20</option>
</select><br>
</div>
</div>
<label class="enter"> Enter Your Details</label><br>
<div class="details">
<input type="text" placeholder="Your Name">
<input type="email" placeholder="Your Email">
<input type="number" placeholder="Your Phone">
<textarea name="" id="" cols="40" rows="8" placeholder="Your Message"></textarea>
</div>
<input type="submit" class="butn">
</form>
</div>
<footer>
<div class="top-footer">
<div class="about">
<img src="assets/img/logo-e.png" alt="logo">
<p>
Coffee Co is a place for your perfect time over a cup of fragrant coffee. We offer over 100 sorts of coffee, freshly ground and made for you. Here you can try delicious desserts highlighting coffee taste.
</p>
</div>
<div class="open-hours">
<h2>OPENING HOURS</h2>
<div class="days">
<ul>
<li>Saturday</li>
<li>Sunday</li>
<li>Monday</li>
<li>Tuesday</li>
<li>Wednesday</li>
<li>Thursday</li>
<li>Friday</li>
</ul>
<ul>
<li>CLOSED </li>
<li> 9:00 - 22:00</li>
<li> 9:00 - 22:00</li>
<li> 9:00 - 22:00</li>
<li> 9:00 - 1:00</li>
<li> 12:00 - 01:00</li>
<li> 9:00 - 22:00</li>
</ul>
</div>
</div>
<div class="contact">
<h2>CONTACT INFO</h2>
<p>
You can always contact with us via email or phone. Get in touch with contact and get a quote form.
</p>
<ul class="ul-contact">
<li>
<i aria-hidden="true" class="fas fa-map-marker-alt"></i>
<span>4578 Marmora Road, Glasgow</span>
</li>
<li>
<i aria-hidden="true" class="fas fa-mobile-alt"></i>
<a href="tel:+201013460261">01013460261</a>
</li>
<li>
<i aria-hidden="true" class="far fa-envelope"></i>
<a href="mailto:[email protected]">info.example.com</a>
</li>
</ul>
</div>
<div class="locations">
<h2>OTHER LOCATIONS</h2>
<ul>
<li>
<i aria-hidden="true" class="fas fa-map-marker-alt"></i>
<span>2606 Saints Alley Tampa, FL 33602</span>
</li>
<li>
<i aria-hidden="true" class="fas fa-map-marker-alt"></i>
<span>3497 Watson Street Camden, NJ 08102</span>
</li>
</ul>
</div>
</div>
<div class="copyright">
<p>
Copyright © 2023 All rights reserved | This template is made with <i class="fa-regular fa-heart heart"></i> by <span> Hana Elfar</span>
</p>
<span class="icons">
<i class="fa-brands fa-instagram icon-social"></i>
<i class="fa-brands fa-twitter icon-social"></i>
<i class="fa-brands fa-square-facebook icon-social"></i>
</span>
</div>
</footer>
</body>
</html>