-
Notifications
You must be signed in to change notification settings - Fork 0
/
members.html
49 lines (49 loc) · 2.8 KB
/
members.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
<!DOCTYPE html>
<html>
<head>
<title>Justice-League-Israel-Members</title>
<link rel="stylesheet" href="design.css">
<script src="script.js"></script>
</head>
<body>
<div class="header">
<img class="logo" src="jlalogo.png">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="history.html">History</a></li>
<li><a class="active" href="members.html">Members</a></li>
<li><a href="contact.html">Contact Us</a></li>
</div>
</ul>
<h1>Meet the League</h1>
<h2>The Satellite Era (1960-1984)</h2>
<p class="p1">Founders</p>
<p>Superman, Batman, Wonder Woman, The Flash, Green Lantern, Aquaman, Martian manhunter</p>
<P class="p1">Expanded league</P>
<p>Green Arrow, The Atom, Hawkman, Black Canary, Elongated Man, Red Tornado, Hawkgirl, Zatanna, Firestorm</p>
<p class="p1">The Detroit Era (1984-1987)</p>
<p>Vixen, Steel, Gypsy, Vibe</p>
<div class="gallery">
<img class="member" src="Aquaman.png" alt="Aquaman" height="150px" width="auto" float=center>
<img class="member" src="Atom.png" alt="The Atom" height="150px" width="auto">
<img class="member" src="Batman.png" alt="Batman" height="150px" width="auto">
<img class="member" src="BlackCanary.png" alt="Black Canary" height="150px" width="auto">
<img class="member" src="ElongatedMan.png" alt="Elongated Man" height="150px" width="auto">
<img class="member" src="Firestorm.png" alt="Firestorm" height="150px" width="auto">
<img class="member" src="Flash.png" alt="The Flash" height="150px" width="auto">
<img class="member" src="GreenArrow.png" alt="Green Arrow" height="150px" width="auto">
<img class="member" src="GreenLantern.png" alt="Green Lantern" height="150px" width="auto">
<img class="member" src="Hawkgirl.png" alt="Hawkgirl" height="150px" width="auto">
<img class="member" src="Hawkman.png" alt="Hawkman" height="150px" width="auto">
<img class="member" src="MartianManhunter.png" alt="Martian Manhunter" height="150px" width="auto">
<img class="member" src="RedTornado.png" alt="Red Torando" height="150px" width="auto">
<img class="member" src="Superman.png" alt="Superman" height="150px" width="auto">
<img class="member" src="WonderWoman.png" alt="Wonder Woman" height="150px" width="auto">
<img class="member" src="Zatanna.png" alt="Zatanna" height="150px" width="auto">
<img class="member" src="Gypsy.jpg" alt="Gypsy" height="150px" width="auto">
<img class="member" src="CommanderSteel.jpg" alt="Steel" height="150px" width="auto">
<img class="member" src="Vibe.jpg" alt="Vibe" height="150px" width="auto">
<img class="member" src="Vixen.png" alt="Vixen" height="150px" width="auto">
</body>
</html>