-
Notifications
You must be signed in to change notification settings - Fork 0
/
home&living.html
534 lines (462 loc) · 16.8 KB
/
home&living.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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home&Living - S & L Online Shop</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
body {
font-family: 'Arial', sans-serif;
padding: 20px;
}
video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translateX(-50%) translateY(-50%);
z-index: -1;
}
.custom-navbar ,.dropdown-item {
padding: 0px;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #0a0101;
border-radius: 10px;
overflow: hidden;
/* Gradient background animation */
background: linear-gradient(45deg, rgba(27, 31, 33, 0.5), rgba(29, 25, 25, 0.5), rgba(46, 204, 113, 0.5), rgba(243, 156, 18, 0.5));
background-size: 400% 400%;
animation: gradientAnimation 15s infinite;
backdrop-filter: blur(5px); /* Apply a blur effect to the background */
}
@keyframes gradientAnimation {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.navbar {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar-brand img {
max-width: 80px;
margin-right: 10px;
border-radius: 60%;
}
.navbar-brand span {
font-weight: bold;
}
.navbar-nav .nav-link {
color: #eae7e7;
}
.navbar-nav .nav-link:hover {
color: #ff9933;
}
.dropdown-menu {
border: 1px solid #0e2f8f;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
color: #030381;
}
.dropdown-item:hover {
background-color: #17212b;
}
.navbar-nav.ml-auto {
padding-right: 20px;
}
.navbar-nav.ml-auto .nav-link {
color: #3366ff;
}
.navbar-nav.ml-auto .nav-link:hover {
color: #ff9933;
}
/* Add the style for the links in the navbar */
.navbar-nav .nav-link.bn5 {
padding: 0.6em 2em;
border: none;
outline: none;
color: rgb(255, 255, 255);
background: #111;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 10px;
overflow: hidden;
transition: color 0.3s ease-in-out;
}
.navbar-nav .nav-link.bn5:before {
content: "";
background: linear-gradient(
45deg,
#ff0000,
#ff7300,
#fffb00,
#48ff00,
#00ffd5,
#002bff,
#7a00ff,
#ff00c8,
#ff0000
);
position: absolute;
top: -2px;
left: -2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: glowingbn5 20s linear infinite;
opacity: 0;
transition: opacity 0.3s ease-in-out;
border-radius: 10px;
}
@keyframes glowingbn5 {
0% {
background-position: 0 0;
}
50% {
background-position: 400% 0;
}
100% {
background-position: 0 0;
}
}
.navbar-nav .nav-link.bn5:active {
color: #000;
}
.navbar-nav .nav-link.bn5:active:after {
background: transparent;
}
.navbar-nav .nav-link.bn5:hover:before {
opacity: 1;
}
.navbar-nav .nav-link.bn5:after {
z-index: -1;
content: "";
position: absolute;
width: 100%;
height: 100%;
background: #191919;
left: 0;
top: 0;
border-radius: 10px;
}
.text-dark {
font-size: 24px; /* Adjust the font size as needed */
font-weight: bold; /* Adjust the font weight as needed */
font-family: Arial, sans-serif; /* Adjust the font family as needed */
position: relative;
display: inline-block;
}
.text-dark span {
display: inline-block;
position: relative;
}
.text-dark span::before {
content: attr(data-text);
position: absolute;
left: 0;
top: 0;
overflow: hidden;
color: transparent;
background-image: linear-gradient(45deg, #f06, #9f6);
background-clip: text;
-webkit-background-clip: text;
}
/* Footer Styles */
footer {
background-color: #2c3e50; /* Dark background color */
color: #fff; /* Text color */
padding: 50px 0; /* Padding for better spacing */
}
footer h5 {
color: #ff9933; /* Heading color */
}
footer a {
color: #fff; /* Link color */
text-decoration: none; /* Remove underline from links */
}
footer a:hover {
color: #ffcc66; /* Link color on hover */
}
/* Quick Links Section */
footer ul {
list-style: none;
padding: 0;
}
footer ul li {
margin-bottom: 12px;
}
/* Contact Info Section */
footer .contact-info {
margin-top: 30px;
}
/* Copyright Section */
footer .copyright {
margin-top: 30px;
background-color: #34495e; /* Background color for the copyright section */
padding: 15px 0;
text-align: center;
}
/* Responsive Styling */
@media (max-width: 768px) {
footer {
text-align: center;
}
footer .col-lg-4 {
margin-bottom: 30px;
}
}
.coming-soon-container {
text-align: center;
padding: 100px 0;
}
.coming-soon-logo {
max-width: 150px;
margin-bottom: 20px;
}
.coming-soon-heading {
font-size: 2.5rem;
font-weight: bold;
color: #007bff;
margin-bottom: 20px;
}
.coming-soon-description {
font-size: 1.2rem;
color: #191818;
margin-bottom: 40px;
}
.countdown {
font-size: 1.5rem;
margin-bottom: 40px;
}
.countdown span {
display: inline-block;
margin: 0 10px;
font-size: 2rem;
font-weight: bold;
}
.subscribe-form {
max-width: 400px;
margin: 0 auto;
}
.subscribe-form input[type="email"] {
width: 100%;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #872727;
border-radius: 5px;
box-sizing: border-box;
}
.subscribe-form button {
width: 100%;
padding: 10px;
background-color: #007bff;
color: #321e1e;
border: none;
border-radius: 5px;
cursor: pointer;
}
.subscribe-form button:hover {
background-color: #0056b3;
}
.countdown {
font-size: 1.5rem;
margin-bottom: 40px;
}
.countdown span {
display: inline-block;
margin: 0 10px;
font-size: 2rem;
font-weight: bold;
color: #007bff;
}
/* Social Media Icons Styles */
.social-icons {
display: flex;
gap: 10px;
margin-top: 15px;
}
.social-icons a {
display: block;
width: 40px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
}
.social-icons img {
width: 100%;
height: 100%;
object-fit: cover; /* Maintain the aspect ratio */
border-radius: 50%; /* For circular icons */
transition: transform 0.3s ease-in-out;
}
.social-icons img:hover {
transform: scale(1.2); /* Add a slight scale effect on hover */
}
</style>
</head>
<body>
<!-- Video Background -->
<video autoplay muted loop>
<source src="img/y2mate.com - shopping online video background for WebSite_1080p.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- Navigation Bar -->
<nav class="navbar navbar-dark custom-navbar">
<div class="container-fluid border border m-2 p-2">
<a class="navbar-brand" href="#">
<img src="img/logoshop.jpg" alt="Company Logo">
<span class="text-dark">
<span data-text="S">S</span>
<span data-text="&"> &</span>
<span data-text="L">L</span>
<span data-text="Online">Online</span>
<span data-text="Shop">Shop</span>
</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link bn5" href="welcome.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link bn5" href="Shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link bn5" href="deals.html">Deals</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle bn5" href="#" id="navbarDropdownMenuLink" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Explore
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item bn5" href="fashion.html">Fashion</a></li>
<li><a class="dropdown-item bn5" href="electronics.html">Electronics</a></li>
<li><a class="dropdown-item bn5" href="home&living.html">Home & Living</a></li>
</ul>
</li>
</ul>
</div>
<!-- Centered Search Bar -->
<form class="d-flex mx-auto">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light" type="submit">Search</button>
</form>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<div class="container mt-3">
<img src="img/cart.jpg" alt="Logo" class="img-fluid mb-1" style="max-width: 30%; border-radius: 80%;">
</div>
<h6><a class="nav-link bn5" href="Log-inPage.html">Log out</a></h6>
</li>
</ul>
</div>
</nav>
<div class="container coming-soon-container">
<img src="img/home.png" alt="Home & Living Logo" class="coming-soon-logo">
<h2 class="coming-soon-heading">Home & Living Shop - Coming Soon</h2>
<p class="coming-soon-description">We are preparing a curated collection of home essentials and living
products. Stay tuned for the grand opening!</p>
<div class="countdown" id="countdown">
<span id="days">30</span> Days
<span id="hours">2</span> Hours
<span id="minutes">33</span> Minutes
<span id="seconds">21</span> Seconds
</div>
<form class="subscribe-form">
<input type="email" placeholder="Enter your email to get notified" required>
<button type="submit">Subscribe</button>
</form>
</div>
<!-- Footer Section -->
<footer class="bg-dark text-light py-4">
<div class="container">
<div class="row">
<!-- About Us -->
<div class="col-lg-4 col-md-6 mb-4">
<h5>About Us</h5>
<p>S & L is dedicated to providing high-quality products and excellent service to our customers. Explore our online store for the latest trends and exclusive deals.</p>
</div>
<!-- Quick Links -->
<div class="col-lg-4 col-md-6 mb-4">
<h5>Quick Links</h5>
<ul class="list-unstyled">
<li><a href="welcome.html">Home</a></li>
<li><a href="Shop.html">Shop</a></li>
<li><a href="deals.html">Deals</a></li>
<li><a href="fashion.html">Fashion</a></li>
<li><a href="electronics.html">Electronics</a></li>
<li><a href="home&living.html">Home & Living</a></li>
</ul>
</div>
<!-- Contact Us -->
<div class="col-lg-4 col-md-12 mb-4">
<h5>Contact Us</h5>
<p>Email: S&L2429@gmail.com</p>
<p>Phone: +63 (436) 987-3684</p>
<p>Address: 2429 Purok7, Buenavista, Bohol</p>
<h5>Follow us:</h5>
<!-- Social Media Icons with Images -->
<div class="social-icons justify-content-center">
<a href="" target="_blank"><img src="img/th.jpg" alt="Facebook"></a>
<a href="#" target="_blank"><img src="img/th (1).jpg" alt="Twitter"></a>
<a href="#" target="_blank"><img src="img/th (2).jpg" alt="Instagram"></a>
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div class="text-center p-3">
<p>© 2023 S & L Shop. All rights reserved.</p>
</div>
</footer>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous">
</script>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Dec 31, 2023 00:00:00").getTime();
// Update the countdown every 1 second
var x = setInterval(function () {
// Get the current date and time
var now = new Date().getTime();
// Calculate the remaining time
var distance = countDownDate - now;
// Calculate days, hours, minutes, and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Display the countdown
document.getElementById("days").innerHTML = formatTime(days);
document.getElementById("hours").innerHTML = formatTime(hours);
document.getElementById("minutes").innerHTML = formatTime(minutes);
document.getElementById("seconds").innerHTML = formatTime(seconds);
// If the countdown is over, display a message
if (distance < 0) {
clearInterval(x);
document.getElementById("countdown").innerHTML = "EXPIRED";
}
}, 1000);
// Format time to add leading zero if needed
function formatTime(time) {
return time < 10 ? "0" + time : time;
}
</script>
<!-- Include your existing scripts and Bootstrap bundle script if necessary -->
</body>
</html>