-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
29 lines (29 loc) · 1.67 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Justice-League-Israel-About</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 class="active" href="about.html">About</a></li>
<li><a href="history.html">History</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<h1>How it all begins?</h1>
<p>Started back at early 1960, in The Brave and the bold #28 by writer gardner fox, artist mike sekowsky, and editor julius schwartz.</p>
<p>After a few succesful revivals of the Flash and Green Lantern, schwartz have decided to revive an old superhero team: the justice society of america, but with a twist... </p>
<p>Following the popularity of the american baseball leagues, the brilliant editor decided to rename the justice society to the Justice League of America.</p>
<p>The league's first apperance was in issue number 28 of DC's the brave and the bold, where they fought againsts Starro the conquerer.</p>
<p>And after a two back-to-back features at the brave and the bold, by late 1960, DC has decided to give the justice league their own title: Justice League of America vol. 1</p>
<img class="cover" src="brave28.jpg" alt="the brave and the bold 28" height="175px" width="auto">
<img class="cover" src="brave29.jpg" alt="the brave and the bold 29" height="175px" width="auto">
<img class="cover" src="brave30.jpg" alt="the brave and the bold 30" height="175px" width="auto">
</body>
</html>