-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
274 lines (261 loc) · 12.1 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
<!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" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>S.T.A.S</title>
</head>
<body>
<!-- Header -->
<header>
<nav class="navbar navbar-expand-md py-0 px-5 pe-md-5">
<a href="#" class="navbar-brand"><img src="./images/image.png" alt="logo" width="70px" height="60px"
class="align-top" />
</a>
<button class="navbar-toggler shadow-none" type="button" data-bs-toggle="collapse"
data-bs-target="#toggleMobileMenu" aria-controls="toggleMobileMenu" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="navbar-nav ms-auto me-5 text-center">
<li class="nav-item px-5">
<a href="./index.html" aria-current="page" class="nav-link active">Home</a>
</li>
<li class="nav-item dropdown px-5">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
About
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item text-danger" href="chefsam.html">Chef Samatha</a>
</li>
<li>
<a class="dropdown-item text-danger" href="cheftej.html">Chef Tejasvi</a>
</li>
<li>
<a class="dropdown-item text-danger" href="chefkim.html">Chef KimSandra</a>
</li>
<li>
<a class="dropdown-item text-danger" href="chefay.html">Chef Ayomide</a>
</li>
</ul>
</li>
<li class="nav-item dropdown px-5">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Cuisines
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item text-danger" href="prawnRecipe.html">Indian Prawn Curry</a>
</li>
<li>
<a class="dropdown-item text-danger" href="./tjrecipe.html">Tandoori-Chicken</a>
</li>
<li>
<a class="dropdown-item text-danger" href="beefstew.html">Beef Stew</a>
</li>
<li>
<a class="dropdown-item text-danger" href="./jollof.html">Nigerian Jollof Rice</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="" class="nav-link">Order a book</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Hero -->
<section class="hero d-flex flex-column justify-content-center">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="mask"><span class="S">S</span>.<span class="T">T</span>.<span class="A">A</span>.<span
class="S">S</span> COOKBOOK!
</h1>
<p>Your Ultimate Cooking Guide...</p>
</div>
</div>
</div>
</section>
<!-- Carousel -->
<section>
<div class="container">
<div id="carouselExampleControls" class="carousel slide mt-5" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<a href="prawnRecipe.html"><img src="./images/PrawnCurry.jpg " class="d-block w-100 rounded" height="750px"
alt="prawns"></a>
</div>
<div class="carousel-item">
<a href="./jollof.html"><img src="./images/jollof-rice.png" class="d-block w-100 rounded" height="750px"
alt="rice"></a>
</div>
<div class="carousel-item">
<a href="./tjrecipe.html"><img src="./images/Tandoori-Chicken.jpg" class="d-block w-100 rounded"
height="750px" alt="chicken"></a>
</div>
<div class="carousel-item">
<a href="beefstew.html"><img src="./images/Beef-Stew.png" class="d-block w-100 rounded" height="750px"
alt="stew"></a>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<!-- Meet our Team -->
<section id="team">
<div class="container">
<h3 class="text-center mt-4">Our Team</h3>
<div class="row mt-2 row-cols-1 row-cols-md-2 row-cols-lg-4">
<div class="col mt-2">
<div class="card bg-warning">
<a href="./chefsam.html"><img class="card-img-top img-thumbnail" src="./images/Samatha.jpg"
alt="Card image cap" height="250px" /></a>
<div class="card-body">
<h4 class="card-title text-white">Samatha.K</h4>
<p class="card-text text-white">
Degree in Chef's Management <br />Hydrabad,India
</p>
</div>
</div>
</div>
<div class="col mt-2" ">
<div class=" card bg-success">
<a href="./cheftej.html">
<img class="card-img-top img-thumbnail" src="./images/Tejasvi.png" alt="Card image cap"
height="250px" /></a>
<div class="card-body">
<h4 class="card-title text-white">Tejasvi.Ch</h4>
<p class="card-text text-white">
PG in Chef's Management<br />Mumbai,India
</p>
</div>
</div>
</div>
<div class="col mt-2">
<div class="card bg-primary">
<a href="./chefay.html"><img class="card-img-top img-thumbnail" src="./images/Samuel.jpg" alt="Card image cap"
height="250px" /></a>
<div class="card-body">
<h4 class="card-title text-white">Ayomide.B</h4>
<p class="card-text text-white">
M.Sc(Science) in Hotel Management,Nigeria
</p>
</div>
</div>
</div>
<div class="col mt-2">
<div class="card bg-secondary">
<a href="./chefkim.html"><img class="card-img-top img-thumbnail" src="./images/Sandra.jpg"
alt="Card image cap" height="250px" /></a>
<div class="card-body">
<h4 class="card-title text-white">KimSandra.O</h4>
<p class="card-text text-white">
B.sc. in the culinary arts <br />Mannheim, Germany
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer mt-3 py-1">
<div class="container-fluid">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-4 justify-content-center align-items-center g-2">
<div class="col mt-5 px-5">
<a class="fw-bold text-warning px-4" href="">Our Recipes</a>
<ul class="mt-3 px-5">
<li class=""><a href="./jollof.html">Nigerian Jollof Rice</a></li>
<li><a href="./tjrecipe.html">Tandoori Chicken</a></li>
<li><a href="beefstew.html">BeefStew</a></li>
<li>
<a href="prawnRecipe.html">Indian Prawn Curry</a>
</li>
</ul>
</div>
<div class="col text-warning text-center fw-bold">
Follow Us On
<div class="row mt-2 justify-content-center">
<div class="col-2">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="blue" class="bi bi-facebook"
viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
</div>
<div class="col-2">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="red" class="bi bi-youtube"
viewBox="0 0 16 16">
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z" />
</svg>
</div>
<div class="col-2">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="blue" class="bi bi-twitter"
viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z" />
</svg>
</div>
</div>
<div class="row px-0 mt-4 justify-content-center">
<div class="col">
<input type="email" placeholder="Enter your email" />
</div>
<div class="col">
<button type="button" class="btn btn-primary">Subscribe</button>
</div>
</div>
</div>
<div class="col mt-5 text-center" id="about">
<ul class="mt-3">
<li><a href="">About us</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
<li><a href="">Terms and Conditions</a></li>
</ul>
</div>
<div class="col">
<div class="row">
<div calss="col">
<img src="./images/image.png" alt="logo" height="120px" class="rounded mx-auto d-block" />
</div>
</div>
<div class="row text-white text-center mt-2">
<i class="fa fa-map-marker">  <span class="text-white">Müller Straße 40, 68099 Frankfurt,
Germany</span></i>
</div>
</div>
</div>
</div>
<div class="text-center text-warning py-0">
<p>© S.T.A.S 2023</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>