-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbicycle-project-2.html
481 lines (466 loc) · 18.5 KB
/
bicycle-project-2.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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE HTML>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="bicycle-project-2.css">
<style media="screen">
</style>
</head>
<body>
<div class="header-a">
<header>
<h6 id="ecommerce-header">The best e-commerce ui kit</h6>
<ul>
<li>About</li>
<li> / </li>
<li>Our Stores</li>
<li> / </li>
<li>Blog</li>
<li> / </li>
<li>Contact</li>
<li> / </li>
<li>FAQ</li>
</ul>
<div class="language">
<select id="language" >
<option value="English">English</option>
<option value="Espanyol">Espanyol</option>
<option value="Francais">Francais</option>
<option value="Dutch">Dutch</option>
</select>
</div>
<div class="heart-wishlist">
<img src="images\heart.png" id="heart-header">
<h6 id="wishlist-header">Wishlist</h6>
</div>
<div class="social-media-header">
<img src="images\facebook-image.png" id="facebook-header">
<img src="images\pinterest-image.png" id="pinterest-header">
<img src="images\instagram-image.png" id="instagram-header">
<img src="images\twitter-image.png" id="twitter-header">
</div>
</header>
</div>
<div class="header-b">
<h6 id="shopping">SHOPPING</h6>
<img src="images\ui-kit.png" id="uikit-image">
<select id="demos">
<option>DEMOS</option>
</select>
<select id="features">
<option>FEATURES</option>
</select>
<select id="shop">
<option>SHOP</option>
</select>
<select id="pages">
<option>PAGES</option>
</select>
<select id="uikit">
<option>UI KIT</option>
</select>
<img src="images\search-glass.png" id="search-glass-image">
<h6 id="login">LOGIN</h6>
<img src="images\cart.png" id="cart-image">
<h6 id="cart">CART / 0.00$</h6>
</div>
<div class="main-a">
<div class="downhill-bicycles-main-a">
<div id="downhill-bicycles">
<h3 id="downhill-bicycles-h3">DOWNHILL BICYCLES</h3>
<h6 id="save-40">Save 40% only today</h6>
</div>
<div id="read-more">
<img src="images\read-more-arrow.jpg" id="read-more-arrow">
<h6 id="read-more-h6">Read More</h6>
</div>
</div>
<div class="free-guarantee-main-a">
<h6 id="free">FREE</h6>
<h6 id="guarantee">GUARANTEE</h6>
<h6 id="stylish-a">Stylish bicycle mechanic doing <br> his profesional work in workshop</h6>
</div>
<div class="signup-for-newsletter">
<h6 id="sign-up">SIGN UP</h6>
<h6 id="for">FOR</h6>
<img src="images\sign-up-mail-image.png" id="sign-up-image">
<h6 id="newsletter">NEWSLETTER</h6>
<h6 id="stylish-b">Stylish bicycle mechanic doing <br> his profesional work in workshop</h6>
<div id="enter-email-div">
<input type="text" id="enter-email" placeholder="Enter your E-Mail">
<img src="images\email-arrow.png" id="email-arrow">
</div>
</div>
</div>
<div class="main-b">
<div id="free-shipping-div">
<img src="images\free-shipping.jpg" id="free-shipping-image">
<h5 id="free-shipping-h5">Free shipping on all orders</h5>
<h6 id="free-shipping-h6">Get Free shipping on all orders <br> over $75 and free returns</h6>
</div>
<div id="amazing-customer-div">
<img src="images\amazing-customer.jpg" id="amazing-customer-image">
<h5 id="amazing-customer-h5">Amazing customer service</h5>
<h6 id="amazing-customer-h6">We pay these fees so you don't <br> have to. The total billed!</h6>
</div>
<div id="international-shipping-div">
<img src="images\international-shipping.png" id="international-shipping-image">
<h5 id="international-shipping-h5">International Shipping</h5>
<h6 id="international-shipping-h6">We stand behind our goods and <br> services and want you</h6>
</div>
<div id="cashback-div">
<img src="images\cashback.png" id="cashback-image">
<h5 id="cashback-h5">Cashback for your card</h5>
<h6 id="cashback-h6">Currently over 50 countries qualify <br> for express international</h6>
</div>
</div>
<div class="main-c">
<h3 id="city-bicycle-main-c">CITY BICYCLE</h3>
<h3 id="mountain-bike-main-c">MOUNTAIN BIKE</h3>
<h3 id="downhill-bike-main-c">DOWNHILL BIKE</h3>
<h3 id="children-bike-main-c">CHILDREN BIKE</h3>
<h3 id="highway-bike-main-c">HIGHWAY BIKE</h3>
<h3 id="parts-main-c">PARTS</h3>
</div>
<div class="main-d">
<header id="main-d-header">
<h6 id="new-main-d">NEW</h6>
<h6 id="hit-main-d">HIT</h6>
<h6 id="stock-main-d">STOCK</h6>
<h6 id="most-popular-main-d">MOST POPULAR</h6>
<h6 id="brac-a"> < </h6>
<h6 id="brac-b"> > </h6>
</header>
<div id="bicycle-sales">
<div id="city-bicycle-sale-div">
<img src="images\city-bicycle-sale.jpg" id="city-bicycle-sale-a">
<h6 id="city-bicycle-sale-b">City Bicycle</h6>
<h6 id="city-bicycle-sale-c">FUJI GRAN FONDO 2.0<br> DI2 ROAD BIKE</h6>
<img src="images\four-star-rating.png" id="city-bicycle-sale-d">
<h6 id="city-bicycle-sale-e">$1434</h6>
<img src="images\correct-tick.jpg" id="city-bicycle-sale-f">
<h6 id="city-bicycle-sale-g">Available for order</h6>
<div id="city-bicycle-sale-h">
<img src="images\shopping-cart.png" id="city-bicycle-sale-i">
<h6 id="city-bicycle-sale-j">ADD TO CART</h6>
</div>
<img src="images\grey-heart.png" id="city-bicycle-sale-k">
</div>
<div id="highway-bike-sale-div">
<img src="images\highway-bike-sale.jpg" id="highway-bike-sale-a">
<div id="highway-bike-sale-aa">
<h6 id="highway-bike-sale-b">TOP</h6>
<h6 id="highway-bike-sale-c">SALE</h6>
</div>
<h6 id="highway-bike-sale-d">Highway Bike</h6>
<h6 id="highway-bike-sale-e">FUJI GRAN FONDO 2.0 ROAD <br> BIKE - 2016 LIMITED EDITION</h6>
<img src="images\four-star-rating.png" id="highway-bike-sale-f">
<h6 id="highway-bike-sale-g">50%</h6>
<div id="highway-bike-sale-gg">
<h6 id="highway-bike-sale-h">$2434</h6>
<h6 id="highway-bike-sale-i">$1434</h6>
</div>
<img src="images\correct-tick.jpg" id="highway-bike-sale-j">
<h6 id="highway-bike-sale-k">Available for order</h6>
<div id="highway-bike-sale-l">
<img src="images\shopping-cart.png" id="highway-bike-sale-m">
<h6 id="highway-bike-sale-n">ADD TO CART</h6>
</div>
<img src="images\grey-heart.png" id="highway-bike-sale-o">
</div>
<div id="mountain-bike-sale-div">
<img src="images\mountain-bike-sale.jpg" id="mountain-bike-sale-a">
<h6 id="mountain-bike-sale-b">Mountain Bike</h6>
<h6 id="mountain-bike-sale-c">FUJI SL 2.6 LE ROAD BIKE -<br> 2016 PERFORMANCE</h6>
<img src="images\four-star-rating.png" id="mountain-bike-sale-d">
<h6 id="mountain-bike-sale-e">$1434</h6>
<img src="images\correct-tick.jpg" id="mountain-bike-sale-f">
<h6 id="mountain-bike-sale-g">Available for order</h6>
<div id="mountain-bike-sale-h">
<img src="images\shopping-cart.png" id="mountain-bike-sale-i">
<h6 id="mountain-bike-sale-j">ADD TO CART</h6>
</div>
<img src="images\grey-heart.png" id="mountain-bike-sale-k">
</div>
<div id="downhill-bike-sale-div">
<img src="images\downhill-bike-sale.jpg" id="downhill-bike-sale-a">
<h6 id="downhill-bike-sale-b">Downhill Bike</h6>
<h6 id="downhill-bike-sale-c">GT GRADE ALLOY 105 GTW <br> WOMEN'S ROAD BIKE - 2016</h6>
<img src="images\four-star-rating.png" id="downhill-bike-sale-d">
<h6 id="downhill-bike-sale-e">$1434</h6>
<img src="images\correct-tick.jpg" id="downhill-bike-sale-f">
<h6 id="downhill-bike-sale-g">Available for order</h6>
<div id="downhill-bike-sale-h">
<img src="images\shopping-cart.png" id="downhill-bike-sale-i">
<h6 id="downhill-bike-sale-j">ADD TO CART</h6>
</div>
<img src="images\grey-heart.png" id="downhill-bike-sale-k">
</div>
</div>
<footer id="main-d-footer">
<img src="images\company-logo-1.jpg" id="company-logo-1">
<img src="images\company-logo-2.jpg" id="company-logo-2">
<img src="images\company-logo-3.jpg" id="company-logo-3">
<img src="images\company-logo-4.jpg" id="company-logo-4">
<img src="images\company-logo-5.png" id="company-logo-5">
<img src="images\company-logo-6.jpg" id="company-logo-6">
</footer>
</div>
<div class="main-e">
<header id="main-e-header">
<h4 id="news-main-e">NEWS</h4>
<h4 id="brac-c"> < </h4>
<h4 id="brac-d"> > </h4>
</header>
<div id="latin-a">
<h6 id="latin-date-a">20.12.2016</h6>
<img src="images\facebook-image.png" id="fb-comments-a">
<h6 id="comments-a">22 Comments</h6>
<img src="images\views-logo.png" id="views-logo-a">
<h6 id="viewers-a">Viewers</h6>
</div>
<div id="latin-b">
<h6 id="latin-date-b">20.12.2016</h6>
<img src="images\facebook-image.png" id="fb-comments-b">
<h6 id="comments-b">22 Comments</h6>
<img src="images\views-logo.png" id="views-logo-b">
<h6 id="viewers-b">Viewers</h6>
</div>
<div id="latin-c">
<h6 id="latin-date-c">20.12.2016</h6>
<h6 id="brac-e"> < </h6>
<h6 id="brac-f"> > </h6>
<img src="images\facebook-image.png" id="fb-comments-c">
<h6 id="comments-c">22 Comments</h6>
<img src="images\views-logo.png" id="views-logo-c">
<h6 id="viewers-c">Viewers</h6>
</div>
<div id="latin-d">
<h6 id="latin-date-d">20.12.2016</h6>
<img src="images\play-button-latin-d.png" id="play-button-latin-d">
<img src="images\facebook-image.png" id="fb-comments-d">
<h6 id="comments-d">22 Comments</h6>
<img src="images\views-logo.png" id="views-logo-d">
<h6 id="viewers-d">Viewers</h6>
</div>
<div id="nigerian-govt-a">
<h5 id="naija-a"> The Federal Government</h5>
<h6 id="nigerian-government-a">The Federal Government just pumped another <br> $180 million into the Nigerian Economy to curb<br>
forex scarcity and maintain the current price of <br> the dollar at 450 naira.</h6>
</div>
<div id="nigerian-govt-b">
<h5 id="naija-b"> The Federal Government</h5>
<h6 id="nigerian-government-b">This is a scam as we all know by now. The country<br> isn't producing anything; save for crude
oil,<br> a product whose future worth in the international <br>market is extremely questionable</h6>
</div>
<div id="nigerian-govt-c">
<h5 id="naija-c"> The Federal Government</h5>
<h6 id="nigerian-government-c">Given recent strides and advancements in scientific<br> research and discovery of fossil
fuel alternatives.<br> Global leaders such as the U.S and China are also<br> looking for ways</h6>
</div>
<div id="nigerian-govt-d">
<h5 id="naija-d"> The Federal Government</h5>
<h6 id="nigerian-government-d"> to reduce the monopoly of certain oil producing <br>states such as Russia. Sanctions were lifted
from Iran <br>thus making her able to join other OPEC nations.<br> Sad for Nigeria :( </h6>
</div>
<div id="custom-collection-div">
<h3 id="the">THE</h3>
<h3 id="custom">CUSTOM</h3>
<h3 id="collection">COLLECTION</h3>
<h6 id="carefully-curated">Carefully Curated Build Kits, Paired with Premium Frames, Delivered at Unbeatable Prices</h6>
<h5 id="view-collection">VIEW COLLECTION</h5>
</div>
<div id="mr-astrit-bublaku-div">
<h6 id="mr-astrit-bublaku-a">Mr Astrit Bublaku</h6>
<h4 id="mr-astrit-bublaku-b">fun and exciting way to travel. No matter what type of cycling you're into,</h4>
<h4 id="mr-astrit-bublaku-c"> we've got a bike for you. We stock one of the largest</h4>
<h4 id="mr-astrit-bublaku-d"> bicycle ranges everywhere.</h4>
<h6 id="mr-astrit-bublaku-e"> < > </h6>
</div>
</div>
<div class="main-f">
<header id="header-main-f">
<h4 id="store">STORE</h4>
<h4 id="location">LOCATION</h4>
<h4 id="brac-g"> < > </h4>
</header>
<div id="gotham-bike-shop-a">
<h6 id="gotham-bike-shop-b">Gotham Bike Shop</h6>
<h6 id="gotham-bike-shop-c">2410 Wardlow Road. #109 Corona, CA92880</h6>
<img src="images\gotham-clock.png" id="gotham-bike-shop-d">
<h6 id="gotham-bike-shop-e">9:00 to 2:00</h6>
<img src="images\gotham-phone.png" id="gotham-bike-shop-f">
<h6 id="gotham-bike-shop-g">8 (951)009-0700</h6>
</div>
<div id="gotham-bike-shop-a">
<h6 id="gotham-bike-shop-b">Gotham Bike Shop</h6>
<h6 id="gotham-bike-shop-c">2410 Wardlow Road. #109 Corona, CA92880</h6>
<img src="images\gotham-clock.png" id="gotham-bike-shop-d">
<h6 id="gotham-bike-shop-e">9:00 to 2:00</h6>
<img src="images\gotham-phone.png" id="gotham-bike-shop-f">
<h6 id="gotham-bike-shop-g">8 (951)009-0700</h6>
</div>
</div>
<header id="header-main-g">
<h4 id="latest">LATEST</h4>
<h4 id="best">BEST</h4>
<h4 id="selling">SELLING</h4>
<h4 id="featured">FEATURED</h4>
<h4 id="top">TOP</h4>
<h4 id="rated">RATED</h4>
</header>
<div class="main-g">
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
<div id="main-g-div">
<img src="images\city-bicycle-sale.jpg" id="main-ga">
<h6 id="main-gb">City Bicycle</h6>
<img src="images\four-star-rating.png" id="main-gc">
<h6 id="main-gd">FUJI GRAN FONDO 2.0 Di2 <BR> ROAD BIKE</h6>
</div>
</div>
<div id="main-h">
<header id="main-h-header">
<h5 id="about-h">ABOUT</h5>
<h5 id="us-h">US</h5>
<h5 id="latest-h">LATEST</h5>
<h5 id="news-h">NEWS</h5>
<h5 id="tags-h">TAGS</h5>
<h5 id="signup-h">SIGNUP</h5>
<h5 id="for-h">FOR</h5>
<h5 id="newsletter-h">NEWSLETTER</h5>
</header>
<div id="shopping-h-div">
<h4 id="shopping-h">SHOPPING</h4>
<img src="images\ui-kit.png" id="ui-kit-h">
<h6 id="shopping-text-h">We are all about bicycles, what you need,<br> whenever you need to get by, we'll make it<br> happen.
Call us today!</h6>
<img src="images\facebook-image.png" id="facebook-h">
<img src="images\twitter-image.png" id="twitter-h">
<img src="images\pinterest-image.png" id="pinterest-h">
<img src="images\instagram-image.png" id="instagram-h">
</div>
<div id="shopping-ha-div">
<img src="images\children-bike.jpg" id="aa">
<h6 id="ab">20.12.16</h6>
<h6 id="ac">Unparalled Eloquence</h6>
<img src="images\facebook-image.png" id="ad">
<h6 id="ae">22 Comments</h6>
<img src="images\views-logo.png" id="af">
<h6 id="ag">Viewers</h6>
<img src="images\downhill-bike-sale.jpg" id="ba">
<h6 id="bb">20.12.16</h6>
<h6 id="bc">Unparalled Eloquence</h6>
<img src="images\facebook-image.png" id="bd">
<h6 id="be">22 Comments</h6>
<img src="images\views-logo.png" id="bf">
<h6 id="bg">Viewers</h6>
<img src="images\free-guarantee.jpg" id="ca">
<h6 id="cb">20.12.16</h6>
<h6 id="cc">Unparalled Eloquence</h6>
<img src="images\facebook-image.png" id="cd">
<h6 id="ce">22 Comments</h6>
<img src="images\views-logo.png" id="cf">
<h6 id="cg">Viewers</h6>
</div>
<div id="tags-div">
<h6 id="tag-a">Bag classic</h6>
<h6 id="tag-b">Converse</h6>
<h6 id="tag-c">Diesel fit</h6>
<h6 id="tag-d">Jack and Jones jeans</h6>
<h6 id="tag-e">Jumper leather</h6>
<h6 id="tag-f">Lee levis man nypd party</h6>
<h6 id="tag-g">Pink River</h6>
<h6 id="tag-h">Bag Classic</h6>
<h6 id="tag-i">Converse</h6>
<h6 id="tag-j">Diesel fit</h6>
<h6 id="tag-k">Jack and Jones jeans</h6>
<h6 id="tag-l">Jumper leather</h6>
<h6 id="tag-m">Lee levis man nypd party</h6>
<h6 id="tag-n">Pink River</h6>
</div>
<div id="signup-h-sub">
<h6 id="subscribe-h-sub">Subscribe to our newsletter to receive<br> updates on our latest products.<br> Unsubscribe at will.</h6>
<div id="enter-email-div-h">
<input type="text" id="enter-email-h" placeholder="Enter your E-Mail">
<img src="images\email-arrow.png" id="email-arrow-h">
</div>
</div>
<footer id="the-end">
<h6 id="footer-a">Copyright 2017 Shopping ui kit template</h6>
<h6 id="footer-b">Design by</h6>
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah" rel="stylesheet">
<h6 id="footer-c">UGWU</h6>
</footer>
<div id="the-end-b">
<img src="images\paypal-logo.jpg" id="paypal-end">
<img src="images\mastercard-logo.png" id="mastercard-end">
<img src="images\visa-logo.png" id="visa-end">
<img src="images\american-express.png" id="am-end">
</div>
</div>
</body>
</html>