-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (323 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>project</title>
<link rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<!-- Header -->
<header>
<div class="main-header">
<div class="main-left-section">
<div class="left-side">
<img class="icon" src="images/icon.png" alt="Sales Layer icon" />
<p>Sales Layer</p>
</div>
<nav class="right-side">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Why Sales Layer</a>
<a href="#">Pricing</a>
</nav>
</div>
<div class="main-right-section">
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="hamburger-label">
<img class="hamburger-button" src="images/hamburger.png" alt="Menu">
<img class="hamburger-x" src="images/x.png" alt="Close menu">
</label>
<div class="hamburger-contents">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Why Sales Layer</a>
<a href="#">Pricing</a>
</div>
<button class="login-button">Log in</button>
<button class="signup-button">Sign Up</button>
</div>
</div>
</header>
<main>
<!--Home-->
<div class="home">
<div class="home-left">
<h1>SKU Management</h1>
<img src="images/vector.png" alt="vector" />
<p>
Centralize and manage millions of SKUs with Sales Layer PIM to
improve the efficiency of your business.
</p>
<div class="home-left-button">
<button>Try it for free</button>
</div>
</div>
<div class="home-right">
<div class="home-img">
<img src="images/version-image.png" alt="version-image" />
</div>
</div>
</div>
<!--About-->
<div class="about">
<div class="top-section">
<div class="top-section-1">
<p>Who we are</p>
<h1>About US</h1>
</div>
<p>Dedicated to Revolutionizing Inventory Management</p>
</div>
<div class="bottom-section">
<div class="bottom-left">
<img src="images/about-image.png" alt="" />
</div>
<div class="bottom-right">
<div class="bottom-cards">
<div class="card">
<img src="images/Frame 31.png" alt="flash icon" />
<p class="card-p1">Our Mission</p>
<p class="card-p2">
We aim to provide top-notch SKU management solutions that
streamline inventory processes and enhance productivity.
</p>
</div>
<div class="card">
<img src="images/Frame 31.png" alt="flash icon" />
<p class="card-p1">Our Vision</p>
<p class="card-p2">
We envision a world where inventory management is effortless, efficient, and accessible to businesses of all sizes.
</p>
</div>
<div class="card">
<img src="images/Frame 31.png" alt="flash icon" />
<p class="card-p1">Our Values</p>
<p class="card-p2">
Our core values of innovation, customer focus, and integrity guide everything we do, ensuring exceptional service.
</p>
</div>
<div class="card">
<img src="images/Frame 31.png" alt="flash icon" />
<p class="card-p1">Our Commitment</p>
<p class="card-p2">
We are dedicated to helping our clients achieve their goals by providing reliable, user-friendly, and scalable solutions.
</p>
</div>
</div>
</div>
</div>
</div>
<!--FEATURES-->
<div class="features">
<div class="features-top">
<p class="features-top-p1">Features</p>
<p class="features-top-p2">
Optimize Your Inventory with Smart SKU Management
</p>
<p class="features-top-p3">
Efficiently Track, Manage, and Optimize Your Inventory for Maximum
Productivity
</p>
</div>
<div class="features-bottom">
<div class="feature-bottom-cards">
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">Comprehensive SKU Tracking</p>
<p class="feature-card-p2">
Keep a detailed record of all your products to ensure accurate
tracking and inventory management.
</p>
</div>
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">Real-Time Inventory Updates</p>
<p class="feature-card-p2">
Receive real-time updates on inventory levels, ensuring you never run out of stock or overstock items.
</p>
</div>
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">Automated Stock Replenishment</p>
<p class="feature-card-p2">
Set thresholds and automate reorder processes to maintain optimal inventory levels without manual intervention.
</p>
</div>
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">Advanced Reporting & Analytics</p>
<p class="feature-card-p2">
Access comprehensive reports and analytic trends and optimize your stock management strategy.
</p>
</div>
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">Multi-Channel Integration</p>
<p class="feature-card-p2">
Integrate your SKU management system withchannels to ensure consistent inventory levels across all platforms.
</p>
</div>
<div class="feature-card">
<img src="images/features-icon.png" alt="fearures icon" />
<p class="feature-card-p1">User-Friendly Interface</p>
<p class="feature-card-p2">
Enjoy a clean and intuitive interface that simplifies SKU management and makes it accessible for users of all skill levels.
</p>
</div>
</div>
</div>
</div>
<!--SALES SECTION-->
<div class="sales-section">
<div class="sales-section-left">
<p class="sales-section-p1">Analytic Tools for SKU Management</p>
<p class="sales-section-p2">
With <span>product analytic tools</span>, you can also monitor the
success of your products across your selling platforms and identify
any trends to capitalize on. PIM allows you to input and launch new
product data in no time at all.
</p>
</div>
<div class="sales-section-right">
<img src="images/dev-bro.png" alt="dev-bro" />
</div>
</div>
<!--PRICING-->
<div class="pricing-section">
<div class="pricing-section-box">
<div class="pricing-section-box-contents">
<p class="pricing-section-p1">Get started for free now</p>
<p class="pricing-section-P2">
Transform your data into product intelligence
</p>
</div>
<button>Try it for free</button>
</div>
</div>
<!--FOOTER-->
<div class="footer">
<div class="footer-top">
<div class="footer-icon">
<img src="images/icon.png" alt="footer icon" />
<p>Sales Layer</p>
</div>
<div class="footer-columns">
<span>Company</span>
<p>Meet us</p>
<p>Jobs</p>
<p>Bolg</p>
<p>Talk to us</p>
</div>
<div class="footer-columns">
<span>Sales Layer</span>
<p>Dashboard</p>
<p>Multi-channel</p>
<p>Analytics</p>
<p>Pricing</p>
<p>Our services</p>
<p>Connect</p>
</div>
<div class="footer-columns">
<span>Resources</span>
<p>Case Studies</p>
<p>E-books</p>
<p>Webinars</p>
<p>Assets</p>
</div>
<div class="footer-columns">
<span>Support</span>
<p>Help Center</p>
<p>Legal notice</p>
<p>Privacy policy</p>
<p>Cookies policy</p>
<p>Cookies settings</p>
<p>Sales terms</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Sales Layer Rights Reserved.</p>
<div class="footer-icons">
<img class="ft-icon" src="images/facebook.png" alt="facebook" />
<img class="ft-icon" src="images/twitter.png" alt="twitter" />
<img class="ft-icon" src="images/linkedin.png" alt="linkedin" />
<img class="ft-icon" src="images/instagram.png" alt="instagram" />
</div>
</div>
</div>
<!--Small footer-->
<footer>
<div class="small-footer-top">
<div class="small-footer-top-contents">
<img src="images/icon.png" alt="footer icon" />
<p>Sales Layer</p>
</div>
</div>
<div class="small-footer-middle">
<div class="footer-dropdown">
<input type="radio" id="company" name="accordion" class="accordion-radio">
<label for="company">
<p>Company</p>
<img src="images/expand_more.png" alt="expand">
</label>
<ul class="footer-dropdown-content">
<li>Meet Us</li>
<li>Jobs</li>
<li>Blog</li>
<li>Talk to us</li>
</ul>
</div>
<div class="footer-dropdown">
<input type="radio" id="sales-layer" name="accordion" class="accordion-radio">
<label for="sales-layer">
<p>Sales Layer</p>
<img src="images/expand_more.png" alt="expand">
</label>
<ul class="footer-dropdown-content">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
<div class="footer-dropdown">
<input type="radio" id="resources" name="accordion" class="accordion-radio">
<label for="resources">
<p>Resources</p>
<img src="images/expand_more.png" alt="expand">
</label>
<ul class="footer-dropdown-content">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
<div class="footer-dropdown">
<input type="radio" id="support" name="accordion" class="accordion-radio">
<label for="support">
<p>Support</p>
<img src="images/expand_more.png" alt="expand">
</label>
<ul class="footer-dropdown-content">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
</div>
<div class="small-footer-bottom">
<p>© 2024 Sales Layer Rights Reserved.</p>
<div class="small-footer-icons">
<img class="ft-icon" src="images/facebook.png" alt="facebook" />
<img class="ft-icon" src="images/twitter.png" alt="twitter" />
<img class="ft-icon" src="images/linkedin.png" alt="linkedin" />
<img class="ft-icon" src="images/instagram.png" alt="instagram" />
</div>
</div>
</footer>
</main>
</body>
</html>