-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
315 lines (304 loc) · 9.51 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
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Mangata and Gallo</title>
<meta name="author" content="Mangata and Gallo" />
<meta
name="description"
content="a jewelry store that specializes in special occasions like engagements, weddings and anniversaries"
/>
<meta property="og:title" content="Mangata and Gallo Jewelry" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://127.0.0.1:5500/index.html" />
<meta
property="og:image"
content="http://127.0.0.1:5500/index.html/curly design 1.jpg"
/>
<meta name="og:locale" content="en_US" />
<!-- include css file -->
<link rel="stylesheet" href="styles.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;1,300&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
</head>
<body>
<header>
<img
src="/mangata-gallo/Asset 1@3x.png"
alt="logo"
width="150px"
height="50px"
/>
</header>
<nav id="nav">
<!-- menubtn -->
<div class="menu" id="menu">
<img
src="/mangata-gallo/menu.png"
alt="menu"
height="40px"
width="40px"
/>
</div>
<div class="close" id="close">
<img
src="/mangata-gallo/icons8-close-30.png"
alt="close"
height="30px"
width="30px"
/>
</div>
<!-- navlist -->
<ul>
<li class="nav-list"><a href="index.html">Home</a></li>
<li class="nav-list"><a href="/pages/products.html">Products</a></li>
<li class="nav-list"><a href="/pages//contact.html">Contact</a></li>
<li class="nav-list">
<a href="/pages/cart.html"
>cart
<img
src="/mangata-gallo/1x/outline_add_shopping_cart_black_24dp.png"
alt="cart"
width="20px"
height="15px"
/></a>
</li>
</ul>
<div id="cart-aside">
<a href="/pages/cart.html"
>cart
<img
src="/mangata-gallo/1x/outline_add_shopping_cart_black_24dp.png"
alt="cart"
width="20px"
height="15px"
/></a>
</div>
</nav>
<main id="modal-bg">
<!-- portfolio -->
<section class="banner">
<article>
<h1>Luxry Diamond jewelries</h1>
<p>Create beautiful moments</p>
</article>
<div class="banner-btn">
<button onclick="showModal()">Learn more</button>
<button><a href="/pages/products.html">Order</a></button>
</div>
</section>
<!-- modal -->
<section id="modal">
<article id="modal-article">
<div id="closeModal" onclick="closeModal()" >
<img
src="/mangata-gallo/icons8-close-30.png"
alt="close"
height="20px"
width="20px"
/>
</div>
<h2>About Mangata and Gallo</h2>
<p>
Mangata and Gallo is a jewelry store that specializes in special
occasions like engagements, weddings and anniversaries. The jewelry
company primarily operates online and has a small storefront in
Austin, Texas with an atelier attached for browsing. Mangata &
Gallo's selection of jewelry is known for its high-quality and
classic look. The owner, an Austin local, is well known for her
jewelry designs.
</p>
<p>
Mariana is the owner and the lead designer of Mangata and Gallo.
After graduating from design school with a specialization in diamond
cutting and metal smithing, Mariana opened a store in her hometown,
Austin and started to grow her business online. Mariana has always
managed every aspect of the business, from jewelry design to
marketing to e-commerce.
</p>
<button><a href="/pages/contact.html">Contact us</a></button>
</article>
</section>
<!-- products -->
<section class="products" id="products">
<img
src="/mangata-gallo/curly design 1.jpg"
alt="curly design"
height="50px"
/>
<h2>WHAT'S NEW</h2>
<!-- cards -->
<div class="products-row">
<article id="article">
<h2>DIAMOND RING</h2>
<hr />
<figure>
<img
src="/mangata-gallo/ring1.jpg"
alt="diamond ring"
height="200px"
/>
</figure>
<p>New wedding and engament ring, with blue design</p>
<details>
<summary>Prices</summary>
<p>1 - 5pieces - 15$</p>
<p>6 - 20pieces - 13$</p>
<p>20 and above - 10$</p>
</details>
<button>
<a href="/pages/products.html#bluering">ORDER</a>
<img
src="/mangata-gallo/1x/outline_add_shopping_cart_black_24dp.png"
alt="cart"
width="20px"
height="20px"
/>
</button>
</article>
<article id="article">
<h2>ORIGINAL DIAMOND RING</h2>
<hr />
<figure>
<img
src="/mangata-gallo/ring2.jpg"
alt="diamond ring"
height="200px"
/>
</figure>
<p>Elegant diamond ring</p>
<details>
<summary>Prices</summary>
<p>1 - 5pieces - 25$</p>
<p>6 - 20pieces - 20$</p>
<p>20 and above - 18$</p>
</details>
<button>
<a href="/pages/products.html#diamondring">ORDER</a>
<img
src="/mangata-gallo/1x/outline_add_shopping_cart_black_24dp.png"
alt="cart"
width="20px"
height="20px"
/>
</button>
</article>
<article id="article">
<h2>JEWELRY SET</h2>
<hr />
<figure>
<img src="/mangata-gallo/necklace 2.jpg" height="200px" />
</figure>
<p>Set of Jewelry collections</p>
<details>
<summary>Prices</summary>
<p>1 - 5pieces - 40$</p>
<p>6 - 20pieces - 35$</p>
<p>20 and above - 30$</p>
</details>
<button>
<a href="/pages/products.html#jewelryset">ORDER</a>
<img
src="/mangata-gallo/1x/outline_add_shopping_cart_black_24dp.png"
alt="cart"
width="20px"
height="20px"
/>
</button>
</article>
</div>
<button><a href="/pages/products.html">See More</a></button>
</section>
<!-- banner-two -->
<section class="banner-two">
<img
src="/mangata-gallo/Asset 4@3x.png"
alt="logo"
height="70px"
width="70%"
style="margin: auto"
/>
<div class="promo">
<article class="promo-text">
<h1>Enjoy great offer Today!!</h1>
<p>
We offer the best quality diamond jewelry for weddings,
anniversary and occassions. <br />
Get yours at affordable rate.
</p>
</article>
<img
src="/mangata-gallo/black ring.jpg"
alt="ring"
height="150px"
loading="eager"
/>
</div>
<button class="promo-btn">
<a href="/pages/products.html">Enjoy Offer</a>
</button>
</section>
<!-- picture samples -->
<section class="gallery">
<div class="gallery-box">
<figure>
<img
src="/mangata-gallo/pexels-hussein-altameemi-11804720.jpg"
alt="jewelry"
/>
</figure>
<figure>
<img
src="/mangata-gallo/pexels-the-glorious-studio-5442468.jpg"
alt="jewelry"
/>
</figure>
<figure>
<img
src="/mangata-gallo/pexels-the-glorious-studio-8891951.jpg"
alt="jewelry"
/>
</figure>
<figure>
<img
src="/mangata-gallo/pexels-irina-iriser-916344.jpg"
alt="jewelry"
/>
</figure>
<figure>
<img
src="/mangata-gallo/pexels-megapixelstock-17834.jpg"
alt="jewelry"
/>
</figure>
</div>
</section>
</main>
<!-- foot -->
<footer>
<div>
<img
src="/mangata-gallo/Asset 1@3x.png"
alt="logo"
width="200px"
height="70px"
/>
</div>
<div>
<hr />
<p>Copyright Mangata Gallo</p>
</div>
</footer>
<script src="/index.js"></script>
</body>
</html>