-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 3.95 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="text-center">
<p class="logo">
<i class="fab fa-android"></i>
He Who Remains
</p>
<time>Earth-616 2077</time>
</div>
<div class="container">
<nav>
<ul>
<li><a href="#">About</a></li>
<li><a href="https://twitter.com/ullaskunder3">Twitter</a></li>
<li><a href="https://github.com/ullaskunder3" target="_blank">Git</a></li>
</ul>
</nav>
</div>
<main class="container">
<div class="row">
<div class="col">
<h3>The Survivor.</h3>
<p>In the long timeline of the Marvel Universe, fans have witnessed the war between <span>Kang the Conqueror</span> and his future self, Immortus, play out for decades. And in the background, the Time-Keepers have alternately been Immortus’ masters (or enemies) depending on his relationship to Kang. But there’s yet one more player in this cosmic game that we know very little about: He Who Remains.</p>
<br>
<p>In the vast library of comics on Marvel Unlimited, there are clues that can shed some light on He Who Remains—who he is,</p>
<!-- <img src="/img/adelin-grigorescu-8qsaQzR7uIs-unsplash.jpg" alt=""> -->
<img src="./img/kang.jpeg" alt="">
<p>what he actually wants, and what his existence means for the Multiverse.</p>
</div>
<div class="col">
<h3>Kang! Kang! Kang!</h3>
<p>
The fact that Kang was created by Jack Kirby and Stan Lee in the early days of Marvel Comics means you can revisit these two Rama Tut origin stories with ease in trade or online.
</p>
<br>
<p>In THOR (1966) #245, Thor: God of Thunder, Jane Foster, and their companions travelled to the Citadel at the End of Time in a bid to prevent the existence of the Time-Twisters. That’s where they encountered He Who Remains.</p>
<!-- <img src="/img/colin-lloyd-XCAyeJwNNkk-unsplash.jpg" alt=""> -->
<img src="./img/kang3.jpg" alt="">
<p>By his own admission, He Who Remains is the last of his race and the only guardian left at eternity’s end</p>
<br>
<p>It was also established that He Who Remains was the final director of the <span>Time Variance Authority</span>. That implies that he is human, but without proof, it’s just speculation.</p>
</div>
<div class="col">
<h3>UNIVERSE X (2000) #9</h3>
<img src="./img/kang2.jpg" alt="">
<p>The alternate reality story, told in UNIVERSE X (2000) #9, put forth the notion that He Who Remains is a <span>“being who was there at the beginning,”</span> and is guaranteed to be there when “all things end.”</p>
<span class="Bold">WHAT DOES HE WHO REMAINS WANT?</span>
<p>
He Who Remains isn’t out to save the universe, because it will always come to an end. Instead, He Who Remains wants to pass on the collective knowledge of this universe to the universe that will replace it in the hopes that the new inhabitants won’t make the same mistakes as their predecessors.
</p>
</div>
</div>
</main>
<script src="./script.js"></script>
</body>
</html>