-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
277 lines (257 loc) · 13.4 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
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bialetti Official Store</title>
<!-- <link rel="icon" href="https://en.wikipedia.org/wiki/Alfonso_Bialetti#/media/File:L'Omino_Bialetti_2008-12-30_.svg"> -->
<script src="https://kit.fontawesome.com/0d69f46662.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/navbar.css">
<link rel="stylesheet" href="./css/footer.css">
</head>
<body>
<div id="navbar-container">
<header class="page-header">
<div class="header-container">
<div class="Full-header">
<div class="logo-container">
<div class="logo-container-box">
<a class="logo" href="index.html">
<img src="https://www.bialetti.com/media/logo/default/5-layers_3x.png" alt="Bialetti">
</a>
</div>
</div>
<div class="menu-container">
<div class="Header-menu">
<a class="menu-name" href="#">MOKA EXPRESS</a>
</div>
<div class="Header-menu">
<a class="menu-name" href="#">BIALETTI COFFEE ROASTING</a>
</div>
<div class="Header-menu dropdown">
<a href="./product.html">
<button class="dropbtn">PRODUCTS
<i class="fa-solid fa-angle-down"></i>
</button>
</a>
<div class="dropdown-content">
<div class="row">
<div class="column">
<h3 class="column-h3">COFFEE</h3>
<a href="#">Grounds</a>
<a href="#">Coffee beans</a>
</div>
<div class="column">
<div class="vl"></div>
<h3 class="column-h3">COFFEE MAKERS</h3>
<a href="#">Aluminium coffee makers</a>
<a href="#">Stainless steal coffee makers</a>
<a href="#">Special coffee makers</a>
</div>
<div class="column">
<div class="vl"></div>
<h3 class="column-h3">ACCESSORIES</h3>
<a href="#">Small cups and mugs</a>
<a href="#">Coffee accessories</a>
<a href="#">Spare Parts</a>
</div>
<div class="column">
<div class="vl"></div>
<img class="column-img" src="https://www.bialetti.com/media/wysiwyg/moka-express-menu.jpg" alt="Coffee">
</div>
</div>
</div>
</div>
<div class="Header-menu dropdown">
<button class="dropbtn">NEWS
<i class="fa-solid fa-angle-down" id="fa-down"></i>
</button>
<div class="dropdown-content-2">
<div class="column-2">
<a href="#">Small cups and mugs</a>
<a href="#">Coffee accessories</a>
</div>
</div>
</div>
<div class="Header-menu">
<a class="menu-name" href="#">INSPIRATION</a>
</div>
<div class="Header-menu">
<a class="menu-name" href="#">OUR HISTORY</a>
</div>
</div>
<div class="icon-container">
<button id="magniglass" >
<a href="#">
<i class="fa-solid fa-magnifying-glass"></i>
</a>
</button>
<button onclick="document.getElementById('login-form').style.display='block'">
<a href="#">
<i class="fa-solid fa-user"></i>
</a>
</button>
<button>
<a href="./cartpage.html">
<i class="fa-solid fa-cart-plus"></i>
</a>
</button>
<button id = "open" >
<a href="#">
<i class="fa-solid fa-bars"></i>
</a>
</button>
<form id="search-bar" >
<input type="text" id="search" placeholder="Search entire store here...">
</form>
</div>
</div>
</div>
</header>
<div id='login-form'class='login-page'>
<div class="form-box">
<div class='button-box'>
<div id='btn'></div>
<button type='button' id="loginNav" class='toggle-btn'>Log In</button>
<button type='button' id="registerNav" class='toggle-btn'>Register</button>
</div>
<form id='login' class='input-group-login'>
<input type='text'class='input-field' id='login-email' placeholder='Email Id' required >
<input type='password'class='input-field' id='login-pass' placeholder='Enter Password' required>
<span class='input-field-2' id="password-error" style="display:none;color:red;">Email and/or password incorrect.</span>
<input type='checkbox'class='check-box'><span>Remember Password</span>
<button type='submit'class='submit-btn'>Log in</button>
</form>
<form id='register' class='input-group-register'>
<input type='text' id="firstname" class='input-field'placeholder='First Name' required>
<input type='text' id="lastname" class='input-field'placeholder='Last Name ' required>
<input type='email'id="regisemail" class='input-field'placeholder='Email Id' required>
<input type='password' id="resipass" class='input-field'placeholder='Enter Password' required>
<input type='password' id="resirepass" class='input-field'placeholder='Confirm Password' required>
<input type='checkbox'class='check-box' required><span>I agree to the terms and conditions</span>
<span id="email-exists" class='input-field-2' style="display:none;"></span>
<button type='submit'class='submit-btn'>Register</button>
</form>
</div>
</div>
</div>
<div class="w3-sidebar w3-bar-block w3-collapse w3-card w3-animate-left" id="mySidebar">
<button id="closebtn" class="w3-bar-item w3-button w3-large w3-hide-large" >
<i class="fa-solid fa-xmark"></i>
</button>
<a id="sidebar-1a" href="#" class="w3-bar-item w3-button">THE GROUP <i class="fa-solid fa-chevron-down"></i></a>
<a href="#" class="w3-bar-item w3-button">INVESTOR RELATION </a>
<a href="#" class="w3-bar-item w3-button">SUSTAINABILITY <i class="fa-solid fa-chevron-down"></i></a>
<a href="#" class="w3-bar-item w3-button">CAREERS</a>
<a href="#" class="w3-bar-item w3-button">CONTACT US</a>
<div class="follow-logo">
<p>Follow US:</p>
<div><i class="fa fa-facebook" aria-hidden="true"></i></div>
<div><i class="fa fa-instagram" aria-hidden="true"></i></div>
</div>
</div>
<div class="jay">
<div class="image-container">
<img id="slideshow" class="slideshow"
src="https://www.bialetti.com/media/slidebanner/b/i/bialetti-d-g-visore-irresistibile_1.jpg"
alt="Slideshow Image">
<div class="image-info">
<h1 id="image-name" class="image-name">Bialetti and <span> <br> Dolce & Gabbana</span></h1>
<p id="description">Two Made in Italy icons together,<br>
to celebrate the ritual of Italian coffee.</p>
<button class="read-more-button">FIND OUT MORE</button>
</div>
</div>
<div class="image-container-2">
<img id="logo-image" src="https://www.bialetti.com/media/wysiwyg/logo-bialetti-hp.png" alt="logo">
<p id="since-year">Since 1919</p>
<h1 id="page-title">The essence of Italian <br> coffee culture.</h1>
<p style="cursor: pointer;" id="description-2">Discover the Bialetti experience</p>
</div>
<div class="image-container-3">
<img id="logo-image2" src="https://www.bialetti.com/media/wysiwyg/moka-express-box-hp.jpg" alt="">
<img id="logo-image3" src="https://www.bialetti.com/media/wysiwyg/perfetto-moka-box-hp-4.jpg" alt="">
</div>
<div class="image-container-7">
<h2 id="page-title1">A product, a piece of our history</h2>
<p id="description-3">Try the taste of tradition that meets innovation</p>
<button class="read-more-button-1">FIND OUT MORE</button>
<img src="https://www.bialetti.com/media/wysiwyg/Bialetti_banner_HP.jpg" alt="">
</div>
<div class="banner-container">
<img src="https://www.bialetti.com/media/wysiwyg/banner-storia.png" alt="">
<p class="banner-text">For over 90 years, Bialetti has represented</p>
<p class="banner-text-1"> the taste of shared moments.</p>
<button class="banner-button">FIND OUT MORE</button>
</div>
<div>
<img style="padding-right: 60%;"
src="https://lh3.googleusercontent.com/8kwsyfGKBKlj5hugc2u36gAOLTen13nnqWgPVp3FgqufNZfbb39bDr_BDudvOXyCU_YbSduWyBMxDEwJ2WOyCOgBOk3x4uatdWnhVUR_ag"
alt="coffee-seeds">
<h3 id="page-title2">Live the coffee experience at 360 degrees</h3>
</div>
<div class="image-container-4" style="display: flex;">
<img style="border-radius: 0px,3px,0px,3px,"
src="https://www.bialetti.com/media/wysiwyg/featured-BUONGIORNO-1_1.jpg" alt="">
<img src="https://www.bialetti.com/media/wysiwyg/featured-FONDI-CAFFE_1.jpg" alt="">
<img src="https://www.bialetti.com/media/wysiwyg/featured-SOTTO-COPERCHIO-1_1.jpg" alt="">
</div>
<div style="display: flex; justify-content: space-between; text-align: center;font-size: 20px;color:rgb(18,17,16);">
<p style="padding-left: 5%;">Starting the day with a coffee: an Italian ritual <br> unique in flavor</p>
<p style="padding-left:2%;">Used coffee grounds? Versatile allies in the<br> kitchen and beyond</p>
<p style="padding-right:4%;">How the Moka works: lift the lid and discover all <br> its secrets</p>
</div>
<div style="padding-top: 5%;" class="banner-container-2">
<img src="https://www.bialetti.com/media/wysiwyg/torrefazione.png" alt="">
<p class="banner-text-2">Every day we select the best beans,</p>
<p class="banner-text-3">to offer you a coffee with unmistakable aroma and taste</p>
<button class="banner-button-2">FIND OUT MORE</button>
</div>
</div>
<footer>
</footer>
<script src="./js/index.js" type="module"></script>
<!-- <script src="./js/navbar.js" type="module"></script> -->
<script src="./js/product.js" type="module"></script>
</body>
</html>
<script>
document.addEventListener("DOMContentLoaded", function (event) {
var images = [
{
url: "https://www.bialetti.com/media/slidebanner/h/e/hero-wwf-new-high-badge-en_1.jpg",
name: " LOVE YOUR MOKA",
description: ""
},
{
url: "https://www.bialetti.com/media/slidebanner/s/l/slider-moka-express-estero-darker_6.jpg",
name: "Moka Express",
description: "the original Italian Moka coffemaker, since 1933."
},
{
url: "https://www.bialetti.com/media/slidebanner/p/e/perfetto-moka-5.jpg",
name: "Perfetto Moka",
description: "The Bialetti ground coffee for Moka Lovers"
},
{
url: "https://www.bialetti.com/media/slidebanner/b/i/bialetti-d-g-visore-irresistibile_1.jpg",
name: "Bialetti and Dolce Gabbana",
description: "Two Made in Italy icons together,to celebrate the ritual of Italian coffee."
}
];
var index = 0;
var slideshow = document.getElementById("slideshow");
var imageName = document.getElementById("image-name");
var description = document.getElementById("description");
function changeImage() {
slideshow.src = images[index].url;
imageName.textContent = images[index].name;
description.textContent = images[index].description;
index = (index + 1) % images.length;
}
setInterval(changeImage, 2000); // Change image every 2 seconds
});
</script>