Basic HTML<!DOCTYPE html>


SUBMITTED BY: Guest

DATE: Nov. 20, 2013, 1:15 p.m.

FORMAT: HTML

SIZE: 2.8 kB

HITS: 944

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>San Joaquin Valley Town Hall</title>
  6. <link rel="shortcut icon" href="images/favicon.ico">
  7. <link rel="stylesheet" href="styles/main.css">
  8. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. </head>
  10. <body>
  11. <header>
  12. <img src="images/town_hall_logo.gif" alt="Town Hall logo" height="80">
  13. <hgroup>
  14. <h1>San Joaquin Valley Town Hall</h1>
  15. <h2>Celebrating our <span class="shadow">75<sup>th</sup></span> Year</h2>
  16. </hgroup>
  17. </header>
  18. <section>
  19. <h1>Our Mission</h1>
  20. <p>San Joaquin Valley Town Hall is a non-profit organization that is run by an all-volunteer board of directors. Our mission is to bring nationally and internationally renowned, thought-provoking speakers who inform, educate, and entertain our audience! As one or our members told us:</p>
  21. <blockquote>&ldquo;Each year I give a ticket package to each of our family members. I think of it as the gift of knowledge...and that is priceless.&rdquo;</blockquote>
  22. <h1>Speaker of the Month</h1>
  23. <article>
  24. <h1>Fossil Threads in the Web of Life</h1>
  25. <img src="images/sampson_dinosaur.jpg" alt="Scott Sampson with Dinosaur">
  26. <h2>February 15, 2012<br>Scott Sampson</h2>
  27. <p>What's 75 million years old and brand spanking new? A teenage Utahceratops! Come to the Saroyan, armed with your best dinosaur roar, when Scott Sampson, Research Curator at the Utah Museum of Natural History, steps to the podium. Sampson's research has focused on the ecology and evolution of late Cretaceous dinosaurs and he has conducted fieldwork in a number of countries in Africa.</p>
  28. <p><a href="speakers/sampson.html">Read more.</a>&nbsp;<b>Or meet us there!</b></p>
  29. </article>
  30. <h1>Our Ticket Packages</h1>
  31. <ul>
  32. <li>Season Package: $95</li>
  33. <li>Patron Package: $200</li>
  34. <li>Single Speaker: $25</li>
  35. </ul>
  36. </section>
  37. <aside>
  38. <h1 id="speakers">2011-2012 Speakers</h1>
  39. <h2>October 19, 2011<br><a href="speakers/toobin.html">Jeffrey Toobin</a></h2>
  40. <img src="images/toobin75.jpg" alt="Jeffrey Toobin photo">
  41. <h2>November 16, 2011<br><a href="speakers/sorkin.html">Andrew Ross Sorkin</a></h2>
  42. <img src="images/sorkin75.jpg" alt="Andrew Ross Sorkin photo">
  43. <h2>January 18, 2012<br><a href="speakers/chua.html">Amy Chua</a></h2>
  44. <img src="images/chua75.jpg" alt="Amy Chua photo">
  45. <h2>February 15, 2012<br><a href="speakers/sampson.html">Scott Sampson</a></h2>
  46. <img src="images/sampson75.jpg" alt="Scott Sampson">
  47. </aside>
  48. <footer>
  49. <p>&copy; 2012, San Joaquin Valley Town Hall, Fresno, CA 93755</p>
  50. </footer>
  51. </body>
  52. </html>

comments powered by Disqus