-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
350 lines (340 loc) · 21.3 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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Richenbakh® - Premium German Kitchenware for Culinary Excellence</title>
<meta name="description" content="Explore Richenbakh®'s high-quality, German-made kitchenware. From pots and pans to knives and cutlery sets, enhance your culinary experience with our premium products.">
<meta name="keywords" content="Richenbakh, kitchenware, Germany, premium kitchen products, culinary excellence, pots, pans, knives, cutlery">
<link href="logo.jpg" rel="icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="styles.css">
<!-- Structured Data for Product -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Die Casing Aluminum Non Stick",
"image": "x.JPG",
"description": "PFOA Free, high-quality and healthy pots and pans for your kitchen.",
"brand": {
"@type": "Brand",
"name": "Richenbakh"
},
"offers": {
"@type": "Offer",
"url": "#",
"priceCurrency": "USD",
"price": "49.99",
"itemCondition": "https://schema.org/NewCondition"
}
}
</script>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">
<img src="logo.jpg" alt="Richenbakh Logo" style="width:80px;" class="rounded-pill h-10">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#new-section">New Product</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pots-section">Pots & Pans</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#kn-section">Knives & Cutleries</a>
</li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<header class="hero bg-light text-center py-5">
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="Germany.PNG" alt="Richenbakh German Made Products" style="width: 300px; height: 500px"/>
</div>
<div class="col-sm-8 text-left">
<h1 class="display-4">Richenbakh®</h1>
<h4 class="lead" style="font-size: 32px;">Pleasure for all the senses from the very first moment!</h4>
<h5 class="lead">Since 1890</h5>
<hr>
<p class="lead">Preparation and cooking should be a satisfying and enjoyable experience. That's why Richenbakh offers gourmets beautifully designed products that stand for quality, culinary delight, and zest for life.</p>
</div>
</div>
<br>
<h1 class="display-4">Empower Your Kitchen</h1>
<p class="lead">We help you grow with our high-quality kitchenware.</p>
<a href="#" class="btn btn-dark btn-lg">Choose Your Tool</a>
</div>
<br>
</header>
<main>
<!-- New Product Section -->
<section id="new-section" class="product-section py-5">
<div class="container">
<h2 class="text-center mb-4">Latest Product</h2>
<div class="row justify-content-center">
<div class="col-md-4 mb-4">
<div class="card horizontal-card">
<div id="carouselExample" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="x.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Die Casing Aluminum Non Stick">
</div>
<div class="carousel-item">
<img src="x1.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Die Casing Aluminum Non Stick">
</div>
<div class="carousel-item">
<img src="x3.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Die Casing Aluminum Non Stick">
</div>
<div class="carousel-item">
<img src="x4.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Die Casing Aluminum Non Stick">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExample" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<h5 class="card-title mt-3">Die Casing Aluminum Non Stick</h5>
<p class="card-text"><ul>
<li>PFOA Free</li>
<li>Make cooking better</li>
<li>High-quality and healthy pots and pans for your kitchen.</li>
</ul></p>
<p class="card-text"><small class="text-muted">Details: Durable, Non-stick, Easy to clean</small></p>
<div class="d-flex align-items-center mb-2">
<button data-toggle="collapse" data-target="#demo" class="btn btn-danger lead">Brand New!</button>
<div class="ml-3">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half-alt text-warning"></i>
</div>
</div>
<div id="demo" class="collapse lead">
Released in 2024
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pots & Pans Section -->
<section class="product-section py-5">
<div class="container">
<br/>
<h2 id="pots-section" class="text-center mb-4">Pots & Pans</h2>
<br/>
<div class="row justify-content-center">
<!-- First Card -->
<div class="col-md-4 mb-4">
<div class="card horizontal-card">
<div id="carouselExample1" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="x.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="First Slide">
</div>
<div class="carousel-item">
<img src="x1.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Second Slide">
</div>
<div class="carousel-item">
<img src="x3.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Fourth Slide">
</div>
<div class="carousel-item">
<img src="x4.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Fifth Slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExample1" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample1" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<h5 class="card-title mt-3">Die Casing Aluminum Non Stick</h5>
<p class="card-text"><ul>
<li>PFOA Free</li>
<li>Make cooking better</li>
<li>High-quality and healthy pots and pans for your kitchen.</li>
</ul></p>
<p class="card-text"><small class="text-muted">Details: Durable, Non-stick, Easy to clean</small></p>
<div class="ml-3">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half-alt text-warning"></i>
</div>
</div>
</div>
</div>
<!-- Second Card (Steel) -->
<div class="col-md-4 mb-4">
<div class="card horizontal-card">
<div id="carouselExample2" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="y.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="First Slide">
</div>
<div class="carousel-item">
<img src="y1.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Second Slide">
</div>
<div class="carousel-item">
<img src="y2.JPG" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Third Slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExample2" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<h5 class="card-title mt-3">Steel Pots & Pans</h5>
<p class="card-text">Upgrade your kitchen with high-quality steel pots and pans. Durable, stylish, and perfect for every cooking need.</p>
<p class="card-text"><small class="text-muted">Experience the durability and non-stick convenience. Effortlessly clean after every use.</small></p>
<div class="d-flex align-items-center mb-2">
<div class="ml-3">
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half-alt text-warning"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="product-section py-5">
<div class="container">
<br/>
<h2 id="kn-section" class="text-center mb-4">Knives & Cutleries</h2>
<br/>
<div class="row justify-content-center">
<!-- First Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div id="carouselExamplePots" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="kn1.jpeg" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="First Slide">
</div>
<div class="carousel-item">
<img src="kn2.jpeg" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Second Slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExamplePots" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExamplePots" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<h5 class="card-title mt-3">Steel Knives</h5>
<p class="card-text">High-quality steel knives for your kitchen. Durable, sharp, and easy to clean.</p>
<p class="card-text"><small class="text-muted">Details: Durable, Non-stick, Easy to clean</small></p>
<div>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
</div>
</div>
</div>
</div>
<!-- Second Card -->
<div class="col-md-4 mb-4">
<div class="card">
<div id="carouselExampleSteel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="s1.jpeg" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="First Slide">
</div>
<div class="carousel-item">
<img src="s2.jpeg" class="d-block w-100" style="object-fit: cover;" width="400" height="400" alt="Second Slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleSteel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleSteel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="card-body">
<h5 class="card-title mt-3">Steel Cutlery Set</h5>
<p class="card-text">High-Quality Steel Cutlery Set
Durable and easy to clean.
</p>
<p class="card-text"><small class="text-muted">Elegant, durable, and easy to clean./small></p>
<div>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star text-warning"></i>
<i class="fas fa-star-half-alt text-warning"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer bg-dark text-white text-center py-3">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4 text-left">
<h2 class="Display-4">Richenbakh®</h2>
<br>
<p class="lead" style="font-size: 32px;">Pleasure for all the senses from the very first moment!</p>
</div>
<div class="col-md-4 mb-4">
<h5 class="lead text-left">Branches:</h5>
<img src="B1.JPG" class="d-block w-100" style="object-fit: cover;" width="100" height="100" alt="Fifth Slide">
<small class="lead text-center">Germany</small>
<img src="b2.JPG" class="d-block w-100" style="object-fit: cover;" width="100" height="100" alt="Fifth Slide">
<small class="lead text-center">Dubai</small>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>