-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
601 lines (499 loc) · 28.3 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
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marvel-Fanpage </title>
<link rel="website icon" type="png" href="photos/avengers.png">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="#" class="logo"><span>SPOT</span>MOVIES</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="links" href="#home">HOME</a></li>
<li><a class="links" href="#gallery">GALLERY</a></li>
<li><a class="links" href="#about">ABOUT</a></li>
<li><a class="links" href="#movies">MOVIES</a></li>
<li><a class="links" href="#product">PRODUCT</a></li>
</ul>
</nav>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>Amazing Marvel Movies</h3>
<h1>Welcome Marvel Fans</h1>
<p>Marvel is a leading American Entertainment Company that specializes in producing comic books,movies and television shows.
It was founded in 1939 as Timely publications and later renamed as Marvel comics in 1961. Some of the most popular characters are Spiderman, Thor, Hulk and Iron-Man.
Marvel is also know for its highly successful Marvel Cinematic Universe(MCU), which has began in 2008.
</p>
<a href="https://www.marvel.com/" target="_main" class="btn">Learn More</a>
</div>
<div class="image">
<img src="photos/spd2.jpg" alt="">
</div>
</section>
<!-- home section ends -->
<!-- gallery section starts -->
<section class="gallery" id="gallery">
<h1 class="heading"> <span>Superheroes</span> Gallery </h1>
<div class="box-container">
<div class="box">
<img src="photos/captain-america.jpg" alt="">
<div class="info">
<h3>Captain America</h3>
<p>Captain America is a Fictional Superhero character by Joe Simon and Jack Kirby for Mrvel Comics.
He first appeared in Captain America Comics in 1941. He have a shield won his hands, which provides an extreme level of power to him.
Captain America is played by Chris Evans.
</p>
<a href="https://www.marvel.com/characters/captain-america-steve-rogers" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/thor.jpg" alt="">
<div class="info">
<h3>Thor</h3>
<p>Thor is also a Fictional Superhero character. He first appeared in the popular Ragnork storyline, which explore the Asgardian civilization.
He have a hammer in his hand, which is also known as Mjolnir. Thor character is played by Chris Hemsworth. Thor is also known as God of Thunder.
</p>
<a href="https://www.marvel.com/characters/thor-thor-odinson" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/antman.jpeg" alt="">
<div class="info">
<h3>Ant-Man</h3>
<p>Ant-Man is also a Fictional character. He first appeared in 1962. Ant-Man first movie was appeared in 2015.
It is played by Paul Rudd. Ant-man has a power of transforming his body into a small or a big ones. </p>
<a href="https://en.wikipedia.org/wiki/Ant-Man_(film)" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/wanda.jpg" alt="">
<div class="info">
<h3>Wanda</h3>
<p>Wanda is also a fictional Superhero Character. Wanda Maximoff is also known as Scarlet Witch. She first appeared in X-men comics in 1964 as a villian.
She is an extreme power to manipulate the reality and everything. She is expert in telepathic and telekinetic abilities. Wanda Character is played by Elizabeth Olsen
</p>
<a href="https://www.marvel.com/characters/scarlet-witch-wanda-maximoff" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/captain-marvel.jpg" alt="">
<div class="info">
<h3>Captain Marvel</h3>
<p> Captain Marvel is also a Fictional Character. It is first appeared in Marvel Super Heroes Comics in 1967. She first appeared in
captain america : civil war II. Captain Marvel have an extreme level of speed,strength and she have a powerful energy. It is played by Brie Larson.
</p>
<a href="https://www.marvel.com/movies/captain-marvel" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/spiderman.jpg" alt="">
<div class="info">
<h3>Spider-Man</h3>
<p>Spider-Man is also a Fictional Superhero character. It is First Appeared in Amazing Fanatasy in 1962.
Spider-Man is also known as Peter Parker. It first appeared in spiderman movie in 2002. Spider-Man has a power of flying, great Instinct, strength.
It is played by Tom Holland.
</p>
<a href="https://www.marvel.com/characters/spider-man-peter-parker" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/doctor.jpeg" alt="">
<div class="info">
<h3>Doctor Strange</h3>
<p>Doctor Strange is also a fictional Superhero character. It is First appeared in Strange Tales Comics in 1963.
It is first appeared in doctor strange in 2016. Doctor-Strange have super natural powers and he can manipulate the time and can create a
multiverse with his powers. It is played by Benedict cumberbatch.</p>
<a href="https://en.wikipedia.org/wiki/Doctor_Strange" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/blackpanther.jpg" alt="">
<div class="info">
<h3>Black Panther</h3>
<p>Black-Panther is also a fictional Character. It is First appeared in Fanastic Four Comics in 1966. It is one of the most popular character.
Black-panther is a king and protector Of wakanda. It have an extreme level of power and he is well advanced in Technology. It is played by Chadwick Boseman</p>
<a href="https://en.wikipedia.org/wiki/Black_Panther_(film)" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/ironman.jpg" alt="">
<div class="info">
<h3>Iron-Man</h3>
<p>Iron-man is also a fictional superhero character. It is First appeared in Tales of Suspense comics in 1963. He is very
popular character among people. He is a superhuman who have an armor on it and he is well-advanced in Technology. It is played by Robert Downey Jr. </p>
<a href="https://en.wikipedia.org/wiki/Iron_Man" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/hawkeye.jpg" alt="">
<div class="info">
<h3>Hawkeye</h3>
<p>Hawkeye is also a Fictional Character. It is first appeared as a villian in Tales of Suspense comics in 1964.
His real name is Clint Barton. He is a skilled marksman and an expert archer who uses a variety of trick arrows.
It is played by Jeremy Renner. </p>
<a href="https://en.wikipedia.org/wiki/Hawkeye_(Clint_Barton)" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/hulk.jpg" alt="">
<div class="info">
<h3>Hulk</h3>
<p>Hulk is also a Fictional Character. It is first appeared in the Increduble Hulk comic in 1962.
Hulk is green in color.He is very much strong and big in size. Hulk's real name is Dr.Robert Bruce. It is played by Mark Ruffalo.
</p>
<a href="https://en.wikipedia.org/wiki/Hulk" target="_blank" class="btn">Learn More</a>
</div>
</div>
<div class="box">
<img src="photos/widow.jpg" alt="">
<div class="info">
<h3>Black Widow</h3>
<p>Black-Widow is a fictional Character. It is first appeared in Tales of Suspense comics in 1964.
She is an assasain. She is expert with knifes, swords and guns. It is a very popular character. It is played by Scarlett Johnsson.
</p>
<a href="https://en.wikipedia.org/wiki/Natasha_Romanoff_(Marvel_Cinematic_Universe)" target="_blank" class="btn">Learn More</a>
</div>
</div>
</div>
</section>
<!-- gallery section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>About</span> Avengers </h1>
<div class="row">
<div class="image">
<img src="photos/childrens.jpg" alt="">
</div>
<div class="content">
<h3>Marvel Avengers is amazing</h3>
<p>The Avengers is a team of superheroes from Marvel Comics who have come together to fight against common threats.
The original lineup included Iron Man, Thor, Hulk, Ant-Man, and Wasp, and over the years, the roster has expanded to include
a wide variety of characters such as Captain America, Black Widow, Hawkeye, Spider-Man, Doctor Strange, and many more.</p>
<p>The Avengers have been featured in numerous comic book series, as well as in various forms of media, including movies,
TV shows, and video games. The Marvel Cinematic Universe (MCU) has been particularly successful in bringing the Avengers
to life on the big screen, with four main Avengers movies - The Avengers (2012), Avengers: Age of Ultron (2015),
Avengers: Infinity War (2018), and Avengers: Endgame (2019) - that have become some of the highest-grossing films
of all time.</p>
<a href="https://en.wikipedia.org/wiki/Avengers_(Marvel_Cinematic_Universe)" target="_blank" class="btn">Learn More</a>
</div>
</div>
</section>
<!-- about section ends -->
<!-- movies section starts -->
<section class="movies" id="movies">
<h1 class="heading"> <span>marvel</span> movies </h1>
<div class="box-container">
<div class="box">
<img src="photos/age of ultron.jpg" alt="">
<div class="info">
<h3>Avengers: Age of Ultron 2015</h3>
<span> Action,Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>The avengers must stop the wanda and loki from taking the tesseract</p>
<a href="https://www.hotstar.com/in/movies/marvels-avengers-age-of-ultron/1260018315/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/infinity war.jpg" alt="">
<div class="info">
<h3>Avengers: Infinity war 2018</h3>
<span> Action, Sci-fi </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>The Avengers must stop Thanos, an intergalotic Warlord from getting his hands on all Infinity Stones</p>
<a href="https://www.hotstar.com/in/movies/avengers-infinity-war/1660010677/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/endgame.jpg" alt="">
<div class="info">
<h3>Avengers: Endgame 2019</h3>
<span> Action, Sci-fi </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>In this movie, Thanos captured all the infinity stones , but atlast Iron-man and his team had beat Thanos</p>
<a href="https://www.hotstar.com/in/movies/avengers-endgame/1260013556/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/iron.jpg" alt="">
<div class="info">
<h3>Iron-man(3) 2013</h3>
<span> Action, Adventure</span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Tony Stark is also known as Iron-Man. He is very much knowledgeable person and well advanced in Technology</p>
<a href="https://www.hotstar.com/in/movies/iron-man-3/1660000042/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/ragnork.jpg" alt="">
<div class="info">
<h3>Thor: Ragnork 2017</h3>
<span> Action, Sci-fi, Thriller, Comedy </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Thor who has caught by another planet people and he have to escape from the planet to save his Asgardian planet and people</p>
<a href="https://www.hotstar.com/in/movies/thor-ragnarok/1660010577/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/civil.jpg" alt="">
<div class="info">
<h3>Captain-America : The First Avenger 2011</h3>
<span> Action, Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>During the world war II, steve rogers decides to experiment on him and during this experiment, he transformed into a strong and muscular man.
</p>
<a href="https://www.hotstar.com/in/movies/captain-america-the-first-avenger/1660000034/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/strange.jpg" alt="">
<div class="info">
<h3>Doctor Strange 2016 </h3>
<span> Action, Sci-fi, Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>In an accident, Stephen Strange , a famous neurosurgeon who looses his abililty to use his hands. He goes to visit an
ancient mysterious temple, where a monk helped him to heal and he gain some magic powers.
</p>
<a href="https://www.hotstar.com/in/movies/doctor-strange/1260018179/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/man.jpg" alt="">
<div class="info">
<h3>Spider-Man: No Way Home 2021</h3>
<span> Action, Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Spider-Man seeks the help of Doctor Strange to forget his exposed secret identity as Peter-Parker. However,
Doctor-Strange opens a wrong portal, due all other multiverse villians came to current universe.
</p>
<a href="https://www.netflix.com/in/title/81465707?source=35&preventIntent=true" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/wasp.jpg" alt="">
<div class="info">
<h3>Ant-Man and the Wasp: Quantumania 2023</h3>
<span> Action, Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Ant-Man and the Wasp find themselves exploring the Quantum Realm, interacting with
strange new creatures and embarking on an adventure that pushes them beyond the limits of what they thought was possible.</p>
<a href="https://youtu.be/ZlNFpri-Y40" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/loki.jpg" alt="">
<div class="info">
<h3>Loki 2021</h3>
<span> Action, Sci-fi</span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Loki revolves around the mischievous villain escaping the clutches of The Avengers and getting caught by the Time Variance Authority.
This sends him on a mission to catch the different antagonist who has been troubling the timelines.</p>
<a href="https://www.hotstar.com/in/tv/loki/1260063451?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/wakanda.jpg" alt="">
<div class="info">
<h3>Black Panther: Wakanda Forever 2022</h3>
<span> Action, Adventure </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p> Queen Ramonda, Shuri, M'Baku, Okoye and the Dora Milaje fight to protect their nation from intervening world powers in the wake of King T'Challa's death.
As the Wakandans strive to embrace their next chapter, the heroes must band together with Nakia and Everett Ross to forge a new path
for their beloved kingdom.</p>
<a href="https://www.hotstar.com/in/movies/black-panther-wakanda-forever/1260118821/watch?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
<div class="box">
<img src="photos/vision.jpg" alt="">
<div class="info">
<h3>WandaVision 2021</h3>
<span>Sitcom </span>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>It follows Wanda Maximoff and Vision as they live an idyllic suburban life in the town of Westview, New Jersey, until their reality starts
moving through different decades of sitcom homages and television tropes. Schaeffer served as head writer for the series,
which was directed by Matt Shakman.</p>
<a href="https://www.hotstar.com/in/tv/wandavision/1260051344?utm_source=gwa" target="_blank" class="btn">Watch Online</a>
</div>
</div>
</section>
<!-- movies section ends -->
<!-- product section starts -->
<section class="product" id="product">
<h1 class="heading"> <span>Marvelous</span> Products </h1>
<div class="box-container">
<div class="box">
<h3>Product 1</h3>
<img src="photos/hoodie.jpg" alt="">
<div class="price">₹ 699</div>
<p>Branded Marvel Unisex Hoodie </p>
<a href="https://www.amazon.in/T-N-X-Printed-Hoodie-Unisex-Marvel-XXL/dp/B08QGZ9W9D/ref=mp_s_a_1_3?content-id=amzn1.sym.6d2e9fb2-0396-4886-833e-ea5a414107c4%3Aamzn1.sym.6d2e9fb2-0396-4886-833e-ea5a414107c4&keywords=marvel+hoodies&pd_rd_r=84df31e2-f89a-45af-8f55-67887a329684&pd_rd_w=Q7ufG&pd_rd_wg=bzPTg&pf_rd_p=6d2e9fb2-0396-4886-833e-ea5a414107c4&pf_rd_r=DF96JS8PXVTTWNX2EQH9&qid=1679835243&sr=8-3" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 2</h3>
<img src="photos/backcase.jpg" alt="">
<div class="price">₹ 199</div>
<p>Marvel Cool Hard Plastic Backcase</p>
<a href="https://www.amazon.in/Arvi-Enterprise-Printed-Plastic-Samsung/dp/B09QM7VGCD/ref=mp_s_a_1_2?crid=3FQX1WE2BDPP0&keywords=marvel+back+case&qid=1679835419&sprefix=marvel+backcase%2Caps%2C246&sr=8-2" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 3</h3>
<img src="photos/backpag.jpg" alt="">
<div class="price">₹ 1099</div>
<p>Cool Marvel Backpack for childrens</p>
<a href="https://www.amazon.in/Marvel-Avengers-Letters-Backpack-Grey-AZ161/dp/B09W5PS5DR/ref=mp_s_a_1_17?crid=37RDPLNWOPAMC&keywords=marvel&qid=1679835310&sprefix=marvel+%2Caps%2C215&sr=8-17" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 4</h3>
<img src="photos/comics.jpg" alt="">
<div class="price">₹ 1400</div>
<p>Set of 10 Marvel Comics</p>
<a href="https://www.amazon.in/Marvel-Spiderman-Avengers-Assorted-Collection/dp/B07YF1FNFY/ref=mp_s_a_1_1_sspa?crid=29MU0ORRS4RSF&keywords=marvel+comics&qid=1679835476&sprefix=marvel+%2Caps%2C240&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9waG9uZV9zZWFyY2hfYXRm&psc=1" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 5</h3>
<img src="photos/slippers.jpg" alt="">
<div class="price">₹439 </div>
<p>Marvel Avengers Boy's Flip-flops Slippers
</p>
<a href="https://www.amazon.in/Marvel-Avengers-toothless-Flip-Flops-MAPBFF3710_Grey_9-10Y/dp/B09JZP84M1/ref=mp_s_a_1_2_sspa?crid=2IS7Z1AU6WBPI&keywords=marvel+slippers&qid=1679835447&sprefix=marvel+sli%2Caps%2C218&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9waG9uZV9zZWFyY2hfYXRm&psc=1&smid=AA3VWY631WGZ5" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 6</h3>
<img src="photos/iron hand.jpg" alt="">
<div class="price">₹ 1656</div>
<p>Marvel Avengers:Endgame infinity Stone Hand</p>
<a href="https://www.amazon.in/Marvel-Avengers-Infinity-Electronic-Role-Play/dp/B07TB5M2SF/ref=mp_s_a_1_19?crid=37RDPLNWOPAMC&keywords=marvel&qid=1679835362&sprefix=marvel+%2Caps%2C215&sr=8-19" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 7</h3>
<img src="photos/tshirt.jpg" alt="">
<div class="price">₹ 500 </div>
<p>Marvel Avengers Boy's T-shirt</p>
<a href="https://www.amazon.in/Marvel-Avengers-Regular-T-Shirt-DMA0007_Multicolour_7-8Y/dp/B0748J6TTV/ref=mp_s_a_1_21?crid=37RDPLNWOPAMC&keywords=marvel&qid=1679835287&sprefix=marvel+%2Caps%2C215&sr=8-21" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 8</h3>
<img src="photos/hammer.jpg" alt="">
<div class="price">₹ 3499 </div>
<p>Thor Hammer Figure</p>
<a href="https://www.amazon.in/Marvel-Role-Play-Thor-Hammer/dp/B07PV2DJZT/ref=mp_s_a_1_4?crid=3R1V8H2HWSQYY&keywords=marvel+products&qid=1679835221&sprefix=marvel+prod%2Caps%2C250&sr=8-4" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 9</h3>
<img src="photos/shoes.jpg" alt="">
<div class="price">₹ 779 </div>
<p>Toothless Marvel Avengers Kids Boys Shoes</p>
<a href="https://www.amazon.in/toothless-Marvel-Avengers-Canvas-MAPBCS3871-11-12Y/dp/B0B823NGS1/ref=mp_s_a_1_5?crid=9G1CJRL3VU3&keywords=marvel+shoes&qid=1679842181&sprefix=marvel+shoe%2Caps%2C257&sr=8-5" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 10</h3>
<img src="photos/america-keychain.jpg" alt="">
<div class="price">₹ 219 </div>
<p>Captain America Shield Keychain</p>
<a href="https://www.amazon.in/Techpro-Multicolor-Avengers-Superhero-Keychains/dp/B01LYXSFB1/ref=mp_s_a_1_4?crid=3MR629VJUF9EO&keywords=marvel+keychain&qid=1679841918&sprefix=marvel+%2Caps%2C223&sr=8-4" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 11</h3>
<img src="photos/laptop.jpg" alt="">
<div class="price">₹ 227 </div>
<p>Marvel Avengers Laptop Skin</p>
<a href="https://www.amazon.in/PRINTHUBS-Superhero-Sticker-MacBook-Design20/dp/B0BR3YKRC2/ref=mp_s_a_1_3?crid=FCL3F4RR61N6&keywords=marvel+skins&qid=1679841892&sprefix=marvel+skin%2Caps%2C227&sr=8-3" target="_blank" class="btn">BUY</a>
</div>
<div class="box">
<h3>Product 12</h3>
<img src="photos/toy.jpg" alt="">
<div class="price">₹ 1799 </div>
<p> Captain-America Action Figure Toy</p>
<a href="https://www.amazon.in/Marvel-9-5-inch-Collectible-Villains-Accessories/dp/B0914WQQZ7/ref=mp_s_a_1_11?crid=2ODIWW2N6R92X&keywords=marvel+toys&qid=1679841955&sprefix=marvel+toy%2Caps%2C213&sr=8-11" target="_blank" class="btn">BUY</a>
</div>
</div>
</section>
<!-- product section ends -->
<!-- footer section starts -->
<div class="footer">
<div class="share">
<a href="https://www.youtube.com/@marvel" target="_blank"> <i class="fab fa-youtube"></i> Youtube </a>
<a href="https://www.facebook.com/Marvel/" target="_blank"> <i class="fab fa-facebook-f"></i> Facebook </a>
<a href="https://twitter.com/MarvelStudios" target="_blank"> <i class="fab fa-twitter"></i> Twitter </a>
<a href="https://www.instagram.com/marvel/?hl=en" target="_blank"> <i class="fab fa-instagram"></i> Instagram </a>
</div>
</div>
<!-- footer section ends -->
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
</body>
</html>