-
Notifications
You must be signed in to change notification settings - Fork 1
/
SpiderMan.php
50 lines (44 loc) · 4.33 KB
/
SpiderMan.php
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
<!-- Include: Top Part
Include: -->
<?php
include "includes/header.inc";
?>
<?php
include "includes/nav.inc";
?>
<div class="main">
<header class="header">
<h1> Spider-Man</h1>
</header>
<div class="content">
<article>
<h2 class="content-subhead"> History </h2>
<img id = "Spidey" class="image" src = "img/spidey1.png"> <!-- We can change the name to match whatever we call the picture and change extention if needed. -->
<p> Spider-Man is a fictional superhero appearing in American comic books published by Marvel Comics. The character was created by writer-editor Stan Lee and writer-artist Steve Ditko, and first appeared in the anthology comic book Amazing Fantasy #15 (Aug. 1962) in the Silver Age of Comic Books. Lee and Ditko conceived the character as an orphan being raised by his Aunt May and Uncle Ben, and as a teenager, having to deal with the normal struggles of adolescence in addition to those of a costumed crime-fighter. Spider-Man's creators gave him super strength and agility, the ability to cling to most surfaces, shoot spider-webs using wrist-mounted devices of his own invention, which he calls "web-shooters", and react to danger quickly with his "spider-sense", enabling him to combat his foes. And later in his life founded his own company call Parker Industries.
</p>
</article>
<aside>
<h2 class="content-subhead"> Powers </h2>
<ul>
<li> Superhuman strength, speed and agility </li>
<li> Ability to cling to most surfaces </li>
<li> Genius-level intellect </li>
<li> Precognitive Spider-sense </li>
<li> Utilizes web-shooters to shoot strong spider-web strings from wrists </li>
</ul>
<p> A bite from a radioactive spider triggers mutations in Peter Parker's body, granting him superpowers. In the original Lee-Ditko stories, Spider-Man has the ability to cling to walls, superhuman strength, a sixth sense ("spider-sense") that alerts him to danger, perfect balance and equilibrium, as well as superhuman speed and agility. The character was originally conceived by Stan Lee and Steve Ditko as intellectually gifted, but later writers have depicted his intellect at genius level. Academically brilliant, Parker has expertise in the fields of applied science, chemistry, physics, biology, engineering, mathematics, and mechanics. With his talents, he sews his own costume to conceal his identity, and he constructs many devices that complement his powers, most notably mechanical web-shooters. This mechanism ejects an advanced adhesive, releasing web-fluid in a variety of configurations, including a single rope-like strand to swing from, a net to snare or bind enemies, and a simple glob to foul machinery or blind an opponent. He can also weave the web material into simple forms like a shield, a spherical protection or hemispherical barrier, a club, or a hang-glider wing. Other equipment include spider-tracers (spider-shaped adhesive homing beacons keyed to his own spider-sense), a light beacon which can either be used as a flashlight or project a "Spider-Signal" design, and a specially modified camera that can take pictures automatically.
</p>
</aside>
<article>
<h2 class="content-subhead"> Story </h2>
<img id = "spiderman" class="image" src = "img/spidey2.png">
<p> In Forest Hills, Queens, New York, high school student Peter Parker is a science-whiz orphan living with his Uncle Ben and Aunt May. As depicted in Amazing Fantasy #15 (Aug. 1962), he is bitten by a radioactive spider (erroneously classified as an insect in the panel) at a science exhibit and "acquires the agility and proportionate strength of an arachnid". Along with super strength, Parker gains the ability to adhere to walls and ceilings. Through his native knack for science, he develops a gadget that lets him fire adhesive webbing of his own design through small, wrist-mounted barrels. Initially seeking to capitalize on his new abilities, Parker dons a costume and, as "Spider-Man", becomes a novelty television star. However, "He blithely ignores the chance to stop a fleeing thief, [and] his indifference ironically catches up with him when the same criminal later robs and kills his Uncle Ben." Spider-Man tracks and subdues the killer and learns, in the story's next-to-last caption, "With great power there must also come—great responsibility!"
</p>
</article>
<?php
include "includes/footer.inc";
?>
</div>
</div>
</body>
</html>