-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (71 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MHW - TRIBUTE PAGE</title>
<link rel="shortcut icon" href="./images/Monster-Hunter-World-PNG-Image.png" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<section class="banner">
<div class="Title">
<img src="./images/Monster-Hunter-World-PNG-Image.png" alt="">
</div>
</section>
<nav>
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>CONTACT</li>
</ul>
<ul>
<li>ARMORS</li>
<li>WEAPONS</li>
<li>MONSTERS</li>
</ul>
</nav>
<section class="MainFrame">
<aside class="Hunter"><img src="./images/HUNTERS.png" alt=""></aside>
<aside class="Details">
<p>The latest entry in the critically acclaimed 40 million unit selling action RPG series, Monster Hunter: World introduces a living, breathing ecosystem in which players take on the role of a hunter that seeks and slays ferocious beasts in heart-pounding battles. Venture on quests alone or with up to three other hunters in a newly designed online drop-in multiplayer system which allows cross-region cooperative play between Japan and the West, uniting the global player base for the first time ever. Monster Hunter: World will also be the first game in the series with a worldwide simultaneous launch window and is planned for release on PlayStation® 4 computer entertainment system and Xbox One on January 26, 2018. A PC release will follow at a later date.</p>
</aside>
<aside class="Monster"><img src="./images/MHW-Anjanath_Render_001.webp" alt=""></aside>
</section>
<section class="HunterFrame">
<aside class="WeaponClasses">
<button><img src="./images/weapon1.png" alt=""></button>
<button><img src="./images/weapon2.png" alt=""></button>
<button><img src="./images/weapon3.png" alt=""></button>
<button><img src="./images/weapon4.png" alt=""></button>
<button><img src="./images/weapon5.png" alt=""></button>
<button><img src="./images/weapon6.webp" alt=""></button>
<button><img src="./images/weapon7.png" alt=""></button>
<button><img src="./images/weapon8.png" alt=""></button>
<button><img src="./images/weapon9.png" alt=""></button>
<button><img src="./images/weapon10.png" alt=""></button>
<button><img src="./images/weapon11.png" alt=""></button>
<button><img src="./images/weapon12.webp" alt=""></button>
<button><img src="./images/weapon13.png" alt=""></button>
<button><img src="./images/weapon14.webp" alt=""></button>
</aside>
<aside class="Hunter">
<img src="./images/Monster-Hunter-World-PNG-Photo-Image.png" alt="">
</aside>
<aside class="Description">
<p><span>BOW</span>The bow is a mid-range weapon that can perform a variety of attacks. Its charged shots can deal significant damage when aimed at a monster's weak points.</p>
</aside>
</section>
<section class="MonsterFrame">
<aside class="Description">
<p><span>TIGREX</span>A flying wyvern straight out of prehistory, known for its deafening roar and powerful legs that drive its overwhelming charge." </p>
</aside>
<aside class="Monster">
<img src="./images/Monster-Hunter-World-PNG-Background.png" alt="">
</aside>
</section>
</main>
<script src="logic.js"></script>
</body>
</html>