-
Notifications
You must be signed in to change notification settings - Fork 0
/
shop.html
225 lines (221 loc) · 8.01 KB
/
shop.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Welcome to By Grace Design " />
<!--WhoCreated-->
<meta name="author" content="SergioJCerritos => UnbelizeableWebDesign" />
<!--FavIcon-->
<link rel="shortcut icon" href="./assets/favico.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="./assets/favico.ico" />
<!--SEO-->
<meta name="robots" content="index,follow" />
<meta property="og:title" content="Welcome to By Grace Design :)" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://sergjcerro.github.io/ByGrace/" />
<meta
property="og:description"
content="By Grace Design Hand Made Jewelry Store "
/>
<meta property="og:image" content="./assets/TLogo500.png" />
<meta name="twitter:card" content="summary" />
<!--BoxIcons-->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>
<!--Style-->
<link rel="stylesheet" href="./css/style.css" />
<title>Shop</title>
</head>
<body>
<header class="l-header" id="header">
<nav class="nav bd-grid">
<div class="nav__toggle" id="nav-toggle">
<i class="bx bx-menu"></i>
</div>
<a href="#" class="nav__logo">By Grace Designs</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item">
<a href="/ByGrace/index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#featured" class="nav__link">Feature</a>
</li>
<li class="nav__item">
<a href="#natural" class="nav__link">Natural Stones</a>
</li>
<li class="nav__item"><a href="#new" class="nav__link">New</a></li>
<li class="nav__item">
<a href="#shop" class="nav__link active">Shop</a>
</li>
</ul>
</div>
<div class="nav__shop">
<i class="bx bx-shopping-bag"></i>
</div>
</nav>
</header>
<main class="l-main">
<section class="featured section" id="shop">
<h2 class="section-title">All Product</h2>
<div class="featured_container bd-grid">
<article class="necklace">
<img
src="/ByGrace/assets/necklace.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Magentic Couples necklace</span>
<span class="necklace_price">$14.99</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
<article class="necklace">
<img
src="/ByGrace/assets/bracelet1.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Bracelet for Mom and Baby</span>
<span class="necklace_price">$14.99</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
<article class="necklace">
<img
src="/ByGrace/assets/bracelet3.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Magnetic Couple Bracelet</span>
<span class="necklace_price">$10.00</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
<article class="necklace">
<img
src="/ByGrace/assets/shop.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Flower Bracelet</span>
<span class="necklace_price">$20.00</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
<article class="necklace">
<img
src="/ByGrace/assets/bracelet3.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Magnetic Couple</span>
<span class="necklace_price">$14.99</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
<article class="necklace">
<img
src="/ByGrace/assets/bracelet9.jpg"
alt="necklace"
class="necklace__img"
width="100"
height="100"
/>
<span class="necklace_name">Snake</span>
<span class="necklace_price">$20.00</span>
<a href="#" class="button-light"
>Add To Cart<i class="bx bx-right-arrow-alt button-icon"></i
></a>
</article>
</div>
<div class="products__pages bd-grid">
<div>
<span class="products__pg">1</span>
<span class="products__pg">2</span>
<span class="products__pg">3</span>
<span class="products__pg">4</span>
<span class="products__pg">→</span>
</div>
</div>
</section>
</main>
<footer class="footer section">
<div class="footer__container bd-grid">
<div class="footer__box">
<h3 class="footer__title">SergJCerro</h3>
<p class="footer_description">
Business Mock Up <br />
Want a Business Mock up for your Business ? Click Below
<i class="bx bx-down-arrow-alt"></i>
</p>
<a
href="https://www.buymeacoffee.com/UnBelizeableWDS"
class="footer__link" target="_blank" rel="noreferrer"
><img
src="/ByGrace/assets/buyme.png"
alt="BuyMe"
class="footer-img"
width="200"
height="200"
/></a>
</div>
<div class="footer__box">
<h3 class="footer__title">EXPLORE</h3>
<ul>
<li><a href="#home" class="footer__link">Home</a></li>
<li><a href="#feature" class="footer__link">Featured</a></li>
<li><a href="#nature" class="footer__link">Natural Stones</a></li>
<li><a href="#new" class="footer__link">New Collection</a></li>
</ul>
</div>
<div class="footer__box">
<h3 class="footer__title">SUPPORT</h3>
<ul>
<li><a href="#" class="footer__link">Product Help</a></li>
<li><a href="#" class="footer__link">Costumer Care</a></li>
<li><a href="#" class="footer__link">Authorized Service</a></li>
</ul>
</div>
<div class="footer__box">
<a href="#" target="_blank" class="footer__social"
><i class="bx bxl-facebook"></i
></a>
<a href="#" target="_blank" class="footer__social"
><i class="bx bxl-instagram"></i
></a>
<a href="#" target="_blank" class="footer__social"
><i class="bx bxl-twitter"></i
></a>
<a href="#" target="_blank" class="footer__social"
><i class="bx bxl-google"></i
></a>
</div>
</div>
<p class="footer__copy">
© 2021 UnBelizeableWD. All Rights Reserved
</p>
</footer>
<!--JS-->
<script src="./js/index.js"></script>
</body>
</html>