-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreen.html
62 lines (61 loc) · 3.13 KB
/
green.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Green Lantern Corps </title>
<link rel="stylesheet" type="text/css" href="CSS\estilos.css">
<link rel="shortcut icon" type="image/x-icon" href="CSS\favicon.ico">
</head>
<body>
<header>
<div class="logotipo">
<img src="C:\Users\pc\Desktop\Lanterns\CSS\symbols\green.png" class="symbol" alt="Green Lantern symbol" width="100" title="Green Lantern symbol">
<h1 class="green"> Green Lantern </h1>
</div>
<nav>
<ul>
<li><a href="C:\Users\pc\Desktop\Lanterns\yellow.html">Yellow Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\red.html">Red Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\violet.html">Violet Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\blue.html">Blue Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\indigo.html">Indigo Lantern</a></li>
<li><a href="C:\Users\pc\Desktop\Lanterns\orange.html">Orange Lantern</a></li>
</ul>
</nav>
</header>
<section class="main">
<section class="articles">
<article>
<h2 class="green">GREEN LANTERN CORPS</h2>
<p> <br>
<b>Power Source:</b> The Green Light of Will. <br>
<b>Entity:</b> Ion, a being similar to a primitive green whale.
<br>
<br>
They patrol the farthest reaches of the DC Universe at the behest of the Guardians,
a race of immortals residing on the planet Oa. According to DC continuity, the Green
Lantern Corps has been in existence for three billion years, surviving multiple conflicts
both internal and foreign. Currently operating divided as pairs amongst the 3600 "sectors"
of the universe, there are 7204 members (known commonly as Green Lanterns), two lanterns
for every sector, with the exception of sector 2814, which has six members. Each Green
Lantern is given a power ring, a weapon granting the use of incredible abilities that
are directed by the wearer's own willpower.</p>
</article>
<article>
<h2 class="green"> LANTERN OATH </h2>
<p> <i> <br>
"In brightest day, in blackest night,no evil shall escape my sight. <br>
Let those who worship evil's might,beware my power... <br>
Green Lantern's light!"</i> </p>
</article>
</section>
<aside>
<div>
<img src="C:\Users\pc\Desktop\Lanterns\CSS\entity\greenJordan.jpg" class="green" width="400" alt="Hal Jordan and Ion" title="Hal Jordan and Ion">
</div> Hal Jordan and Ion
</aside>
</section>
<footer class="green">
<p> All DC Comics characters and the distinctive likeness(es) thereof are Trademarks & Copyright © 1935-2021 DC Comics, Inc. ALL RIGHTS RESERVED </p>
</footer>
</body>
</html>