Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The Amazing Spider-Man</title>
  5. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Dancing+Script|Coming+Soon" rel='stylesheet' type='text/css'>
  6. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
  7. <link rel="stylesheet" href="../assets/reset.css">
  8. <link rel="stylesheet" href="spider-man.css">
  9. </head>
  10. <body>
  11. <header>
  12. <img src="../assets/marvel-logo.jpg" alt="Marvel Logo">
  13. <h1>The Amazing Spider-Man</h1>
  14. </header>
  15. <main>
  16. <section id="table-of-content">
  17. <h2>Table of Content</h2>
  18. <ol>
  19. <li><a href="#cover-gallery">Cover gallery</a></li>
  20. <li><a href="#summary"> Summary</a></li>
  21. <li><a href="#enemies"> Enemies</a></li>
  22. <li><a href="#subscription"> Subscription</a></li>
  23. <li><a href="#spider-man-alterations"> Spider-Man alterations</a></li>
  24. <li><a href="#theme-song"> Theme song</a></li>
  25. </ol>
  26. </section>
  27.  
  28. <section id="cover-gallery">
  29. <h2>Cover gallery</h2>
  30. <img src="../assets/amazing-v1-033.jpg" height="250" alt="Cover of Amazing V1 033">
  31. <img src="../assets/amazing-v1-050.jpg" height="250" alt="Cover of Amazing V1 050">
  32. <img src="../assets/amazing-v4-003.jpg" height="250" alt="Cover of Amazing V1 003">
  33. </section>
  34.  
  35. <section id="summary">
  36. <h2>Summary</h2>
  37.  
  38. <h3>Labels</h3>
  39. <div class="tag-list">
  40. <span class="tag">Peter Parker </span>
  41. <span class="tag">Super Hero </span>
  42. <span class="tag">New York </span>
  43. </div>
  44. <h3>Slogan</h3>
  45. <q>It's your friendly neighbourhood Spider-Man</q>
  46.  
  47. <h3>Early life</h3>
  48. <p><em>Peter Parker</em> was born in Queens to <abbr title ="Central Intelligence Agency">CIA</abbr> agents Richard and Mary Parker. While Peter was still an infant, his parents were assigned to infiltrate the Algerian based spy ring controlled by the communist agent, the Red Skull (Albert Malik). The moment the Red Skull learned that Richard and Mary were double agents, he had them killed by one of his agents, the Finisher, in an airplane crash overseas and then framed them for treason.[21] Peter went to live with his uncle and aunt, Ben and May Parker, in Forest Hills, New York; they became Peter’s surrogate parents and raised him as if he were their own son. Over the next nine years, Parker grew to be extremely bright in science and became a high honors student at Midtown High School. Parker's shyness and scholastic interest often made him a social outcast and a target for bullies, primarily football star Flash Thompson.</p>
  49.  
  50. <h3>Becoming Spider-Man</h3>
  51. <p> While attending a public exhibition demonstrating the safe handling of nuclear laboratory waste materials, sponsored by the General Techtronics Corporation, the then-15-year-old Peter Parker was bitten on the hand by a spider that had been irradiated by a particle accelerator used in the demonstration. Unbeknownst to him, after the spider fell from his hand, it bit a girl, Cindy Moon on the ankle before it died from the radiation.[22] Making his way home afterwards, Peter was almost hit by a car; when Peter jumped out of the way, Peter discovered he had somehow gained incredible strength, agility, and the ability to cling to walls, spider-like traits that he immediately associated with the spider bite.</p>
  52. <p> Encountering an ad offering a cash prize for staying in the ring for three minutes with professional wrestler Joseph "Crusher" Hogan, Peter decided this would be a good way to test his powers. Wearing a mask to avoid potential embarrassment in case he lost the match, Peter easily defeated his opponent. TV producer Maxwell Shiffman observed his performance and convinced him to go on television with his 'act.' Designing a full costume and fabricating a fluid similar to a spider's web and wrist-mounted web-shooters, Peter called himself Spider-Man, becoming an immediate sensation. </p>
  53. <p> Following his first TV appearance, Peter failed to act to stop an escaping thief, claiming that it was not his responsibility to do so. Peter forgot the incident as his fame rose, but days later he returned home at night to find his Uncle Ben had been murdered. Learning the police had the burglar responsible holed up in a warehouse, Peter changed to Spider-Man and easily captured him only to discover he was the same thief he had allowed to escape earlier. Filled with remorse, he realized that when someone has power, he has an obligation to use it responsibly, so he decided to become a superhero.</p>
  54. </section>
  55.  
  56. <section id="enemies">
  57. <h2>Enemies</h2>
  58.  
  59. <table>
  60. <caption> Comparison of greatest foes </caption>
  61. <tr>
  62. <th>Name</th>
  63. <th>Portrait</th>
  64. <th>Real Name</th>
  65. <th>Identity</th>
  66. <th>First appearence </th>
  67. </tr>
  68. <tr>
  69. <th>Vulture</th>
  70. <td><span class="face-vulture">Vulture face</span></td>
  71. <td>Adrian Toomes</td>
  72. <td>Public</td>
  73. <td>Amazing Spider-Man #2 </td>
  74. </tr>
  75. <tr>
  76. <th>Green Goblin</th>
  77. <td><span class="face-green-goblin">Green Goblin face</span></td>
  78. <td>Norman Osborn</td>
  79. <td>Secret</td>
  80. <td>Amazing Spider-Man #14 </td>
  81. </tr>
  82. <tr>
  83. <th>Dr. Octopus</th>
  84. <td><span class="face-dr-octopus">Dr. Octopus face</span></td>
  85. <td>Dr. Otto Octavius</td>
  86. <td>Public</td>
  87. <td>Amazing Spider-Man #3</td>
  88. </tr>
  89. </table>
  90. </section>
  91.  
  92. <section id="subscription">
  93. <h2>Subscription</h2>
  94.  
  95. <form method="post">
  96. <fieldset>
  97. <legend>Personal information</legend>
  98.  
  99. <label for="full-name">Full name </label>
  100. <input type="text" name="full-name" id="full-name" placeholder="Please enter your name"><br>
  101.  
  102. <label for="email">Email </label>
  103. <input type="email" name="email" id="email"><br>
  104.  
  105. <label for="telephone">Telephone </label>
  106. <input type="tel" name="telephone" id="telephone"><br>
  107.  
  108. <label for="age">Age </label>
  109. <input type="number" name="age" id="age" min="12" max="70"><br>
  110.  
  111. <label for="password">Password </label>
  112. <input type="password" name="password" id="password"><br>
  113.  
  114. <span class="label"> Gender </span>
  115. <label>
  116. <input type="radio" name="gender" value="male" checked> male
  117. </label>
  118. <label>
  119. <input type="radio" name="gender" value="female">female
  120. </label>
  121. </fieldset>
  122. <fieldset>
  123. <legend>Address</legend>
  124. <label for="country">Country</label>
  125. <select>
  126. <option value="" disabled selected>Please select a country</option>
  127. <option value="HU">Hungary</option>
  128. <option value="US">United States</option>
  129. </select> <br>
  130. <label for="city">City </label>
  131. <input type="text" name="city" id="city" placeholder=""><br>
  132.  
  133. <label for="street">Street </label>
  134. <input type="text" name="street" id="street" placeholder=""><br>
  135.  
  136. <span class="label">Disclaimer</span>
  137. <label>
  138. <input type="checkbox" name="disclaimer"> I agree. I read, I swear.
  139. </label>
  140. </fieldset>
  141. <button>Submit</button>
  142. </form>
  143. </section>
  144. <section id="spider-man-alterations">
  145. <h2>Spider alterations</h2>
  146.  
  147. <ul>
  148. <li>Superior Spider-Man </li>
  149. <li>Spider-Ham </li>
  150. <li>Spider-Man India </li>
  151. <li>Spider-UK </li>
  152. <li>Spider-Gwen </li>
  153. </ul>
  154.  
  155. <a target="_blank" href="http://www.comicvine.com/forums/spider-man-167/spider-verse-character-checklist-and-hitlist-redon-1633856/">
  156. See complete list here
  157. <i class="fa fa-chevron-circle-right" aria-hidden="true"></i>
  158. </a>
  159. </section>
  160.  
  161. <section id="theme-song">
  162. <h2> Theme song</h2>
  163. <audio controls>
  164. <source src="../assets/theme-song-michael-buble.mp3" type="audio/mpeg">
  165. Your browser is not supporting HTML5 audio tag yet.
  166. </audio>
  167. </section>
  168.  
  169. </main>
  170. <footer>
  171. All rights reserved to Marvel Entertainment.
  172. </footer>
  173. </body>
  174. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement