-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
401 lines (391 loc) · 16.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>O'Watch - Elegant Timepieces</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Raleway:wght@400;600&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<div class="container nav-container">
<div class="logo">
O'Watch
</div>
<div class="burger-menu">
<i class="fas fa-bars"></i>
</div>
<div class="nav-links">
<a href="#home" data-aos="fade-down" data-aos-delay="100">Home</a>
<a href="#about" data-aos="fade-down" data-aos-delay="200">About</a>
<a href="#services" data-aos="fade-down" data-aos-delay="300">Services</a>
<a href="#testimonials" data-aos="fade-down" data-aos-delay="400">Testimonials</a>
<a href="#faq" data-aos="fade-down" data-aos-delay="500">FAQ</a>
<a href="#contact" data-aos="fade-down" data-aos-delay="600">Contact</a>
</div>
</div>
</nav>
</header>
<div class="overlay"></div>
<main>
<section id="home" class="hero">
<div class="container hero-container">
<div class="hero-content">
<h1 data-aos="fade-down">Discover O'Watch</h1>
<p data-aos="fade-down" data-aos-duration="1500">
Elegant timepieces for the modern individual.
</p>
<button class="btn" data-aos="fade-down" data-aos-duration="1500">Shop Now</button>
</div>
<div class="hero-image" data-aos="fade-down">
<img src="img/watch.png" alt="O'Watch Hero Image">
</div>
</div>
</section>
<section id="featured-watches" class="featured-watches">
<div class="container">
<h2 data-aos="fade-down">Featured Watches</h2>
<div class="watch-grid">
<div class="watch-item" data-aos="fade-up">
<img src="img/feature1.jpeg" alt="Watch 1">
<h3>Classic Elegance</h3>
<p>
$299.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="100">
<img src="img/feature2.jpeg" alt="Watch 2">
<h3>Modern Minimalist</h3>
<p>
$249.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="200">
<img src="img/feature3.jpeg" alt="Watch 3">
<h3>Sporty Chrono</h3>
<p>
$349.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="300">
<img src="img/feature4.jpg" alt="Watch 4">
<h3>Luxury Gold</h3>
<p>
$499.99
</p>
</div>
<div class="watch-item" data-aos="fade-up">
<img src="img/feature5.jpeg" alt="Watch 5">
<h3>Dress Watch</h3>
<p>
$399.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="100">
<img src="img/feature6.jpeg" alt="Watch 6">
<h3>Vintage Style</h3>
<p>
$279.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="200">
<img src="img/feature7.jpg" alt="Watch 7">
<h3>Diver's Watch</h3>
<p>
$449.99
</p>
</div>
<div class="watch-item" data-aos="fade-up" data-aos-delay="300">
<img src="img/feature8.jpg" alt="Watch 8">
<h3>Smart Hybrid</h3>
<p>
$599.99
</p>
</div>
</div>
</div>
</section>
<section class="marquee-section">
<div class="marquee-container">
<div class="marquee-content">
<span>ELEGANCE IN TIME ✧ CRAFTED WITH PASSION ✧ TIMELESS STYLE ✧ PRECISION ENGINEERING ✧ </span>
<span>ELEGANCE IN TIME ✧ CRAFTED WITH PASSION ✧ TIMELESS STYLE ✧ PRECISION ENGINEERING ✧ </span>
</div>
</div>
</section>
<section id="about" class="about">
<div class="container">
<div class="about-content">
<div class="about-text" data-aos="fade-down">
<h2>About O'Watch</h2>
<p>
O'Watch is a premium watch brand dedicated to crafting exquisite timepieces that blend timeless elegance with modern sophistication. Our watches are more than just instruments for telling time; they are a statement of style and a reflection of your unique personality.
</p>
</div>
<div class="about-image" data-aos="fade-down">
<img src="img/watch2.png" alt="About O'Watch">
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="container">
<h2 data-aos="fade-down">Our Services</h2>
<div class="services-grid">
<div class="service-item" data-aos="fade-up" data-aos-delay="100">
<i class="fas fa-pencil-ruler"></i>
<h3>Custom Design</h3>
<p>
Create your unique timepiece with our expert designers.
</p>
</div>
<div class="service-item" data-aos="fade-up" data-aos-delay="200">
<i class="fas fa-tools"></i>
<h3>Watch Repair</h3>
<p>
Professional repair and maintenance for all watch brands.
</p>
</div>
<div class="service-item" data-aos="fade-up" data-aos-delay="300">
<i class="fas fa-gem"></i>
<h3>Watch Appraisal</h3>
<p>
Get your timepiece valued by our certified appraisers.
</p>
</div>
<div class="service-item" data-aos="fade-up" data-aos-delay="400">
<i class="fas fa-sync-alt"></i>
<h3>Watch Restoration</h3>
<p>
Bring your vintage timepieces back to life with our expert restoration services.
</p>
</div>
<div class="service-item" data-aos="fade-up" data-aos-delay="500">
<i class="fas fa-glasses"></i>
<h3>Watch Customization</h3>
<p>
Personalize your existing watch with engravings, new straps, or dial modifications.
</p>
</div>
<div class="service-item" data-aos="fade-up" data-aos-delay="600">
<i class="fas fa-handshake"></i>
<h3>Watch Consignment</h3>
<p>
Sell your luxury timepieces through our trusted consignment program.
</p>
</div>
</div>
</div>
</section>
<section id="why-owatch" class="why-owatch">
<div class="container">
<h2 data-aos="fade-down" class="why-h1">Why O'Watch?</h2>
<div class="features-grid">
<div class="feature-card" data-aos="fade-up">
<div class="feature-image">
<img src="img/why1.jpg" alt="Timeless Elegance">
</div>
<h3>Timeless Elegance</h3>
<p>
Discover watches that blend classic design with modern sophistication.
</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="100">
<div class="feature-image">
<img src="img/why2.jpg" alt="Expert Craftsmanship">
</div>
<h3>Expert Craftsmanship</h3>
<p>
Each timepiece is meticulously crafted by skilled artisans.
</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
<div class="feature-image">
<img src="img/why3.jpg" alt="Innovative Technology">
</div>
<h3>Innovative Technology</h3>
<p>
Cutting-edge features meet traditional watchmaking.
</p>
</div>
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
<div class="feature-image">
<img src="img/why4.jpg" alt="Personalized Service">
</div>
<h3>Personalized Service</h3>
<p>
Experience unparalleled customer care and customization options.
</p>
</div>
</div>
</div>
</section>
<!--
<section id="testimonials" class="testimonials">
<div class="container">
<h2 data-aos="fade-down" class="testimonial-h1">What Our Customers Say</h2>
<div class="testimonial-slider">
<div class="testimonial-item" data-aos="fade-up">
<img src="https://randomuser.me/api/portraits/women/68.jpg" alt="John Doe">
<p>
"O'Watch has redefined luxury for me. Their attention to detail is unparalleled."
</p>
<p class="author">
- John Doe, CEO
</p>
</div>
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="100">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Jane Smith">
<p>
"I've never received so many compliments on a watch before. Thank you, O'Watch!"
</p>
<p class="author">
- Jane Smith, Designer
</p>
</div>
<div class="testimonial-item" data-aos="fade-up" data-aos-delay="200">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Mike Johnson">
<p>
"The custom design service exceeded my expectations. O'Watch truly understands elegance."
</p>
<p class="author">
- Mike Johnson, Entrepreneur
</p>
</div>
</div>
</div>
</section> -->
<section id="faq" class="faq">
<div class="container">
<h2 data-aos="fade-down">Frequently Asked Questions</h2>
<div class="accordion">
<div class="accordion-item" data-aos="fade-up">
<div class="accordion-header">
<h3>What makes O'Watch unique?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
O'Watch combines traditional craftsmanship with innovative design, creating timepieces that are both functional and stylish. Our commitment to quality materials and expert craftsmanship sets us apart in the luxury watch market.
</p>
</div>
</div>
<div class="accordion-item" data-aos="fade-up" data-aos-delay="100">
<div class="accordion-header">
<h3>How long does the custom design process take?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
The custom design process typically takes 4-6 weeks, depending on the complexity of the design and materials used. Our expert designers work closely with you throughout the process to ensure your vision is realized.
</p>
</div>
</div>
<div class="accordion-item" data-aos="fade-up" data-aos-delay="200">
<div class="accordion-header">
<h3>Do you offer international shipping?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
Yes, we offer international shipping to most countries. Shipping costs and delivery times vary depending on the destination. We ensure that all our timepieces are carefully packaged and insured for safe delivery.
</p>
</div>
</div>
<div class="accordion-item" data-aos="fade-up" data-aos-delay="300">
<div class="accordion-header">
<h3>What warranty does O'Watch provide?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
O'Watch provides a 2-year international warranty on all our timepieces. This warranty covers manufacturing defects and mechanical issues. We also offer a lifetime service guarantee, ensuring your watch remains in perfect condition for years to come.
</p>
</div>
</div>
<div class="accordion-item" data-aos="fade-up" data-aos-delay="400">
<div class="accordion-header">
<h3>Are O'Watch timepieces water-resistant?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
Most O'Watch models are water-resistant, with ratings ranging from 30m to 300m depending on the specific model. We recommend checking the individual product specifications for precise water resistance information. Remember that water resistance can be affected by wear and tear, so regular maintenance is important.
</p>
</div>
</div>
<div class="accordion-item" data-aos="fade-up" data-aos-delay="500">
<div class="accordion-header">
<h3>Can I return or exchange my O'Watch purchase?</h3>
<i class="fas fa-plus accordion-icon"></i>
</div>
<div class="accordion-content">
<p>
We offer a 30-day return policy for unworn watches in their original condition. Custom-designed pieces are non-refundable, but we will work with you to ensure your complete satisfaction. Exchanges can be made within 60 days of purchase, subject to availability. Please contact our customer service team for detailed return and exchange instructions.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- You can use this if you want...
<section id="contact" class="contact">
<div class="container">
<h2 data-aos="fade-down">Contact Us</h2>
<form class="contact-form" data-aos="fade-up">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
</div>
<button type="submit" class="btn">Send Message</button>
</form>
</div>
</section> --->
</main>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>About O'Watch</h3>
<p>
Crafting elegant timepieces for the discerning individual.
</p>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect With Us</h3>
<div class="social-links">
<a href="#" aria-label="Facebook"><i class="fab fa-facebook"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="script.js"></script>
</body>
</html>