-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (135 loc) · 5.37 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
<!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">
<title>Lettuce Eat</title>
<link rel="stylesheet" type="text/css" href="lettuce.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="navbar">
<img src="images/image3.png" alt="Logo png">
<h2 id="logo">MORINGA</h2>
</div>
<div class="links">
<ul>
<li><a id="home" href="#Home">Home</a</li>
<li><a href="#About">About</a></li>
<li><a href="#Services">Services</a></a></li>
<li><a href="Contacts">Contacts</a></li>
</ul>
</div>
<div>
<button id="homebox">MORINGA</button>
</div>
</nav>
<div class="welcome">
<h1>Premium And Authentic</h1>
<h1>Traditional Food Restaurant</h1>
<h1>Welcome!</h1>
</div>
<div>
<button class="order">Order Now</button>
</div>
</header>
<div class="belowHeader">
<div id="services">
<h3>Services</h3>
<p>Unique wood fired pizzas or be tempted by our pasta,antipasto,focaccias,salads and Bruschetta dishes.</p>
<p>Relax in the friendly ambience as you enjoy the aromas of the wood ovens or sit al fresco and soak up the</p>
<p>Midura sunshine</p>
</div>
<div class="container1">
<div id="flex1">
<button>1</button>
<h4>Drink apple cider vinegar</h4>
<p>Food description that is followed</p>
<p>after food title</p>
</div>
<div id="flex1">
<button>2</button>
<h4>Keep to regular mealtimes</h4>
<p>Food description that is followed</p>
<p>after food title</p>
</div>
<div id="flex1">
<button>3</button>
<h4>Eat fruit in the morning</h4>
<p>Food description that is followed</p>
<p>after food title</p>
</div>
</div>
</div>
<div class="review">
<h2 class="rev">Reviews</h2>
<h3>ORGANIC FARM</h3>
<p>We bring the season's best mix of organic produce and hand-</p>
<p>crafted farm products conveniently to your door by growing and</p>
<p>partnering with local farmers and artisans in your area</p>
<h4>-Loo hudson</h4>
</div>
<main>
<div class="menu">
<h3>Menu</h3>
<p>Unique wood fired pizzas or be tempted by our pasta,antipasto,focaccias,salads and Bruschetta dishes.</p>
<p>Relax in the friendly ambience as you enjoy the aromas of the wood ovens or sit al fresco and soak up the</p>
<p>Midura sunshine</p>
</div>
<div class="container2">
<div class="top">
<div id="menu1">
<div id="float">
<h2>Chapati</h2>
<p><em>Tomato sauce,mozzarella </em></p>
<p><em>& Oregano</em></p>
<h4>Ksh 200</h4>
<button class="orderfood">ORDER</button>
</div>
<img src="images/image4.png" alt="Chapati png">
</div>
<div id="menu1">
<div id="float">
<h2>Beef Stew</h2>
<p><em>sauce,mozzarella</em></p>
<p><em>& Oregano</em></p>
<h4>Ksh 200</h4>
<button class="orderfood">ORDER</button>
</div>
<img src="images/iamge5.png" alt="Beef stew png">
</div>
</div>
<div class="bottom">
<div id="menu1">
<div id="float">
<h2>Chicken Stew</h2>
<p><em>Tomato sauce,mozzarella</em></p>
<p><em>& Oregano</em></p>
<h4>Ksh 200</h4>
<button class="orderfood">ORDER</button>
</div>
<img src="images/image6.png" alt="Chicken Stew png">
</div>
<div id="menu1">
<div id="float">
<h2>Plain Rice</h2>
<p><em>Tomato sauce,mozzarella</em></p>
<p><em>& Oregano</em></p>
<h4>Ksh 200</h4>
<button class="orderfood">ORDER</button>
</div>
<img src="images/image7.png" alt="Plain Rice png">
</div>
</div>
</main>
<footer>
<p>Moringa</p>
<h3>Book Your Table</h3>
<button>Book Now</button>
<p>Copyright moringa restaurant</p>
</footer>
</body>
</html>