-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
317 lines (218 loc) · 7.93 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
<!DOCTYPE html>
<html>
<head>
<title>Rosinas website with animation</title>
<meta name="viewport" content="width=device-width,intial-scale=1">
<link rel="stylesheet" type="text/css" href="dist/css/Bootstrap.css">
<link rel="stylesheet" type="text/css" href="dist/font-awesome/css/font-awesome.css">
<script type="text/javascript" src="dist/popper/popper.js"></script>
<script type="text/javascript" src="dist/jquery/jquery-3.4.1.js"></script>
<script type="text/javascript" src="dist/js/bootstrap.js"></script>
<script type="text/javascript" src="main.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheet/style.css">
<!--we need a scroll reveal CDN to trigger the animation-->
</head>
<body ><!--class="open" hapa tunaweka kwa body ndio ika open since JS haifanyi -->
<header><!--is used to hold all info including the nav and the logo-->
<div class="container">
<nav class="shabar" >
<div class="menu-toggle">
<i class="fa fa-bars"></i><!--this is the hambarger menu-->
<i class="fa fa-times"></i>
</div>
<a href="index.html" class="logo"><img src="IMAGES/icon-2445095_960_720.PNG" style="width: 100px"></a>
<ul class="sha-list">
<li class="sha-item">
<a href="index.html" class="sha-link active">Home</a>
</li>
<li class="sha-item">
<a href="#" class="sha-link">Menu</a>
</li>
<li class="sha-item">
<a href="#" class="sha-link">Reservations</a>
</li>
<li class="sha-item">
<a href="#" class="sha-link">News</a>
</li>
<li class="sha-item">
<a href="#" class="sha-link">shop</a>
</li>
<li class="sha-item">
<a href="#" class="sha-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!--End of header-->
<!--start of section-->
<section class="hero" id="hero">
<div class="container">
<h2 class="sub-headline">
<span class="first-letter">W</span>elcome
</h2>
<h1 class="headline">The Rosa</h1>
<div class="headline-description">
<div class="separator">
<div class="line line-left"></div>
<div class="asterisk"><i class="fa fa-asterisk"></i></div>
<div class="line line-right"></div><!-- the line right and left will be used in the css to create a pseudo element-->
</div>
<div class="single-animation">
<h5>Ready to be opened</h5>
<a href="#" class="btn cta-btn">Explore</a>
</div>
</div>
</div>
</section>
<!--End of hero section-->
<!--start of discover our story-->
<section class="discover-our-story">
<div class="container">
<div class="restaurant-info">
<div class="restaurant-description padding-right animate-left">
<div class="global-headline">
<h2 class="sub-headline">
<span class="first-letter">D</span>iscover
</h2>
<h1 class="headline headline-dark">Our Story</h1>
<div class="asterisk"><i class="fa fa-asterisk"></i></div>
</div>
<p>Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it .</p>
<a href="#" class="btn body-btn">About Us</a>
</div>
<div class="restaurant-info-img animate-right">
<img src="IMAGES/asian-1238668_960_720.jpg" style="width: 500px">
</div>
</div>
</div>
</section>
<!--End of Discover our story-->
<!--start of tastefull recipes-->
<section class="tasteful-recipes between">
<div class="container">
<div class="global-headline">
<div class="animate-top">
<h2 class="sub-headline">
<span class="first-letter">T</span>asteful
</h2>
</div>
<div class="animate-bottom">
<h1 class="headline ">Recipes</h1>
</div>
</div>
</div>
</section>
<!--End of tasteful recipes-->
<!--start of discover our menu-->
<section class="discover-our-menu">
<div class="container">
<div class="restaurant-info">
<div class="image-group padding-right animate-left">
<img src="IMAGES/breakfast-690128_960_720.jpg">
<img src="IMAGES/food-3581341_960_720.jpg">
<img src="IMAGES/food-712665_960_720.jpg">
<img src="IMAGES/eat-1237431_960_720.jpg">
</div>
<div class="restaurant-description animate-right">
<div class="global-headline">
<h2 class="sub-headline">
<span class="first-letter">D</span>iscover
</h2>
<h1 class="headline headline-dark">Menu</h1>
<div class="asterisk"><i class="fa fa-asterisk"></i></div>
</div>
<p>Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it.Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it .</p>
<a href="#" class="btn body-btn">View the full menu</a>
</div>
</div>
</div>
</section>
<!--End of discover our menu-->
<!--start of perfect blend-->
<section class="perfect-blend between">
<div class="container">
<div class="global-headline">
<div class="animate-top">
<h2 class="sub-headline">
<span class="first-letter">T</span>he perfect blend
</h2>
</div>
<div class="animate-bottom">
<h1 class="headline headline-dark">Blend</h1>
</div>
</div>
</div>
</section>
<!--End of perfect blend-->
<!--culinary delight-->
<section class="culinary-delight">
<div class="container">
<div class="restaurant-info">
<div class="restaurant-description padding-right animate-left">
<div class="global-headline">
<h2 class="sub-headline">
<span class="first-letter">C</span>ulinary
</h2>
<h1 class="headline headline-dark">Delight</h1>
<div class="asterisk"><i class="fa fa-asterisk"></i></div>
</div>
<p>Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it.Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it.</p>
<a href="#" class="btn body-btn">Make a reservation</a>
</div>
<div class="image-group">
<img src="IMAGES/neon-sign-4343663_960_720.jpg" class="animate-top">
<img src="IMAGES/coffee-841425_960_720.jpg" class="animate-bottom">
</div>
</div>
</div>
</section>
<!--End of culinary delight-->
<!--footer-->
<footer>
<div class="container">
<div class="back-to-top">
<a href="#hero"><i class="fa fa-chevron-up"></i></a>
</div>
<div class="footer-content">
<div class="footer-content-about animate-top">
<h4>About Rosa</h4>
<div class="asterisk"><i class="fa fa-asterisk"></i></div>
<p>Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it.Welcome to the ROSA where best delicacies are served in all seasons be it summer dishes, picnics, events name it.</p>
</div>
<div class="footer-content-divider animate-bottom">
<div class="social-media">
<h4>Follow Along</h4>
<ul class="social-icons">
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-pinterest"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="newsletter-container">
<h4>Newsletter</h4>
<form action="" class="newsletter-form">
<input type="text" placeholder="Your email address..." class="newsletter-input">
<button class="newsletter-btn" type="submit">
<i class=" fa fa-envolope"></i><!--this icon isnt working-->
</button>
</form>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>