-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mission-2-JavaScript-HanbinChoi.html
45 lines (45 loc) · 3.8 KB
/
Mission-2-JavaScript-HanbinChoi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mission 2 JavaScript</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/jpg" href="images/favicon.jpg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>
<body>
<nav>
<a href="https://us.shop.battle.net/en-us?from=root" target="_blank"><img src="images/Bliz.png"></a>
<a href="https://warcraft3.blizzard.com/en-us/" target="_blank"><img src="images/RoC.png"></a>
<a href="https://starcraft2.blizzard.com/en-us/" target="_blank"><img src="images/sC.png"></a>
<a href="https://worldofwarcraft.blizzard.com/en-us/" target="_blank"><img src="images/WoW.png"></a>
</nav>
<div class="wrapper">
<header>
<img src="images/wp3179912.jpg" class="background">
</header>
</div>
<section class="WoW">
<iframe id="Video1" width="935" height="600" src="https://www.youtube.com/embed/vlVSJ0AvZe0?si=YXrjV096TkIyNO2g&mute=1&autoplay=1" title="worldofwarcraft" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="WoW-blurb"><h2>This is Warcraft 3. [Timeline: YEAR 30ADP] Post Dark Portal Era<br><br>A real-time-strategy game<br> Where you build a base and go on to fight and conquer enemy bases.<br><br> You can choose from selecting races which can be:<br> 1. {Humans} 2. {Orcs} 3. {Night Elf's} 4. {Undead} <br><br> On the other hand Warcraft 3's RTS isn't Blizzards only game<br> You can delve into Warcraft's MMORPG where you create a character<br><br> Enter and explore an open-world game in third or first person<br>Enter and engage in dungeons and PvP battles.</h2></div>
<div class="different-WoW-games">
<img src="images/wow-MMORPG.png">
<img src="images/WoW-rts.jpg">
</div>
</section>
<section>
</section>
<hr>
<section class="warcraft3ndota">
<iframe id="Video2" width="935" height="600" src="https://www.youtube.com/embed/2eBmnks4MKM?si=a7Wggf9eG09ZnUAf&mute=1&autoplay=1" title="DoTA WC3" frameborder="0" allow="accelerometer; autoplay; automute; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="DoTA-blurb"><h2>This is DoTA. [First developed as a WarCraft 3 game mode]<br><br>Only in 2013 DoTA 2 created by Valve published as a stand-alone game<br><br>Also known as Defence of The Ancients<br><br>Where 2 teams of 5 players face off<br><br>Theres currently 125 different heroes you can choose from<br>Controlling heroes with varying abilities<br><br>Competing in battle to destroy each other's bases<br> Which are situated on opposite sides of the map</h2></div>
</section>
<hr>
<section class="starcraft2">
<iframe id="Video3" width="935" height="600" src="https://www.youtube.com/embed/NiDGTprVJu4?si=E6Z4gMST6-eEbUvD&mute=1&autoplay=1" title="starcraft2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="SC2-blurb">This is StarCraft 2. [Timeline: YEAR 2259]<br><br>Another real-time-strategy game also from Blizzard Entertainment<br><br>Where you can choose from 1. {Terran} 2. {Zerg} 3. {Protoss}<br><br>You can also like Warcraft 3<br><br>You build bases collect resources, build your army and conquer<br><br>However unlike Warcraft's timeline. You are in the vast galaxy</div>
</section>
<hr>
</body>
</html>