-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (352 loc) · 17.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<title>ArtiCrafts</title>
</head>
<body>
<style>
.carousel-item {
height: 32rem;
color: white;
position: relative;
background-position: center;
background-size: cover;
opacity: 20;
}
.container {
position: absolute;
bottom: 0;
justify-content: center;
}
.container-fluid {
font-style: black;
background-color: white;
}
/* .cards-wrapper{
display: flex;
}
.card{
margin: 0.5em;
width: calc(100%/5);
}
.card:hover{
transform: scale(1.1);
}
.image-wrapper:hover{
transform: scale(1);
transition: 3s;
} */
.cards-wrapper {
display: flex;
justify-content: center;
}
.card-img-top {
max-width: 100%;
max-height: 100%;
}
.card {
margin: 0 0.5em;
overflow: hidden;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
}
.card:hover img{
transform: scale(1.1);
}
/* .carousel-inner {
padding: 1em;
} */
.carousel-control-prev,
.carousel-control-next {
width: 5vh;
height: 5vh;
border-radius: 50%;
top: 48%;
transform: translateY(-50%);
}
@media (min-width: 768px) {
.card img {
height: 11em;
}
}
</style>
<div class="mainbody">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a><img src="css/images/articrafts/logo2.png" alt="articrafts" width="150" margin-top="1000px"></a>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0" style="justify-content: center;">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Home.html" style="color:black;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html" style="color:black;">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color:black;">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html" style="color:black;">Login</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit"
style="background-color: black; color:white;">Search</button>
</form>
</div>
</div>
</nav>
<div id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#myCarousel" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="1"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="css/images/index-img/vase.png" alt="Vase " position="absolute">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#FFF" />
</svg>
<div class="container">
<div class="carousel-caption text-start">
<h1 style="font-family: 'Courier New', Courier, monospace;">Hand-made Vases</h1>
<p>Explore our decorative vases and experience the beauty of imperfection.</p>
<p><a class="btn btn-lg btn-primary" href="#">Explore</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="css/images/index-img/ikkat.jpeg" alt="Ikkat Sarees" width="100%" height="100%" style="opacity: 90%;">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#FFF" />
</svg>
<div class="container">
<div class="carousel-caption">
<h1 style="font-family: 'Courier New', Courier, monospace;"><b>Ikkat Sarees</b></h1>
<p><b>Whether it is Pochampally Ikkat or Orissa Ikkat, the textures and colors are vibrant and
eye-catching.</b></p>
<p><a class="btn btn-lg btn-primary" href="#">Browse</a></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src="css/images/index-img/wall.png" alt="Wall Decors" width="100%" height="100%">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"
aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false">
<rect width="100%" height="100%" fill="#FFF" />
</svg>
<div class="container">
<div class="carousel-caption text-end">
<h1 style="color: black;font-family: 'Courier New', Courier, monospace;"><b>Wall Decors</b></h1>
<p><b>Choose arts that best suits your room's theme, color scheme, and your personal style.</b></p>
<p><a class="btn btn-lg btn-primary" href="#">Buy Now</a></p>
</div>
</div>
</div>
</div>
<a href="#myCarousel" class="carousel-control-prev" role="button" data-bs-slide="prev">
<span class="sr-only"></span>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a href="#myCarousel" class="carousel-control-next" role="button" data-bs-slide="next">
<span class="visually-hidden">Next</span>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
<div class="textadd" style="text-align: center; padding-left: 12rem; padding-top: 4rem; padding-right: 10rem;">
<h1 style="color: black;font-family: 'Courier New,bold';">At the Intersection of Art, Craft and Design</h1>
<p style="color:gray;font-family:'abril fatface';font-size: 19px;">ARTICRAFTS, India's new gallery at the
intersection of art craft and design, aims to realize the potential of India's contemporary craft and cultural
economy to support creative livelihoods, and promote sustainable design and development. More than a gallery or
a shop - ARTICRAFTS' is a movement to change lives, in a world that values the humanity of handmade.</p>
</div>
<div class="row" style="justify-content: stretch; padding: 35px;">
<div class="col-lg-4" style="text-align: center;">
<img src="css/images/index-img/clock.png" width="200px" height="170px" style="border-radius: 50%;" alt="Handi Crafts">
<h2 style="font-family: Aboreto">Wall Clocks</h2>
<!-- <p>These crafts carry the magnetic appeal of the Indian culture that promises exclusivity, beauty, dignity and
style.</p> -->
<p>Wall clocks are not just a time-showing device anymore but a great wall decor item as well.</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<div class="col-lg-4" style="text-align: center;">
<img src="css/images/index-img/access.jpeg" width="160px" height="160px" style="border-radius: 50%;">
<h2 style="font-family: Aboreto">Ornaments</h2>
<!-- <p>Made with Love, For the people you love.</p> -->
<p>
Elevate Your Style with our wide range of Hand-made Jewellery & Accessories
</p>
<p><a class="btn btn-secondary" href="#">Browse »</a></p>
</div>
<div class="col-lg-4" style="text-align: center;">
<img src="css/images/index-img/bag.jpeg" width="160px" height="160px" style="border-radius: 50%;">
<h2 style="font-family: Aboreto">Clothing</h2>
<p>And lastly this, the third column of representative placeholder content.</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<div id="carouselExampleControls" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="row" style="padding-right:3rem;padding-top: 1rem;padding-left: 3px;">
<div class="col">
<h4 style="font-family: 'Trebuchet MS';font-size:x-large;"> Hand-Made Soaps</h4>
</div>
<div class="col" style="text-align: right;">
<a href="" style="color: black;text-decoration: none;">More ></a>
</div>
</div>
<div class="carousel-inner" style="color: black;text-align:center;padding: 1em;">
<div class="carousel-item active">
<div class="cards-wrapper" style="color: black;">
<div class="card" style="text-align: center;">
<div class="image-wrapper">
<img src="css/images/index-img/Soap/black.webp" class="card-img-top" alt="Black Cat Soap House">
</div>
<div class="card-body">
<h5 class="card-title" style="color: black; text-decoration: solid;"><b>Black Cat Soap House</b></h5>
<p class="card-text" style="color: black;">Made entirely from natural and organic ingredients and
which will make you, your skin smell & feel beautiful.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/Lovely.webp" class="card-img-top" alt="Lovely Soap Company">
<div class="card-body">
<h5 class="card-title"><b>Lovely Soap Company</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/nina.webp" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title"><b>Nina's Bees</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/Earth.jpg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title"><b>Earth Hero</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
</div>
</div>
<div class="carousel-item" style="color: black;text-align:center;padding: 1em;">
<div class="cards-wrapper" style="color: black;">
<div class="card" style="text-align: center;">
<div class="image-wrapper">
<img src="css/images/index-img/Soap/natural.jpeg" class="card-img-top" alt="Black Cat Soap House">
</div>
<div class="card-body">
<h5 class="card-title" style="color: black; text-decoration: solid;"><b>All Natural Soap House</b></h5>
<p class="card-text" style="color: black;">Made entirely from natural and organic ingredients and
which will make you, your skin smell & feel beautiful.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/nat.png" class="card-img-top" alt="Lovely Soap Company">
<div class="card-body">
<h5 class="card-title"><b>Nat Habit</b></h5>
<p class="card-text">Meant for soft cleansing keeping skin's natural oils intact. Back to pure natural bathing without toxic or harsh chemicals.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/nina.webp" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title"><b>Nina's Bees</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/Soap/Earth.jpg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title"><b>Earth Hero</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="cards-wrapper">
<div class="card">
<img src="css/images/index-img/art.jpeg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/art.jpeg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/art.jpeg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
<div class="card d-none d-md-block">
<img src="css/images/index-img/art.jpeg" class="card-img-top" alt="art.jpeg">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-outline-dark">»</a>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- 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>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>-->
</div>
</body>
</html>