-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
321 lines (207 loc) · 9.32 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
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="file:///C|/Users/Guest1/Desktop/festive-cusines/site.webmanifest">
<link rel="apple-touch-icon" href="file:///C|/Users/Guest1/Desktop/festive-cusines/icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="./hamburger/css/main.css">
<!-- css stylesheets -->
<meta name="theme-color" content="#fafafa">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- FontAwesome CDN version 5.5 -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Domine:wght@500&display=swap" rel="stylesheet">
<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=Cormorant+SC:wght@500&family=Viaoda+Libre&display=swap" rel="stylesheet">
<!-- FontAwesome CDN version 5.5 -->
<title>Festive Cuisines | Home</title>
</head>
<body>
<header>
<div class="content-wrapper">
<nav>
<ul>
<li><a href="#" target="_blank">HOME</a></li>
<li><a href="about/index.html" target="_blank">ABOUT</a></li>
<li><a href="./employment/index.html" target="_blank">EMPLOYMENT</a></li>
<li><a href="./faq/index.html" target="_blank">FAQ</a></li>
<li><a href="contact/index.html" target="_blank">CONTACT</a></li>
</ul>
</nav>
<div id="menu-bar">
<div id="menu" onclick="onClickMenu()">
<div id="bar1" class="bar"></div>
<div id="bar2" class="bar"></div>
<div id="bar3" class="bar"></div>
</div>
<ul class="nav" id="nav">
<li><a href="#">Home</a></li>
<li><a href="./about/index.html" target="_blank">About</a></li>
<li><a href="./employment/index.html" target="_blank">Employment</a></li>
<li><a href="./faq/index.html" target="_blank">Faq</a></li>
<li><a href="./contact/index.html" target="_blank">Contact</a></li>
</ul>
</div>
<div class="menu-bg" id="menu-bg"></div>
</div>
</header>
<!---------------------------- NAVIGATION BAR SECTION/Ends Here----------------------------->
<main>
<section class="hero-area">
<div class="container">
<div class="overlay">
<h1>Welcome to Festive Cuisines</h1>
<div id="two_button">
<a href="./order/index.html" class="btn btn-full">
Order Here Now</a>
<a href="./reservations/index.html" class="btn btn-ghost"> Make reservations</a>
</div>
<p class="hero-area-p">If you love food, then this is the place just for you. We showcase the most popular dishes around the world, right at home for you to enjoy.</p>
<!-- Also, this website will have recipes for you to cook at home.-->
</div>
</div>
</section>
<!---------------------------- HERO-AREA SECTION/Ends Here----------------------------->
<section class="entrees_section">
<div class="container-wrapper">
<h2><u>Entrees</u></h2>
<p>Authentic meals from around the world now you can try it close to home. Sounds overwhelming in a good way, right? But no worries, enjoy any dishes that you like and the best part is that our company can deliver it near you.
</p>
</div>
</section>
<!---------------------------- ENTREES INTRO SECTION/Ends Here----------------------------->
<div class="first_group">
<article class="row_1">
<div id="breakfast">
<figure>
<img src="img/breakfast.png" alt="breakfast"/>
</figure>
<h3>Breakfast</h3>
<p>Having a well nutritious breakfast is important to start your day right. We have so many breakfast choices. But our most popular breakfast is our fluffy vanilla pancakes. There is a choice of blueberries, raspberries, peaches, strawberries, and chocolate chips.
</p>
</div>
</article>
<article class="row_1">
<div id="chicken">
<figure>
<img src="img/chicken_sandwich.png" alt="lunch"/>
</figure>
<h3>Lunch</h3>
<p>Get our crispy spicy butter-milk chicken sandwich; with our two secret sauces that make this chicken sandwich ever! Along with it are red lettuce, pickles, and tomatoes. There is an option to have sweet potato fries, fried pickles, or texas cheese fries as an aside dish.
</p>
</div>
</article>
<article class="row_1">
<div id="steak">
<figure>
<img src="img/steak1.png" alt="dinner"/>
</figure>
<h3>Dinner</h3>
<p>One of our popular dishes on the menu is our steak which's stuff with our best flavors topped with our delicious brown gravy with asparagus on the side; We can't forget the stuffed red peppers that have chopped up season shrimp.
</p>
</div>
</article>
</div>
<!---------------------------- ENTREES SECTION/Ends Here ----------------------------->
<section class="appetizer">
<div class="overlay_2">
<div class="wrapper">
<article>
<h2>Appetizers</h2>
<p>We have many popular appetizer dishes from around the world. Hot wings, nachos and cheese, and cheese sticks are popular in the U.S. In Brazil, their favorite appetizers are Pastel de quijo, and Kibe. There are so much more appetizers to choose from.
</p>
</article>
</div>
</div>
</section>
<article id="dessert-divider">
<h2>Desserts</h2>
<p>If you never had the opportunity to try authentic meals from around the world, now you can try it close to home. Enjoy any dishes that you like and the best part is that our company can deliver them near you.</p>
</article>
<!---------------------------- WALLPAPER DIVIDER (Appetizers)/Ends Here ----------------------------->
<section class="second_group">
<article class="row_2">
<div id="brownie">
<figure>
<img src="./img/brownies.png" alt="brownie"/>
</figure>
<h3>German Fudge Brownie</h3>
<p>If you have a major sweet tooth, try our triple fudge brownie, drizzled with chocolate syrup. It is one of our customer's favorite desserts.</p>
</div>
</article>
<article class="row_2">
<div id="cake">
<figure>
<img src="./img/sponge_cake.png" alt="cake"/>
</figure>
<h3>Sponge Cake</h3>
<p>This cake is not only sweet but filling. Crispy on the outside but fluffy on the inside. The best part is the powder sugar on top of this cake.</p>
</div>
</article>
<article class="row_2">
<div id="musse">
<figure>
<img src="./img/chocolate_mousse.png" alt="chocolate mousse"/>
</figure>
<h3>Chocolate Mousse</h3>
<p>If you want something more fluffy and light, try this Chocolate Mousse. It has grounded graham crackers, grounded almonds, layered with light chocolate, and dark chocolate with the freshest raspberries on top.</p>
</div>
</article>
</section>
</main>
<!---------------------------- SECOND GROUP SECTION/Ends Here----------------------------->
<footer>
<div class="content-wrapper">
<div class="footer-content">
<div class="contact">
<h4>Contact</h4>
<address>
<p>805-313-5275 <br> festivecuisines.com
</p>
</address>
<!--It is good to have address tags around contact list so that the browser knows that it contains contact information-->
</div>
<div class="social">
<h4>Social</h4>
<div class="social-icons">
<p><a href="https://www.facebook.com/yoursite" target="_blank"></a>
<i class="fab fa-facebook"></i>
</p>
<p><a href="https://www.twitter.com/yoursite" target="_blank"></a><i class="fab fa-twitter"></i>
</p>
<p><a href="https://www.instagram.com/yoursite" target="_blank"></a><i class="fab fa-instagram"></i>
</p>
</div>
</div>
</div>
</div>
<div class="copyright">
</div>
</footer>
<!---------------------------- FOOTER SECTION/Ends Here ----------------------------->
<!-- Add your site or application content here -->
<script src="./js/vendor/modernizr-3.11.2.min.js"></script>
<script src="./js/plugins.js"></script>
<script src="./js/main.js"></script>
<script src= "./hamburger/js/javascript.js">
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
</body>
</html>