-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (175 loc) · 8 KB
/
index.html
File metadata and controls
182 lines (175 loc) · 8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Finnwick - Smart Home Solutions</title>
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
</head>
<body>
<header>
<img class="logo" src="./Assets/Logo.png" alt="Finnwick Logo">
<div>
<button><a href="signup.html"><img src="./Assets/Login.svg" alt="Login"></a></button>
<div class="menu">
<img src="./Assets/Menu.svg" alt="Menu" id="menu-toggle">
</div>
</div>
</header>
<div class="mobile-menu" id="mobile-menu">
<div class="menu-header">
<button class="close-menu" id="close-menu">✕</button>
</div>
<nav class="menu-items">
<a href="index.html" class="menu-item">
<img src="./Assets/Vector.png" alt="Home">
<div class="menu-text">Home</div>
</a>
<a href="trending.html" class="menu-item">
<img src="./Assets/Vector(1).png" alt="What's New">
<div class="menu-text">What's New</div>
</a>
<a href="checkout.html" class="menu-item">
<img src="./Assets/Vector(2).png" alt="My List">
<div class="menu-text">my list</div>
</a>
<a href="products.html" class="menu-item">
<img src="./Assets/Group.png" alt="Shop">
<div class="menu-text">shop</div>
</a>
<a href="aboutus.html" class="menu-item">
<img src="./Assets/Vector(3).png" alt="About Us">
<div class="menu-text">about us</div>
</a>
<a href="contactus.html" class="menu-item">
<img src="./Assets/Vector(4).png" alt="Help Center">
<div class="menu-text">help center</div>
</a>
</nav>
</div>
<section class="hero">
<div class="hero-content">
<h1>Explore</h1>
<a href="#products" class="visit-btn">VISIT</a>
</div>
</section>
<!-- Carousel Section -->
<section class="carousel-section">
<h2 class="section-title">Featured Smart Home Products</h2>
<div class="carousel-container">
<button class="carousel-button prev-button" id="prev-slide">❮</button>
<div class="carousel-slides" id="carousel-slides">
<div class="carousel-slide">
<img src="./Assets/CCTV.jpg" alt="Security Camera">
<div class="slide-content">
<h3>Smart Security Camera</h3>
<p>Protect your home with our advanced security cameras. Features include motion detection, night vision, and seamless integration with your smart home system.</p>
<button class="view-product">View Details</button>
</div>
</div>
<div class="carousel-slide">
<img src="./Assets/Bed.jpg" alt="Smart Bed">
<div class="slide-content">
<h3>Smart Sleep System</h3>
<p>Transform your bedroom with our smart sleep technology. Track sleep patterns, adjust mattress firmness, and wake up refreshed with intelligent alarm features.</p>
<button class="view-product">View Details</button>
</div>
</div>
<div class="carousel-slide">
<img src="./Assets/Google Home.jpg" alt="Google Home">
<div class="slide-content">
<h3>Smart Home Assistant</h3>
<p>Control your entire smart home ecosystem with voice commands. Play music, check the weather, control lights, and more with our intelligent home assistant.</p>
<button class="view-product">View Details</button>
</div>
</div>
</div>
<button class="carousel-button next-button" id="next-slide">❯</button>
<div class="carousel-dots" id="carousel-dots"></div>
</div>
</section>
<section id="products" class="featured-products">
<div class="product-card">
<div class="product-info">
<h2>Upgrade your home</h2>
<p>Security Cameras: Arlo Pro 5S 2K is a top pick for outdoor security due to its easy DIY installation and long battery life.</p>
<div class="product-actions">
<a href="checkout.html" class="view-btn">view</a>
<button class="save-btn">save to list</button>
</div>
</div>
<div class="product-image">
<img src="./Assets/Second.png" alt="Arlo Pro Security Camera">
</div>
</div>
<div class="product-card reverse">
<div class="product-info">
<h2>Can't miss</h2>
<p>The August Wi-Fi Smart Lock provides keyless entry and integrates with various smart home ecosystems.</p>
<div class="product-actions">
<a href="checkout.html" class="view-btn">view</a>
<button class="save-btn">save to list</button>
</div>
</div>
<div class="product-image">
<img src="./Assets/Third.png" alt="August Smart Lock">
</div>
</div>
</section>
<section id="kitchen" class="kitchen-section">
<h2 class="section-title">Kitchen Stuff</h2>
<div class="kitchen-products">
<div class="kitchen-product">
<img src="./Assets/Fourth.png" alt="Smart Coffee Maker">
<h3>smart coffee maker</h3>
<p class="price">60$</p>
<div class="product-actions">
<a href="checkout.html" class="view-btn">view</a>
<button class="save-btn">save to list</button>
</div>
</div>
<div class="kitchen-product">
<img src="./Assets/Fifth.png" alt="Smart Oven">
<h3>smart ovens</h3>
<p class="price">200$</p>
<div class="product-actions">
<a href="checkout.html" class="view-btn">view</a>
<button class="save-btn">save to list</button>
</div>
</div>
</div>
</section>
<footer>
<div>
<h3 class="shop-title">FINNWICK</h3>
<div class="social-media">
<a href="https://facebook.com" target="_blank"><img src="./Assets/Facebook.svg" alt="Facebook"></a>
<a href="https://linkedin.com" target="_blank"><img src="./Assets/LinkedIn.svg" alt="LinkedIn"></a>
<a href="https://youtube.com" target="_blank"><img src="./Assets/Youtube.svg" alt="YouTube"></a>
<a href="https://instagram.com" target="_blank"><img src="./Assets/Insta.svg" alt="Instagram"></a>
</div>
</div>
<div class="footer-container">
<div>
<p class="first">Customer Support</p>
<p><a href="contactus.html">Contact Us</a></p>
<p><a href="aboutus.html">Help Center / FAQ</a></p>
<p><a href="announcements.html">Shipping & Delivery</a></p>
</div>
<div>
<p class="first">Information</p>
<p><a href="aboutus.html">About Us</a></p>
<p><a href="announcements.html">Our Blog</a></p>
<p><a href="announcements.html">Privacy Policy</a></p>
</div>
<div>
<p class="first">Shop</p>
<p><a href="products.html">All Products</a></p>
<p><a href="trending.html">New Arrivals</a></p>
<p><a href="checkout.html">Checkout</a></p>
</div>
</div>
</footer>
</body>
</html>