-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorange.html
61 lines (60 loc) · 2.87 KB
/
orange.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
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Orange 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\orange.png" width="100" alt="Orange Lantern symbol" class="symbol" title="Orange Lantern symbol">
<h1 class="orange"> Orange Lantern </h1>
</div>
<nav>
<ul>
<li><a href="C:\Users\pc\Desktop\Lanterns\green.html">Green 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\yellow.html">Yellow 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>
</ul>
</nav>
</header>
<section class="main">
<section class="articles">
<article>
<h2 class="orange">ORANGE LANTERN CORPS</h2>
<p> <br>
<b>Power Source:</b> The Orange Light of Greed.
<br>
<b>Entity:</b> Ophidian, a being similar to a huge orange snake.
<br>
<br>
Their power rings channel the emotion "avarice," also known as "greed."
The only true Orange Lantern is their leader Larfleeze, also known as
Agent Orange and he recruits his army by killing others then taking
possession of their bodies. Their base is on the planet Okaara, and
their representative entity is Ophidian.</p>
</article>
<article>
<h2 class="orange"> LANTERN OATH </h2>
<p><i> <br>
"This power is mine, this is my light, <br>
be it in bright of day or black of night. <br>
I lay claim to all that falls within my sight, <br>
to take what I want... That is my right!"</i> </p>
</article>
</section>
<aside>
<div>
<img src="C:\Users\pc\Desktop\Lanterns\CSS\entity\orangeLarfleeze.jpg" class="orange" width="400" alt="Larfleeze and Ophidian" title="Larfleeze and Ophidian">
</div>Larfleeze and Ophidian
</aside>
</section>
<footer class="orange">
<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>