-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
305 lines (304 loc) · 12.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Samsung Galaxy Watch</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<div id="Home" class="secMain">
<div class="top_bar">
<img src="Assets/Sam_Logo1.png" alt="Samsung Logo" />
<div class="navigation">
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#Features">Features</a></li>
<li><a href="#Pricing">Pricing</a></li>
</ul>
</div>
</div>
<div class="product_container">
<span class="text_1"
><h1>Samsung</h1>
<h1 class="text-pad-right">Galaxy</h1>
</span>
<img
class="Watch_Face"
src="Assets/Watch_Face_Flat.png"
alt="Galaxy Watch Face"
/>
<span class="text_2"
><h1 class="pad-left1">Watch</h1>
<h1 class="pad-left2">Classic</h1></span
>
</div>
</div>
<div id="Features" class="features" loading="lazy">
<div class="video-container">
<iframe
src="https://www.youtube.com/embed/sk2z3BJzHXE?si=dj4k2vhmnJtYE46u"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<img
class="image-text"
src="Assets/Watch_Graphics.jpg"
alt="watch with text"
/>
</div>
<div class="feature-list">
<figure class="feature1">
<img
src="Assets/bluetooth.png"
alt="watch with bluetooth"
/>
<figcaption class="roboto-regular">Bluetooth</figcaption>
<div class="line"></div>
</figure>
<figure class="feature2">
<img src="Assets/battery.png" alt="battery" />
<figcaption class="roboto-regular">
Long battery life
</figcaption>
<div class="line"></div>
</figure>
<figure class="feature3">
<img src="Assets/Heart.png" alt="Heart" />
<figcaption class="roboto-regular">
Daily wellness manager
</figcaption>
<div class="line"></div>
</figure>
<figure class="feature4">
<img src="Assets/speaker.png" alt="speaker" />
<figcaption class="roboto-regular">
Built in speaker
</figcaption>
<div></div>
</figure>
</div>
</div>
<div id="Pricing" class="pricing-container" loading="lazy">
<h2>Define Your Style</h2>
<p>Choose between four unique designs</p>
<div class="price-card-container">
<div class="watch-price">
<p>Galaxy watch (classic)</p>
<small>SM-R800NZSAXSG</small>
<figure>
<img
class="watch-pic"
src="Assets/Watch_Face_Flat.png"
alt="Classic watch face"
/>
<figcaption><b>Color:</b> Black</figcaption>
</figure>
<p></p>
<div class="rating">
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<small class="rate">4.0 (1041)</small>
</div>
<p class="price">3000.00 GHC</p>
<input value="Add To Cart" type="button" />
</div>
<div class="watch-price">
<p>Galaxy watch (40mm)</p>
<small>SM-L315FZGAXSG</small>
<figure>
<img
class="watch-pic"
src="Assets/galaxy-watch1.png"
alt=""
/>
<figcaption><b>Color:</b> Phantom</figcaption>
</figure>
<p></p>
<div class="rating">
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<small class="rate">5.0 (2311)</small>
</div>
<p class="price">2700.00 GHC</p>
<input value="Add To Cart" type="button" />
</div>
<div class="watch-price">
<p>Galaxy watch (46mm)</p>
<small>SM-L305FZGAXSG</small>
<figure>
<img
class="watch-pic"
src="Assets/galaxy-watch2.png"
alt=""
/>
<figcaption><b>Color:</b> Grey</figcaption>
</figure>
<p></p>
<div class="rating">
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-half.png"
alt="star rating"
/>
<small class="rate">4.5 (1802)</small>
</div>
<p class="price">2400.00 GHC</p>
<input value="Add To Cart" type="button" />
</div>
<div class="watch-price">
<p>Galaxy watch (46mm)</p>
<small>SM-L310NZGAMEA</small>
<figure>
<img
class="watch-pic"
src="Assets/galaxy-watch3.png"
alt=""
/>
<figcaption><b>Color:</b> White</figcaption>
</figure>
<p></p>
<div class="rating">
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-full.png"
alt="star rating"
/>
<img
class="star-pic"
src="Assets/star-half.png"
alt="star rating"
/>
<small class="rate">3.5 (731)</small>
</div>
<p class="price">2400.00 GHC</p>
<input value="Add To Cart" type="button" />
</div>
</div>
</div>
<div class="footer">
<div class="social-icons">
<a
href="https://www.google.com/search?client=opera-gx&hs=jzO&sca_esv=e482c6f449298c6c&sxsrf=ADLYWIKYsni1M78llzxztKH--obaA5MAIg:1725811572569&q=Oops+images&udm=2&fbs=AEQNm0Aa4sjWe7Rqy32pFwRj0UkWd8nbOJfsBGGB5IQQO6L3J_86uWOeqwdnV0yaSF-x2jo6Ttnu6iRjjgGjARfLolnBoLZZFBaghikH-Cd5D8-jDvC-_h7g9ohAN2yKByh2pgojEaF7fDNtZ7iWtirA9J9kzMSe2VBYlJKDm9fBpalu0yZE1iw&sa=X&ved=2ahUKEwjKvu2N3bOIAxWe9bsIHYjNLPMQtKgLegQIFRAB&biw=1706&bih=910&dpr=1.1"
class="icon"
>
<i class="fab fa-facebook-f"></i>
</a>
<a
href="https://x.com/IamKing_exe?t=ZnRJIRQkCEYhZJ0V6hLGsQ&s=09"
class="icon"
>
<i class="fab fa-twitter"></i>
</a>
<a
href="https://www.google.com/search?client=opera-gx&hs=jzO&sca_esv=e482c6f449298c6c&sxsrf=ADLYWIKYsni1M78llzxztKH--obaA5MAIg:1725811572569&q=Oops+images&udm=2&fbs=AEQNm0Aa4sjWe7Rqy32pFwRj0UkWd8nbOJfsBGGB5IQQO6L3J_86uWOeqwdnV0yaSF-x2jo6Ttnu6iRjjgGjARfLolnBoLZZFBaghikH-Cd5D8-jDvC-_h7g9ohAN2yKByh2pgojEaF7fDNtZ7iWtirA9J9kzMSe2VBYlJKDm9fBpalu0yZE1iw&sa=X&ved=2ahUKEwjKvu2N3bOIAxWe9bsIHYjNLPMQtKgLegQIFRAB&biw=1706&bih=910&dpr=1.1"
class="icon"
>
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/eddkingqsey/" class="icon">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/Eddking-QS" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
<form
class="newsletter-form"
action="https://formspree.io/f/mdknjjgr"
method="POST"
>
<label for="email">Subscribe to our newsletter</label>
<input
id="email"
type="email"
name="email"
placeholder="Enter your email"
required
/>
<button type="submit">Submit</button>
</form>
<small class="Copyright"
>Copyright© 2024 Edwardking. All rights reserved.</small
>
</div>
</body>
</html>