-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
186 lines (185 loc) · 6.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Anita's kitchen</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="header">
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</button>
<div id="myDropdown" class="dropdown-content">
<a href="#">contacts</a>
<a href="#">Events</a>
<a href="#">Menu</a>
</div>
</div>
<div class="logo">
<img class="logoimg" src="images/logoBig.png" alt="Logo" >
</div>
<h2 class="tagline">We Provide The Best Food At The <strong>Right Price</strong></h2>
</div>
<section class="foodtop">
<div class="row">
<div class="col-md-3">
<div class="row">
<p class="happy-hour">Happy Hour</p>
</div>
<div class="row">
<p class="party-time">Party Time</p>
</div>
</div>
<div class="col-md-3 breakfast">
<p class="meal">Breakfast</p>
</div>
<div class="col-md-3 lunch">
<p class="meal">Lunch</p>
</div>
<div class="col-md-3 dinner">
<p class="meal">Dinner</p>
</div>
</div>
</section>
<div class="row">
<div class="col-md-6">
<div class="fastfood">
<div class="box1">
<img src="images/fastFood1.jpg" alt="fastfood1">
<img src="images/fastFood2.jpg" alt="fastfood2">
</div>
</div>
</div>
<div class="col-md-6">
<div class="food">
<h1>Fast Food</h1>
<h3>You'll love our delicious fast food</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisc
ing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis
aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Exce
pteur sint occaecat cupidatat non proident</p>
<button type="button" class="btn btn-default"> VIEW GALLERY
<i class="fas fa-long-arrow-alt-right"></i></i></button>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="drinks">
<h1>Drinks</h1>
<h3> We also produce delicious drinks</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisc
ing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis
aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Exce
pteur sint occaecat cupidatat non proident</p>
<button type="button" class="btn btn-default">VIEW GALLERY
<i class="fas fa-long-arrow-alt-right"></i></i></button>
</div>
</div>
<div class="col-md-6">
<div class="box2">
<img src="images/drink1.jpg" alt="Drink1">
<img src="images/drink2.jpg" alt="Drink2">
</div>
</div>
</div>
<div class="row">
<div class="foods">
<div class="row meals-titles">
<div class="col-md-3 title1 title2">
Fast Food
</div>
<div class="col-md-3 title2">
Drinks
</div>
<div class="col-md-3 title2">
Chicken
</div>
<div class="col-md-3 title2">
Rice
</div>
</div>
<div class="row big">
<div class="col-md-4">
<img src="images/fastfood/chickenBurger.jpg" alt="Chicken Burger">
<p class="images">Chicken Burger</p>
</div>
<div class="col-md-4">
<img src="images/fastfood/beefBurger.jpg" alt="Beef Burger">
<p class="images">Beef Burger</p>
</div>
<div class="col-md-4">
<img src="images/fastfood/chickenPizza.jpg" alt="Chicken Pizza">
<p class="images">Chicken Pizza</p>
</div>
</div>
</div>
</div>
<div class="row review">
<div class="col-md-8 customers">
<div class="Happy">
<h3>Our Happy Customers</h3>
</div>
<div id="Happy">
<h4>George Richard</h4>
<p>Great food!Menu is awesome. There foods are not only great but also in the right price.I'll highly
recommend them :)
<div class="pics">
<i class="fas fa-angle-left"></i>
<img src="images/customers/p1.png">
<img src="images/customers/p2.png">
<img src="images/customers/p3.png">
<i class="fas fa-angle-right"></i>
</div>
</div>
</div>
<div class="col-md-4">
<div class="about">
<h2><strong>About Menu</strong></h2>
</div>
<p>We are menu a little team of 7 members.Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="subscribe">
<h3>Get our daily food items delivered to your email</h3>
<form>
<div class="buttons">
<input type="text" value="Your email" id="email"></input>
<input type="submit" value="Subscribe" id="subscribe"></input>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 menu">
<p> <img src="images/footerlogos/logo_white.png" alt="Footerlogo">MENU</p>
<h5>That's what We Are</h5>
<img src="images/footerlogos/facebook.png" alt="facebook">
<img src="images/footerlogos/twitter.png" alt="twitter">
<img src="images/footerlogos/pinterest.png" alt="pinterest">
<h5>2016 Menu Restaurant</h5>
</div>
</div>
<script src="js/jquery-3.3.1.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>