-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (44 loc) · 2.94 KB
/
Copy pathindex.html
File metadata and controls
58 lines (44 loc) · 2.94 KB
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
<!DOCTYPE html>
<html>
<head>
<title> Thanos' Facebook </title>
<link rel="stylesheet" type="text/css" href="normalize.css">
<link rel="stylesheet" type="text/css" href="style2.css">
<link rel="icon" type="img/png" href="https://image.flaticon.com/icons/png/512/124/124010.png">
</head>
<body>
<div class="container">
<h1 class="main-logo"> <span class="facebook"> Facebook </span> </h1>
<img class="coverphoto" src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/21c9739f-5e76-4f78-a3f9-5f4f53a0482e/dccwmav-0af8d75a-d136-48a0-9cf1-2900f0ff7057.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMjFjOTczOWYtNWU3Ni00Zjc4LWEzZjktNWY0ZjUzYTA0ODJlXC9kY2N3bWF2LTBhZjhkNzVhLWQxMzYtNDhhMC05Y2YxLTI5MDBmMGZmNzA1Ny5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.dkgxqe_5yd3aXTt5tgPr3WgYNdywCo0E-7YbfnZ47KU">
<div class="profile-name">
<img class="profile-picture" src="https://vignette.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/97d1d9f934a350cee765c5ac1a466605.jpg/revision/latest/scale-to-width-down/310?cb=20190527184444" alt="Thanos">
<p class="name"> Thanos Mad Titan </p>
<div class="more-info">
<p class="the-info"> Info </p>
<ul class="critical-info">
<br>
<li> Lives in: Planet Titan </li>
<li> Species: Titan </li>
<li> Gender: Male </li>
<br>
<p class="alias"> Aliases: </p>
<li> Dark Lord </li>
<li> Mad Titan </li>
<li> Great Titan </li>
<br>
<p class="roles"> Roles: </p>
<li> Supervillain at: <a href="https://www.imdb.com/title/tt4154756/" target="_blank"> Avengers: Infinity War </a> </li>
<li> Supervillain at: <a href="https://www.imdb.com/title/tt4154796/" target="_blank"> Avengers: EndGame </a> </li>
<li> Affiliation: <a href="https://marvelcinematicuniverse.fandom.com/wiki/Black_Order"> Black Order </a> </li>
<li> Portrayed by: Josh Brolin </li>
</ul>
</div>
</div>
<div class="profile">
<p class="status"> <strong> "The hardest decisions require the strongest of wills" - Thanos </strong> </p>
<br>
<p class="biography"> Thanos was a genocidal warlord from Titan, whose own main objective was to bring stability to the universe, as he believed its massive population would inevitably use up the universe's entire supply of resources and condemn it. To complete this goal, Thanos set about tracking down the Infinity Stones, as the combined efforts might wipe out half the universe. Thanos forged alliances with Loki and Ronan the Accuser in order to track down some of the Stones: However, both alliances cost Thanos much of his resources, including the Mind Stone and the loyalty of his daughters, Gamora and Nebula. Fed up with all of his subordinates' continued failures, Thanos forced Eitri to create the Infinity Gauntlet for him, while Thanos had opted to seek out the location of the six Infinity Stones himself. </p>
</div>
</div>
</body>
</html>