-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (204 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Precious Waves</title>
<link rel="stylesheet" href="style.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=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div class="logo">
<h2>Precious Waves</h2>
</div>
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<div class="container">
<h2>About Us</h2>
<p>My name is Ada, and I'm the heart behind Precious Waves. I work together with my sister Jen, creating every piece by hand. Childhood days spent exploring tide pools and building sandcastles ignited a lifelong connection to the sea. There's something mesmerizing about the ocean's rhythm, its power to reshape and renew. We believe that beauty can emerge from humble beginnings, a philosophy reflected in our commitment to sustainable practices.
<br> <br>
Each piece of Precious Waves jewelry begins with responsibly sourced recycled silver, a blank canvas for transformation. Then, the hunt begins! We comb the shoreline for sea glass, its frosted colors and unique textures a tribute to the ocean's tireless work. Back in our studio, these found treasures are paired with gleaming silver, resulting in one-of-a-kind pieces that carry echoes of salt spray and swirling tides.
<br> <br>
Our jewelry isn't just about aesthetics; it's a wearable reminder of the ocean's enduring beauty, a testament to the belief that elegance and environmental consciousness can exist in perfect harmony. </p>
<div class="about-image-container">
<img src="Ada2.png" alt="About Image" class="about-image">
<img src="Jen1.jpg" alt="About Image" class="about-image">
</div>
</div>
</section>
<section id="products">
<div class="container">
<h2>Products</h2>
<div class="product-grid">
<div class="product-card">
<div class="product-image-container">
<img src="orange ring.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Heritage Fire</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="ring green.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Whispering Vines</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="ring purple.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Lunar Glow</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="ring pink.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Evermore Embrace</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="ring yellow honey.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Celestial Radiance</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="ring deep blue.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Midnight Muse</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet purple yellow.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Mystic Moonshine</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet orange.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Starseeker's Strands</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet pink purple.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Potion of Protection</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet multicolor.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Wishweaver's Charms</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet white.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Mermaid's Tears</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="bracelet dark green.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Enchanted Forest</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant pink.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Wildflower Heart</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant green.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">The Dreamer's Stone</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant brown amber.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Lunar Eclipse Charm</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant red.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Sorcerer's Heartstone</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant purple.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">The Harmony</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
<div class="product-card">
<div class="product-image-container">
<img src="pendant clear.png" alt="Product Image" class="product-image">
</div>
<p class="product-name">Whispers of the Sea</p>
<p class="product-price">€0.00</p>
<p class="in-stock">In Stock</p>
</div>
</div>
<img src="" alt="Zoomed Product Image" class="zoomed-image">
<img src="" alt="Zoomed About Image" class="zoomed-image">
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact Us</h2>
<form id="contact-form">
<input type="text" placeholder="Full Name">
<input type="email" placeholder="Email">
<input type="tel" placeholder="Phone Number">
<textarea placeholder="Your Message" maxlength="2000"></textarea>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<script src="script.js"></script>
</body>
</html>