-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (225 loc) · 8.92 KB
/
index.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
265
266
<!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">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<title>Coffee</title>
</head>
<body>
<!-- Header Section Starts -->
<header class="header">
<section class="flex">
<a href="#home" class="logo"><img src="images/logo.png" alt=""></a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#menu">menu</a>
<a href="#gallery">gallery</a>
<a href="#team">team</a>
<a href="#contact">contact</a>
</nav>
<div id="menu-btn" class="fas fa-bars"></div>
</section>
</header>
<!-- Header Section Ends -->
<!-- Home Section Starts -->
<div class="home-bg">
<section class="home" id="home">
<div class="content">
<h3>coffee heaven</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Eaque, suscipit dolorum labore corrupti cum ad?</p>
<a href="#about" class="btn">about us</a>
</div>
</section>
</div>
<!-- Home Section Ends -->
<!-- About Section starts -->
<section class="about" id="about">
<div class="image">
<img src="images/about-img.svg" alt="">
</div>
<div class="content">
<h3>A cup of coffee can complete your day</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Provident dolorum dolor consequuntur qui asperiores molestias nisi voluptatum accusamus necessitatibus.
Assumenda natus illo doloribus suscipit? Deleniti nihil minus necessitatibus odit quod!</p>
<a href="#menu" class="btn">our menu</a>
</div>
</section>
<!-- About Section Ends -->
<!-- Facility Section starts -->
<section class="facility">
<div class="heading">
<img src="images/heading-img.png" alt="">
<h3>our facility</h3>
</div>
<div class="box-container">
<div class="box">
<img src="images/icon-1.png" alt="">
<h3>varieties of coffees</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolorum, magnam.</p>
</div>
<div class="box">
<img src="images/icon-2.png" alt="">
<h3>coffee beans</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. A, fugit!</p>
</div>
<div class="box">
<img src="images/icon-3.png" alt="">
<h3>breakfast and sweets</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa, quia!</p>
</div>
<div class="box">
<img src="images/icon-4.png" alt="">
<h3>read to go coffee</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat, ratione.</p>
</div>
</div>
</section>
<!-- Facility Section Ends -->
<!-- Menu Section Starts -->
<section class="menu" id="menu">
<div class="heading">
<img src="images/heading-img.png" alt="">
<h3>popular menu</h3>
</div>
<div class="box-container">
<div class="box">
<img src="images/menu-1.png" alt="">
<h3>love you coffee</h3>
</div>
<div class="box">
<img src="images/menu-2.png" alt="">
<h3>Cappuccino</h3>
</div>
<div class="box">
<img src="images/menu-3.png" alt="">
<h3>Mocha coffee</h3>
</div>
<div class="box">
<img src="images/menu-4.png" alt="">
<h3>Frappuccino</h3>
</div>
<div class="box">
<img src="images/menu-5.png" alt="">
<h3>Black coffee</h3>
</div>
<div class="box">
<img src="images/menu-6.png" alt="">
<h3>love heart coffee</h3>
</div>
</div>
</section>
<!-- Menu Section Ends -->
<!-- Gallery Section Starts -->
<section class="gallery" id="gallery">
<div class="heading">
<img src="images/heading-img.png" alt="">
<h3>our gallery</h3>
</div>
<div class="box-container">
<img src="images/gallery-1.webp" alt="">
<img src="images/gallery-2.webp" alt="">
<img src="images/gallery-3.webp" alt="">
<img src="images/gallery-4.webp" alt="">
<img src="images/gallery-5.webp" alt="">
<img src="images/gallery-6.webp" alt="">
</div>
</section>
<!-- Gallery Section Ends -->
<!-- Team Section Starts -->
<section class="team" id="team">
<div class="heading">
<img src="images/heading-img.png" alt="">
<h3>our team</h3>
</div>
<div class="box-container">
<div class="box">
<img src="images/our-team-1.jpg" alt="">
<h3>john deo</h3>
</div>
<div class="box">
<img src="images/our-team-2.jpg" alt="">
<h3>john deo</h3>
</div>
<div class="box">
<img src="images/our-team-3.jpg" alt="">
<h3>john deo</h3>
</div>
<div class="box">
<img src="images/our-team-4.jpg" alt="">
<h3>john deo</h3>
</div>
<div class="box">
<img src="images/our-team-5.jpg" alt="">
<h3>john deo</h3>
</div>
<div class="box">
<img src="images/our-team-6.jpg" alt="">
<h3>john deo</h3>
</div>
</div>
</section>
<!-- Team Section Ends -->
<!-- Contact Section Starts -->
<section class="contact" id="contact">
<div class="heading">
<img src="images/heading-img.png" alt="">
<h3>contact us</h3>
</div>
<div class="row">
<div class="image">
<img src="images/contact-img.svg" alt="">
</div>
<form action="" method="post">
<h3>book a table</h3>
<input type="text" name="name" required class="box" maxlength="20"
placeholder="enter your name">
<input type="number" name="number" required class="box" maxlength="20"
placeholder="enter your number" min="0" max="9999999999" onkeypress="if(this.value.
length == 10) return false">
<input type="number" name="guests" required class="box" maxlength="20"
placeholder="how many guests" min="0" max="99" onkeypress="if(this.value.
length == 2) return false">
<input type="submit" name="send" value="send message" class="btn">
</form>
</div>
</section>
<!-- Contact Section Ends -->
<!-- Footer Section Ends -->
<div class="footer">
<div class="box-container">
<div class="box">
<i class="fas fa-envelope"></i>
<h3>our email</h3>
<p>[email protected]</p>
<p>[email protected]</p>
</div>
<div class="box">
<i class="fas fa-clock"></i>
<h3>opening hours</h3>
<p>07:00am to 09:00pm</p>
</div>
<div class="box">
<i class="fas fa-map-marker-alt"></i>
<h3>shop location</h3>
<p>sana'a, yemen - 000000</p>
</div>
<div class="box">
<i class="fas fa-phone"></i>
<h3>our numbers</h3>
<p>+123-456-7890</p>
<p>+098-765-4321</p>
</div>
</div>
<div class="credit"> © copyrights @ 2022 by <span>areej :)</span> | all rights reserved! </div>
</div>
<!-- Footer Section Ends -->
<script src="js/main.js"></script>
</body>
</html>