Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.15 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>Ghost of the Deep Page 2</title>
  5.    <meta charset="utf-8" />
  6.  
  7.   <link rel="stylesheet" type="text/css" href="gp_reset.css" media="all">
  8. <link rel="stylesheet" type="text/css" href="gp_layout.css" media="screen">
  9. <link rel="stylesheet" type="text/css" href="gp_print.css" media="print">
  10.    </head>
  11.  
  12. <body>
  13.    <header>
  14.       <img src="gp_logo.png" alt="Golden Pulp" />
  15.    </header>
  16.    
  17.    <nav class="horizontal">
  18.       <ul>
  19.          <li><a href="#">Home</a></li>
  20.          <li><a href="#">Comic Books</a></li>
  21.          <li><a href="#">Characters</a></li>
  22.          <li><a href="#">Artists</a></li>
  23.          <li><a href="#">Writers</a></li>
  24.       </ul>
  25.    </nav>
  26.    
  27.    <section id="sheet">
  28.       <h1>Capt. Marvel and the Ghost of the Deep</h1>
  29.      
  30.       <img src="gp_panel05.png" class="panel size2" alt="" />
  31.       <img src="gp_panel06.png" class="panel size3" alt="" />
  32.       <img src="gp_panel07.png" class="panel size2" alt="" />
  33.       <img src="gp_panel08.png" class="panel size3" alt="" />
  34.       <img src="gp_panel09.png" class="panel size4" alt="" />
  35.       <img src="gp_panel10.png" class="panel size4" alt="" />
  36.       <img src="gp_panel11.png" class="panel size3" alt="" />
  37.  
  38.      
  39.       <footer>
  40.          <a href="gp_page1.html"><img src="gp_prev.png" alt="prev" /></a>
  41.          <a href="gp_page3.html"><img src="gp_next.png" alt="next" /></a>                
  42.       </footer>
  43.    </section>
  44.    
  45.    <article>
  46.       <h1>Marvel's Adversaries</h1>
  47.       <p>Captain Marvel's arch enemy was the mad scientist <a href="#">Doctor Sivana</a>,
  48.          who regularly plotted elaborate schemes to rule the world and defeat both
  49.          Captain Marvel and America.
  50.          Sivana had four children who also had prominent roles in Captain Marvel's adventures.
  51.          Two evil children, Georgia and Sivana, Jr., resembled their father both physically
  52.          and in their desire to conquer the Earth. Sivana's daughter Beautia however, loved
  53.          Captain Marvel and Sivana's son, Magnificus, was also a sometime-ally of the
  54.          Captain.</p>
  55.       <p>Marvel's other adversaries included <a href="#">Captain Nazi</a> and a nuclear-powered
  56.          robot named <a href="#">Mister Atom</a>. Matching Captain Marvel's adopted power from
  57.          ancient heroes was <a href="#">Ibac</a>, an evil magician who gained his power from
  58.          the ancient villians <strong>I</strong>van the Terrible, Cesare <strong>B</strong>orgia,
  59.          <strong>A</strong>ttila the Hun, and <strong>C</strong>aligula.</p>
  60.       <p>One of the more popular serials in the Fawcett Comics run of Captain Marvel adventures
  61.          was the <a href="#">Monster Society of Evil</a> story arc which involved several
  62.          of Marvel's adversaries from previous issues, including Doctor Sivana, Captain Nazi,
  63.          and Ibac. The society was led by the cunning <a href="#">Mister Mind</a>, a character who was
  64.          eventually revealed to be a highly intelligent worm from another planet.</p>
  65.    </article>
  66.    
  67.    <footer>
  68.       Golden Pulps: A Comic Book Resource for Collectors and Fans
  69.    </footer>
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement