-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (191 loc) · 8.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>craft</title>
<!-- font awesom from cdnjs -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<input type="checkbox" name="" id="toggler">
<label for="toggler" class="fas fa-bars"></label>
<a href="#" class="logo">craft with Sasnara <span>.</span></a>
<nav class="navbar">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#products">Products</a>
<a href="#contact">Contact</a>
</nav>
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="fas fa-shopping-cart"></a>
<a href="#" class="fas fa-user"></a>
</div>
</header>
<section class="home" id="home">
<div class="content">
<h3>Birthday cards</h3>
<span> natural & beautiful flowers</span>
<p>Welcome to our Craft Cards haven, where creativity meets heartfelt expression. Whether you're looking for
handmade cards that capture life's special moments or inspiration for your next DIY project, our
collection is designed to spark joy and creativity. Explore a world of beautifully crafted cards, each
one a unique piece of art, made with love and attention to detail. Perfect for any occasion, our craft
cards bring a personal touch to your celebrations and cherished memories.</p>
<a href="#products" class="btn">shop now</a>
<div class="designImg">
<img src="hispanic-girl-her-teens-learning-sew_1238364-84335.jpg" alt="image">
</div>
</div>
</section>
<!-- ------------------about-------------------- -->
<section class="about" id="about">
<h1 class="heading"><span>about</span> us</h1>
<div class="row">
<div class="video_container">
<video src="video.mp4" loop autoplay muted></video>
<h3>Best card sellers</h3>
</div>
<div class="content">
<h3>Why choose us?</h3>
<p> Whether you're looking for
handmade cards that capture life's special moments or inspiration for your next DIY project, our
collection is designed to spark joy and creativity. Explore a world of beautifully crafted cards,
each
one a unique piece of art, made with love and attention to detail. Perfect for any occasion, our
craft
cards bring a personal touch to your celebrations and cherished memories.</p>
<a href="#" class="btn">Learn more</a>
</div>
</div>
</section>
<!-- -----------shop -->
<section class="products" id="products">
<h1 class="heading">latest <span>products</span></h1>
<div class="box-container">
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="folwerCard.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-15%</span>
<div class="image">
<img src="heartCard.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="natureCard1.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="pandCard1.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="natureCard2.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="minionsCard.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="pandaCard2.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
<div class="box">
<span class="discount">-10%</span>
<div class="image">
<img src="pandaMiniCard.png" alt="">
<div class="icons">
<a href="#" class="fas fa-heart"></a>
<a href="#" class="cart-btn">add to cart</a>
<a href="#" class="fas fa-share"></a>
</div>
</div>
<div class="content">
<h3>b'day card</h3>
<div class="price">$12.99 <span>$15.99</span></div>
</div>
</div>
</div>
</section>
</body>
</html>