Advertisement
Guest User

Untitled

a guest
Jul 19th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>SacPubs</title>
  6. <link rel="stylesheet" href="style.css" type="text/css" />
  7. <meta name="keywords" content="Beer, Brewery, Sacramento, Pub, Public House, Bar, Sac" />
  8. <meta name="description" content="Breweries and Pubs in Sacramento, CA" />
  9. </head>
  10. <!--logo header -->
  11. <div id="logo">
  12. <a href="index.html"><img src="images/bridgelogo.png" title="SacPubs.com" alt="SacPubs.com" width="100%" height="300px" /></a>
  13. </div>
  14. <a id="top"></a>
  15. <!--navigational menu -->
  16. <div id="menu">
  17. <a href="index.html">Home</a> |
  18. <a href="sac_history.html">Sac History</a> |
  19. <a href="about.html">About</a> |
  20. <a href="subscribe.html">Subscribe</a> |
  21. <a href="contact.html">Contact</a> |
  22. <a href="mailto:markfore@surewest.net">Email</a>
  23. </div>
  24.  
  25. <h1>Subscribe</h1>
  26.  
  27. <!-- main content -->
  28. <div id="content">
  29. <h2>Want to stay up to date? Then subscribe to our Newsletter!</h2>
  30. <p> Just fill out the form below and we will send you our newsletter that is filled with all kinds of upcomming local events. Staying informed about about the local craft brew scene has never been easier.</p>
  31. <br />
  32.  
  33. <div id="formcontainer" >
  34. <!--subscription form container-->
  35. <form id="newsletter" name="newsletter" method="post" action="mailto:markfore@surewest.net">
  36. <fieldset class="labelfloatleft"><legend>Subscription Form</legend>
  37. <!--age confirmation check boxes-->
  38. <label class="of_age" for="of_age">Yes, I am over 21!</label>
  39. <input type="checkbox" name="of_age" id="of_age" />&nbsp;
  40. <label class="under_age" for="under_age">No, I am not over 21!</label>
  41. <input type="checkbox" name="under_age" id="under_age" checked="checked" /><br>
  42. <fieldset>
  43. <!--title radio buttons-->
  44. <label for="mr">Mr.</label>
  45. <input type="radio" name="Mr." id="mr" value="mr" checked="checked"/>
  46. <label for="mrs">Mrs.</label>
  47. <input type="radio" name="Mrs." id="mrs" value="mrs" />
  48. <label for="ms">Ms.</label>
  49. <input type="radio" name="Ms." id="ms" value="ms" /><br>
  50. </fieldset>
  51. <!--Name Textboxes-->
  52. <label for="firstname">First Name:</label>
  53. <input type="text" name="firstname" id="firstname" size="30" />
  54. <label for="lastname">Last Name:</label>
  55. <input type="text" name="lastname" id="lastname" size="30" />
  56. <label for="emailaddress">Email:</label>
  57. <input type="email" name="emailaddress" id="emailaddress" size="40" placeholder="your-email@some-email.com" /><br>
  58. <!--newsletter frequency select menu -->
  59. <label for ="frequency">How often would you like to hear from us?</label>
  60. <select name="frequency" id="frequency">
  61. <option value="weekly">Weekly</option>
  62. <option value="monthly">Monthly</option>
  63. <option value="yearly">Yearly</option>
  64. </select><br><br>
  65.  
  66. <!--send & reset command buttons-->
  67. <input type="button" value="Send" class="button" />
  68. <input type="button" value="Reset" class="button" />
  69. </fieldset>
  70. </form>
  71. </div>
  72.  
  73. <img class="newsletter" src="images/newsletter.gif" title="newsletter" alt="newsletter" />
  74.  
  75. <!--Top of page anchor -->
  76. <div class="backToTop"><a href="#top" title="Back to Top"><b>Back to Top</b></a></div>
  77. <br /><br />
  78.  
  79. <br />
  80. <!-- footer -->
  81. <div id="footer">Copyright &copy; 2015 SacPubs. All rights reserved.
  82. <br />
  83. <p>
  84. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  85. <img style="border:0;width:88px;height:31px"
  86. src="http://jigsaw.w3.org/css-validator/images/vcss"
  87. alt="Valid CSS!" />
  88. </a>
  89. </p>
  90. </div>
  91. <br />
  92. </div>
  93.  
  94. <!--footer navigational menu -->
  95. <div id="menu">
  96. <a href="index.html">Home</a> |
  97. <a href="sac_history.html">Sac History</a> |
  98. <a href="about.html">About</a> |
  99. <a href="subscribe.html">Subscribe</a> |
  100. <a href="contact.html">Contact</a> |
  101. <a href="mailto:markfore@surewest.net">Email</a>
  102. </div>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement