-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (245 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🎨</text></svg>"></link>
<link
href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Artisan Haven</title>
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="navbar-logo">
<span>🎨</span><span class="navbar-logo-name">Artisan Haven</span>
</div>
<ul class="navbar-list">
<li class="navbar-item">
<a href="#products" class="navbar-link">Products</a>
</li>
<li class="navbar-item">
<a href="#features" class="navbar-link">Features</a>
</li>
<li class="navbar-item">
<a href="#reviews" class="navbar-link">Reviews</a>
</li>
</ul>
</nav>
<div class="hero">
<div class="hero-content">
<h1 class="hero-title">
Discover the Beauty of Handcrafted Creations
</h1>
<p class="hero-description">
Welcome to Artisan Haven, where every piece tells a story. Immerse
yourself in a world of creativity and craftsmanship as you explore
our curated collection of handmade treasures. From exquisite jewelry
to unique home decor, each item is lovingly crafted by skilled
artisans from around the globe. Join us on a journey of discovery
and find the perfect piece to add a touch of artistry to your life.
</p>
<a href="#" class="btn">Explore now</a>
</div>
<div class="hero-image">
<img
src="assets/hero.png"
alt="Handmade crafts examples"
class="hero-photo"
/>
</div>
</div>
</header>
<main>
<section class="products" id="products">
<h2 class="section-title">Discover Handcrafted Treasures</h2>
<div class="products-grid">
<div class="product">
<img
src="assets/product-1-lazy.jpg"
alt="Product 1"
class="product-photo lazy"
data-src="assets/product-1.jpg"
/>
<h2 class="product-title">Hand-Painted Silk Scarf</h2>
<p class="product-description">
Made from luxurious silk, this scarf is not only a stunning
accessory but also a work of art that adds elegance to any outfit.
Elevate your style and embrace the enchantment of the wilderness
with this exquisite piece.
</p>
</div>
<div class="product">
<img
src="assets/product-2-lazy.jpg"
alt="Product 1"
class="product-photo lazy"
data-src="assets/product-2.jpg"
/>
<h2 class="product-title">Metal Cuff Bracelet</h2>
<p class="product-description">
Each piece is unique, reflecting the artisan's skill and passion
for creating wearable art. Whether you're stargazing or attending
a special event, let this celestial-inspired bracelet be a symbol
of your dreams and aspirations.
</p>
</div>
<div class="product">
<img
src="assets/product-3-lazy.jpg"
alt="Product 1"
class="product-photo lazy"
data-src="assets/product-3.jpg"
/>
<h2 class="product-title">Ceramic Tea Set</h2>
<p class="product-description">
Each piece is lovingly formed and painted by skilled ceramic
artists, making every tea time an enchanting experience. Serve
your favorite brews in style and infuse a touch of magic into your
gatherings with this whimsical tea set.
</p>
</div>
</div>
</section>
<section class="features" id="features">
<h2 class="section-title">Experience the Artisan Haven Difference</h2>
<div class="features-component">
<div class="feature feature--1 feature--active">
<h2 class="feature-title">Shop with Confidence</h2>
<p class="feature-description">
Rest assured knowing that your transactions are safe and secure.
We use the latest encryption technology to protect your payment
information, ensuring a worry-free shopping experience
</p>
<span class="feature-emoji">👛🔒</span>
</div>
<div class="feature feature--2">
<h2 class="feature-title">Personalized Shopping Experience</h2>
<p class="feature-description">
Enjoy a personalized shopping journey with recommendations and
curated collections based on your preferences. Discover handpicked
treasures that resonate with your unique style and taste.
</p>
<span class="feature-emoji">🎁🛍️</span>
</div>
<div class="feature feature--3">
<h2 class="feature-title">Global Artisan Community</h2>
<p class="feature-description">
Join a vibrant community of artisans and enthusiasts from around
the world. Celebrate cultural diversity and support talented
craftsmen while discovering one-of-a-kind creations that reflect
the richness of global craftsmanship.
</p>
<span class="feature-emoji">🌍🎨</span>
</div>
<div class="features-titles">
<button class="btn feature-btn feature-btn--active" data-tab="1">
Secure Transactions
</button>
<button class="btn feature-btn" data-tab="2">Just for You</button>
<button class="btn feature-btn" data-tab="3">
Creativity Worldwide
</button>
</div>
</div>
</section>
<section class="testimonials" id="reviews">
<div class="main-goal">
<h2 class="main-goal-title">Empowering Artisans, Enriching Lives</h2>
<p class="main-goal-description">
At Artisan Haven, our mission is simple: to empower artisans and
enrich lives through the beauty of handmade crafts. By providing a
platform for talented creators to showcase their work and connect
with buyers worldwide, we aim to foster a community where creativity
thrives and meaningful connections are made. Join us in celebrating
craftsmanship and supporting artisans in their pursuit of passion
and livelihood.
</p>
</div>
<div class="slider">
<div class="slide slide--1">
<div class="testimonial">
<img
src="assets/user-1.jpg"
alt="CraftyChris89"
class="testimonial-photo"
/>
<p class="testimonial-review">
As an artisan myself, I appreciate the platform Artisan Haven
provides. It's not just a marketplace; it's a supportive
community that values craftsmanship and creativity. Proud to be
a part of it!
</p>
<em class="testimonial-username">— CraftyChris89</em>
</div>
</div>
<div class="slide slide--2">
<div class="testimonial">
<img
src="assets/user-2.jpg"
alt="WanderlustJohn"
class="testimonial-photo"
/>
<p class="testimonial-review">
I love the diversity of products available on Artisan Haven.
From hand-painted ceramics to intricate jewelry, there's
something for everyone. It's like traveling the world without
leaving my home!
</p>
<em class="testimonial-username">— WanderlustJohn</em>
</div>
</div>
<div class="slide slide--3">
<div class="testimonial">
<img
src="assets/user-3.jpg"
alt="Emily_TheExplorer"
class="testimonial-photo"
/>
<p class="testimonial-review">
Artisan Haven is a gem! I've found the most unique gifts for my
loved ones here. Knowing that each purchase directly supports
talented artisans makes the experience even more special
</p>
<em class="testimonial-username">— Emily_TheExplorer</em>
</div>
</div>
<button class="slider-btn slider-btn--right">▶</button>
<button class="slider-btn slider-btn--left">◀</button>
<div class="slider-dots"></div>
</div>
</section>
</main>
<footer class="footer">
<button class="footer-btn">Contact</button>
</footer>
<div class="popup popup--hidden">
<form class="form">
<h2 class="form-title">Get in touch</h2>
<div class="form-group">
<label for="name" class="form-label">Full Name</label>
<input type="text" id="name" class="form-input" />
</div>
<div class="form-group">
<label for="mail" class="form-label">email</label>
<input type="email" id="mail" class="form-input" />
</div>
<div class="form-group">
<label for="message" class="form-label">Message</label>
<textarea
id="message"
cols="30"
rows="6"
class="form-textarea"
></textarea>
</div>
<button class="btn">Send</button>
<button class="form-close">×</button>
</form>
</div>
<script src="script.js"></script>
</body>
</html>