Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>Ghost of the Deep Page 1</title>
  5.    <meta charset="utf-8" />
  6.  
  7.    <meta name="viewport" content="width=device-width, intial-scale=1.0">
  8.  
  9. <link rel="stylesheet" type="text/css" href="gp_reset.css" media="all">
  10. <link rel="stylesheet" type="text/css" href="gp_layout.css" media="screen">
  11. <link rel="stylesheet" type="text/css" href="gp_print.css" media="print">
  12.    </head>
  13.  
  14. <body>
  15.    <header>
  16.       <img src="gp_logo.png" alt="Golden Pulp" />
  17.    </header>
  18.    
  19.    <nav class="horizontal">
  20.       <ul>
  21.          <li><a href="#">Home</a></li>
  22.          <li><a href="#">Comic Books</a></li>
  23.          <li><a href="#">Characters</a></li>
  24.          <li><a href="#">Artists</a></li>
  25.          <li><a href="#">Writers</a></li>
  26.       </ul>
  27.    </nav>
  28.    
  29.    <section id="sheet">
  30.       <h1>Capt. Marvel and the Ghost of the Deep</h1>
  31.      
  32.       <img src="gp_panel02.png" class="panel size1" alt="" />
  33.       <img src="gp_panel03.png" class="panel size2" alt="" />
  34.       <img src="gp_panel04.png" class="panel size3" alt="" />
  35.      
  36.       <footer>
  37.          <a href="gp_cover.html"><img src="gp_prev.png" alt="prev" /></a>
  38.          <a href="gp_page2.html"><img src="gp_next.png" alt="next" /></a>
  39.       </footer>
  40.      
  41.    </section>
  42.      
  43.    <article>
  44.       <h1>Captain Marvel</h1>
  45.       <p>In response to the popularity of Superman and Batman, Fawcett Comics introduced
  46.          Captain Thunder in the 1939 issue of <a href="#">Flash Comics #1</a>. The issue
  47.          was an <em>ashcan copy</em>, a term for low-print runs whose purpose was not sales
  48.          but to establish a trademark claim for legal purposes. Due to trademark infringements
  49.          with another established character, Captain Thunder became Captain Marvelous and later
  50.          Captain Marvel. Flash Comics became Whiz Comics (also due to trademark issues.)</p>
  51.       <p>Captain Marvel's alter ego was a 12-year old radio reporter named Billy Batson, a
  52.          copy of Superman's alter ego, reporter Clark Kent, but younger to appeal to adolescent
  53.          readers. Billy Batson's name was partially based on the nickname given to Fawcett Publication's
  54.          founder Wilford Fawcett &mdash; "Captain Billy".</p>
  55.    </article>
  56.    
  57.    <footer>
  58.       Golden Pulps: A Comic Book Resource for Collectors and Fans
  59.    </footer>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement