Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bob's Garage</title>
  6. <link rel="stylesheet" type="text/css" href="style.css">
  7. <link href="https://fonts.googleapis.com/css?family=Fontdiner+Swanky" rel="stylesheet">
  8. <link href="https://fonts.googleapis.com/css?family=Oregano" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css?family=Graduate" rel="stylesheet">
  10. <script type="text/javascript" src="a3.js"></script>
  11.  
  12. </head>
  13.  
  14.  
  15.    
  16.   <style type="text/css">
  17.     li{display: inline;}
  18.     h1{text-align: center;}
  19.     h2{text-align: left;}
  20.     h3{text-align: right;}
  21.   </style>
  22.  
  23. <body onLoad="loadData()">
  24.   <header>
  25.  
  26.     <header><h1>Bob's Garage</h1></header>
  27.   </header>
  28.  
  29.  
  30.   <nav><ul>
  31.  
  32.  
  33.   <h1>
  34.   <li><a href="index.html">Home</a></li>  
  35.   <li><a href="pumps.html">Gas Pump</a></li>
  36.   <li><a href="Soda Machines">Soda Machines</a></li>
  37.   <li><a href="Crew">Crew</a></li>
  38.   <li><a href="Terms & Conditions">Terms & Condtions</a></li>
  39.  <li><a href="Contact Us">Contact Us</a></li>
  40.  
  41.  </h1>
  42.  </ul>
  43.  </nav>
  44.  <main>
  45.  
  46.    <h1>Gas Pump</h1>
  47.    <section>
  48.    
  49.        <div style="display:inline-block;vertical-align:top;">
  50.         <h2><img src="GP8002.jpg" alt="1947 Tokheim Model 39 Cut-Down"></h2>
  51.         </div>
  52.        
  53.         <div style="display:inline-block;">
  54.           <div><h2>1947 Tokheim Model 39 Cut-Down</h2></div>
  55.           <div><h2><li>Interesting example of a post-war Tokheim Cut Down 39 (Tall)</li></h2></li>
  56.           <div><h2><li>Ad glass over the window</li></h2></li>
  57.           <div><h2><li>Texaco green and red</li></h2></li>
  58.       </div>
  59.          
  60.       <article><h2><img src="cart.gif" alt="Cart">Item # GP8002   Price $5495</h2></article>
  61.     </section>
  62.  
  63.     <aside>
  64.      
  65.         <div style="display:inline-block;vertical-align:top;">
  66.         <h2><img src="GB96CSUN.gif" alt="1938 Gilbert & Barker Model 96C Sunray"></h2>
  67.         </div>
  68.        
  69.         <div style="display:inline-block;">
  70.           <div><h2>1938 Gilbert & Barker Model 96C Sunray</h2></div>
  71.          <div><h2><li>Beautiful authentic yellow and orange paint scheme highlight this Sunray Gilbert & Barker early electric gas pump</li></h2></li>
  72.          <div><h2><li>Completely restored inside and out</li></h2></li>
  73.          <div><h2><li>Correct Gilbarco nozzle</li></h2></li>
  74.          <div><h2><li>Museum quality</li></h2></li>
  75.        <div><h3><li>(Rolling Stand Not Included)</li></h3></li>
  76.      </div></div>
  77.    
  78.      
  79.        <article><h2><img src="cart.gif" alt="Cart">Item # GB96CSUN   Price $5495</h2></article>
  80.    </aside>
  81.  
  82.    <aside>
  83.    
  84.       <div style="display:inline-block;vertical-align:top;">
  85.         <h2><img src="TK39TLSIG.gif" alt="1939 Tokheim Model 39 (Tall) Signal Gasoline"></h2>
  86.         </div>
  87.        
  88.        
  89.         <div style="display:inline-block;">
  90.           <div><h2>1938 Gilbert & Barker Model 96C Sunray</h2></div>
  91.          <div><h2><li>Impressive size and paint scheme, this Tokheim 39 Tall Signal Gasoline pump signaled that the end of the pre-war, "tall" pump era was coming to a close</li></h2></li>
  92.          <div><h2><li>This magnificent example with it's vintage gas brand is near mint</li></h2></li>
  93.          <div><h2><li>Near mint</li></h2></li>
  94.          <div><h2><li>Completely restored</li></h2></li>
  95.          <div><h2><li>Correct Tokheim nozzle</li></h2></li>
  96.          <div><h3><li>(Rolling Stand Not Included)</li></h3></li>
  97.      </div></div>
  98.    
  99.        <article><h2><img src="cart.gif" alt="Cart">Item # TK39TLSIG   Price $6495</h2></article>
  100.    </aside>
  101.  
  102.  </main>
  103.  
  104.  <footer><h1>Contact Us: </h1>
  105.  <form action='http://titan.csit.rmit.edu.au/~e54061/wp/processing.php' method='post' target='_blink' onsubmit="formValidation()">
  106.  
  107.      
  108.      <label for="NAME">Name: </label>
  109.      <p><li><br><input type='text' name='name' id="NAME" value=''></li></p>
  110.      <label for="PHONENUMBER">Phone Number: </label>
  111.      <p><li><br><input type="text/javascript" id="PHONENUMBER" onkeyup ="phonenumber(inputtxt)" onclick= "phonenumber(inputtxt)" onchange="phonenumber(inputtxt)"></li></p>
  112.      <label for="EMAIL">Email: </label>
  113.      <p><li><br><input type='text' name='email' id="EMAIL" value=''></li></p>
  114.      <label for="ADDRESS">Address: </label>
  115.      <p><li><br><textarea name='address' id="ADDRESS" cols="20" rows="5"></textarea></li></p>
  116.    
  117.      <p><input type="checkbox" id="rmbMe"  onclick="valCheckbox()" /> Remember me<br></p>
  118.      <p><input type='submit' name='submit' value='Submit'></p>
  119.  
  120.    
  121.      <fieldset>
  122.  <legend>LocalStorage Replacement Tools - Get Well Soon Chrome!</legend>
  123.  <div>
  124.    <input type='button' value='Log' onclick='console.log(localStorage);' />
  125.     <input type='button' value='Clear' onclick='localStorage.clear();' />
  126.   </div>
  127. </fieldset>
  128.  
  129.      
  130.  
  131.   </form>
  132.  
  133.  
  134.   </footer>
  135.  
  136. </body>
  137.  
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement