-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwatch.html
433 lines (407 loc) · 19 KB
/
watch.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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!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">
<link href="https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400&family=Montserrat:wght@200;300;400;500;600&family=Roboto+Condensed:wght@300;400;700&display=swap" rel="stylesheet">
<title>Fine Apple</title>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<link rel="stylesheet" href="styles/watch.css">
</head>
<body>
<nav>
<div id="logo" onclick="goto('logo')">
<h2>Fine <img src="images/logo.png" alt=""></h2>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">Store
<div class="options" >
<div class="box-1">
<div class="box-head">Shop</div>
<a href="#">Shop the Latest</a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Quick Link</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">Shop Special Stores</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" onclick="goto('mac')" class="item">Mac
<div class="options" >
<div class="box-1">
<div class="box-head">Explore Mac</div>
<a href="#">Shop Mac</a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Shop Mac</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">More from Mac</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" onclick="goto('ipad')" class="item">iPad
<div class="options" >
<div class="box-1">
<div class="box-head">Explore iPad</div>
<a href="#">Explore All iPad</a>
<a href="#">Mac</a>
<a href="#">iPad Air</a>
<a href="#">iPad</a>
<a href="#">iPad mini</a>
<a href="#">Apple Pencil</a>
</div>
<div class="box-2">
<div class="box-head">Shop iPad</div>
<a href="#">Shop iPad</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">More from IPad</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" onclick="goto('iphone')" class="item">iPhone
<div class="options" >
<div class="box-1">
<div class="box-head">Explore iPhone</div>
<a href="#">Explore All iPhone</a>
<a href="">iPhone 14 Pro</a>
<a href="">iphone 14</a>
<a href="">iPhone 13</a>
<a href="">iPhone 12</a>
<a href="">iPhone SE</a>
</div>
<div class="box-2">
<div class="box-head">Shop iPhone</div>
<a href="">Shop iPhone</a>
<a href="">iPhone Accessories</a>
<a href="">Apple Trade In</a>
<a href="">Ways to Buy</a>
</div>
<div class="box-2">
<div class="box-head">More from iPhone</div>
<a href="">iPhone Support</a>
<a href="">iOS 16</a>
<a href="">iPhone Privacy</a>
<a href="">iCloud</a>
<a href="">Wallet</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" onclick="goto('watch')" class="item">Watch
<div class="options" >
<div class="box-1">
<div class="box-head">Explore Watch</div>
<a href="#">Explore All iPhone</a>
<a href="">iPhone 14 Pro</a>
<a href="">iphone 14</a>
<a href="">iPhone 13</a>
<a href="">iPhone 12</a>
<a href="">iPhone SE</a>
</div>
<div class="box-2">
<div class="box-head">Shop iPhone</div>
<a href="">Shop iPhone</a>
<a href="">iPhone Accessories</a>
<a href="">Apple Trade In</a>
<a href="">Ways to Buy</a>
</div>
<div class="box-2">
<div class="box-head">More from iPhone</div>
<a href="">iPhone Support</a>
<a href="">iOS 16</a>
<a href="">iPhone Privacy</a>
<a href="">iCloud</a>
<a href="">Wallet</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">AirPods
<div class="options" >
<div class="box-1">
<div class="box-head">Shop</div>
<a href="#">Shop the Latest</a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Quick Link</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">Shop Special Stores</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">TV & Home
<div class="options" >
<div class="box-1">
<div class="box-head">Shop TV</div>
<a href="#">Explore TV & Home </a>
<a href="#">Mac</a>
<a href="#">iPhone</a>
<a href="#">HomePod</a>
<a href="#">HomePod mini</a>
</div>
<div class="box-2">
<div class="box-head">Quick Link</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">More from TV & Home</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">Entertainment
<div class="options" >
<div class="box-1">
<div class="box-head">Entertainment</div>
<a href="#">Explore Entertainment</a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Support</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">Accessories
<div class="options" >
<div class="box-1">
<div class="box-head">Shop Accessories</div>
<a href="#">Shop all Accessories/a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Explore Accessories</div>
<a href="#">Made by Apple</a>
<a href="#">Beats by Dr. Dre</a>
<a href="#">AirTag</a>
</div>
</div>
</div>
<div onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" class="item">Support
<div class="options" >
<div class="box-1">
<div class="box-head">Support</div>
<a href="#">iPhone</a>
<a href="#">iPad</a>
<a href="#">Mac</a>
<a href="#">Apple Watch</a>
<a href="#">Accessories</a>
</div>
<div class="box-2">
<div class="box-head">Get Help</div>
<a href="#">Find a Store</a>
<a href="#">Order Status</a>
<a href="#">Financing</a>
<a href="#">Apple Trade In</a>
</div>
<div class="box-2">
<div class="box-head">Helpful Topics</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<!----------------------Search----------------------- -->
<div id="search" onmouseover="expandOptions(this)" onmouseout="closeOptions(this)">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffff" width="15px" height="44px" viewBox="0 0 15 44">
<path d="M14.298,27.202l-3.87-3.87c0.701-0.929,1.122-2.081,1.122-3.332c0-3.06-2.489-5.55-5.55-5.55c-3.06,0-5.55,2.49-5.55,5.55 c0,3.061,2.49,5.55,5.55,5.55c1.251,0,2.403-0.421,3.332-1.122l3.87,3.87c0.151,0.151,0.35,0.228,0.548,0.228 s0.396-0.076,0.548-0.228C14.601,27.995,14.601,27.505,14.298,27.202z M1.55,20c0-2.454,1.997-4.45,4.45-4.45 c2.454,0,4.45,1.997,4.45,4.45S8.454,24.45,6,24.45C3.546,24.45,1.55,22.454,1.55,20z"></path>
</svg>
<div class="options fd-column" >
<div class="box-1 ">
<div class="search-box">
<svg xmlns="http://www.w3.org/2000/svg" fill="#ffff" width="20px" height="49px" viewBox="0 0 15 44">
<path d="M14.298,27.202l-3.87-3.87c0.701-0.929,1.122-2.081,1.122-3.332c0-3.06-2.489-5.55-5.55-5.55c-3.06,0-5.55,2.49-5.55,5.55 c0,3.061,2.49,5.55,5.55,5.55c1.251,0,2.403-0.421,3.332-1.122l3.87,3.87c0.151,0.151,0.35,0.228,0.548,0.228 s0.396-0.076,0.548-0.228C14.601,27.995,14.601,27.505,14.298,27.202z M1.55,20c0-2.454,1.997-4.45,4.45-4.45 c2.454,0,4.45,1.997,4.45,4.45S8.454,24.45,6,24.45C3.546,24.45,1.55,22.454,1.55,20z"></path>
</svg>
<input type="text" placeholder="Search" spellcheck="false">
</div>
</div>
<div class="box-2">
<div class="box-head">Helpful Topics</div>
<a href="#">Certified</a>
<a href="#">Education</a>
<a href="#">Business</a>
<a href="#">Government</a>
</div>
</div>
</div>
<!-- ------------------------Bag------------------------------- -->
<div id="bag" onmouseover="expandOptions(this)" onmouseout="closeOptions(this)" >
<svg height="44" fill="#ffff" viewBox="0 0 14 44" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m11.3535 16.0283h-1.0205a3.4229 3.4229 0 0 0 -3.333-2.9648 3.4229 3.4229 0 0 0 -3.333 2.9648h-1.02a2.1184 2.1184 0 0 0 -2.117 2.1162v7.7155a2.1186 2.1186 0 0 0 2.1162 2.1167h8.707a2.1186 2.1186 0 0 0 2.1168-2.1167v-7.7155a2.1184 2.1184 0 0 0 -2.1165-2.1162zm-4.3535-1.8652a2.3169 2.3169 0 0 1 2.2222 1.8652h-4.4444a2.3169 2.3169 0 0 1 2.2222-1.8652zm5.37 11.6969a1.0182 1.0182 0 0 1 -1.0166 1.0171h-8.7069a1.0182 1.0182 0 0 1 -1.0165-1.0171v-7.7155a1.0178 1.0178 0 0 1 1.0166-1.0166h8.707a1.0178 1.0178 0 0 1 1.0164 1.0166z"></path></svg>
<div class="options fd-column" >
<div class="box-1">
<div id="bag-info">
<h2 id="bag-status">Your Bag is empty</h2>
<p id="sign-in"><a href="signup.html">Sign in </a> to see if have any saved items</p>
<p id="sign-out"><a style="pointer-events: none;" href="" >Sign out </a></p>
</div>
</div>
<div class="box-2">
<div class="box-head">My Profile</div>
<a href="#">Orders</a>
<a href="#">Your Saves</a>
<a href="#">Account</a>
</div>
</div>
</div>
</nav>
<!-- ----------product-display---------- -->
<h1>Which Apple Watch is right for you?</h1>
<div id="product-container">
</div>
<footer>
<div>
<p>1. Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices are eligible for credit. You must be at least 18 years old to be eligible to trade in for credit or for an Apple Gift Card. Trade-in value may be applied toward qualifying new device purchase, or added to an Apple Gift Card. Actual value awarded is based on receipt of a qualifying device matching the description provided when estimate was made. Sales tax may be assessed on full value of a new device purchase. In-store trade-in requires presentation of a valid photo ID (local law may require saving this information). Offer may not be available in all stores, and may vary between in-store and online trade-in. Some stores may have additional requirements. Apple or its trade-in partners reserve the right to refuse or limit quantity of any trade-in transaction for any reason. More details are available from Apple’s trade-in partner for trade-in and recycling of eligible devices. Restrictions and limitations may apply.</p>
<p>To access and use all the features of Apple Card, you must add Apple Card to Wallet on an iPhone or iPad with the latest version of iOS or iPadOS. Update to the latest version by going to Settings > General > Software Update. Tap Download and Install.</p>
<p>Available for qualifying applicants in the United States.</p>
<p>Apple Card is issued by Goldman Sachs Bank USA, Salt Lake City Branch.</p>
<p>Learn more about how Apple Card applications are evaluated at <a href="https://support.apple.com/en-us/HT209218">support.apple.com/kb/HT209218.</a></p>
</div>
<div style="padding: 0; width: 80%;"></div>
<div class="ch">
<div>
<p><b>Shop and Learn</b></p>
<p>store</p>
<p>Mac</p>
<p>iPad</p>
<p>iPhone</p>
<p>Watch</p>
<p>AirPods</p>
<p>TV & Home</p>
<p>AirTag</p>
<p>Accessories</p>
<p>Gift Cards</p>
<a href="">-</a>
<p><b>Apple Wallet</b></p>
<p>Wallet</p>
</div>
<div>
<p><b>Account</b></p>
<p>Manage Your Apple ID</p>
<p>iCloud.com</p>
<a href="">-</a>
<p><b>Entertainment</b></p>
<p>Apple One</p>
<p>Apple TV+</p>
<p>Apple Music</p>
<p>Apple Arcade</p>
<p>Apple Podcasts</p>
<p>Apple Books</p>
<p>App Store</p>
</div>
<div>
<p><b>Apple Store</b></p>
<p>Ways to Buy</p>
<p>Apple Trade In</p>
<p>Recycling Programme</p>
<p>Order Status</p>
<p>Shopping Help</p>
</div>
<div>
<p><b>For Business</b></p>
<p>Apple and Business</p>
<a href="">-</a>
<p><b>For Education</b></p>
<p>Apple and Education</p>
<p>Shop for Education</p>
<p>Shop for University</p>
<a href="">-</a>
<p><b>For Healthcare</b></p>
<p>Apple in Healthcare</p>
<p>Health on Apple Watch</p>
</div>
<div>
<p><b>Apple Values</b></p>
<p>Accessability</p>
<p>Education</p>
<p>Environment</p>
<p>Privacy</p>
<p>Supplier Responsibility</p>
<a href="">-</a>
<p><b>About Apple</b></p>
<p>Newsroom</p>
<p>Apple Leadership</p>
<p>Career Opportunities</p>
<p>Investors</p>
<p>Ethics & Compliance</p>
<p>Events</p>
<p>Contact Apple</p>
</div>
</div>
<div class="copyright">
Copyright © 2023 Apple Inc. All rights reserved.Privacy Policy Terms of Use Sales and Refunds Legal Site Map
</div>
</footer>
</body>
<script>
</script>
<script src="scripts/watch.js"></script>
<script src="scripts/nav.js"></script>
</html>