-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonalities.html
66 lines (66 loc) · 3.02 KB
/
personalities.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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="grid">
<div class="grid-colspan4-mainbox">
<h1>Personalities of Superheroes</h1>
</div>
<div class="grid-colspan1-a">
<img src="images/flash1..jpg" width="100%">
</div>
<div class="grid-colspan1-b">
<img src="images/wonderwoman.jpg" width="67%">
</div>
<div class="grid-colspan1-c">
<img src="images/superman.jpg" width="100%">
</div>
<div class="grid-colspan1-d">
<img src="images/batman.png" width="50%">
</div>
<div class="grid-colspan1-a">
<p>The Flash is the most likeable person in the Justice League.
He is the closest to human who is still above them, but it doesn’t go to his head.
He has a heart of gold and he is not afraid to show it, but he doesn’t gloat about it.
Also, he has learned to be humble with his power, because not everybody who is a superhero has a power (like Batman, Robin, and Nightwing)</p>
</div>
<div class="grid-colspan1-b">
<p>Wonder Woman basically thinks she is better than everybody else, and is not in touch with Earth’s traditions, since she comes from a place where no men live.
She is also queen there, so she thinks she is superior to men just because of that.
Also, she doesn't get modern societies customs, because she was raised to be a warrior and a princess, so she believes that everybody should respect her because she is a princess of a land nobody has ever heard about.</p>
</div>
<div class="grid-colspan1-c">
<p>Superman is an alien.
He doesn’t entirely understand Earth’s cultures since there is so many.
He bases his morals for saving people off of his upbringing on the Kent farm, even though he tries to fit into society.
Even though he works in the real world, he hasn't seen a whole lot of the world.
What he knows about society is restricted to what he knows about living on a farm and working in a press compnay, so it is not all that big.</p>
</div>
<div class="grid-colspan1-d">
<p>Batman’s main reason for joining the JLA is because his parents died.
The reason he personified a bat is because that is the one thing that scared him the most.
He, also, is always grumpy and he never smiles, which doesn’t make him likeable.</p>
</div>
<div class="grid-colspan4-mainbox">
<p><b>Click one of these buttons to explore the website</b></p>
</div>
<div class="grid-colspan1-a">
<a href="flash_vs_bm.html">The Flash vs Batman</a>
</div>
<div class="grid-colspan1-b">
<a href="powers_and_abilities.html">Powers and Abilities</a>
</div>
<div class="grid-colspan1-c">
<a href="flash_vs_ww.html">The Flash vs Wonder Woman</a>
</div>
<div class="grid-colspan1-d">
<a href="flash_vs_sm.html">The Flash vs Superman</a>
</div>
<div class="grid-colspan4-mainbox">
<a href="index.html">Main Menu</a>
</div>
</div>
</body>
</html>