index.php 1.5 KB

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
  4. <head>
  5. <title>Cub Scout Pack 596</title>
  6. <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
  7. <link rel="stylesheet" type="text/css" href="/css/main-alt.css" />
  8. </head>
  9. <body>
  10. <div id="page">
  11. <?php include('header.php');?>
  12. <?php include('sidebar.php');?>
  13. <div id="main">
  14. <h1 style="padding-left: 20px;">Welcome to Cub Scout Pack 596</h1>
  15. <p>Join us once a month for our Pack Meeting where all of the scouts get together to play games, discuss upcoming events, share all of our achievements, and participate in a raffle.</p>
  16. <p>If you are not a member of the Cub Scouts and wish to join, please contact our <a href="mailto:<?=$cubmasterEmail?>">Cub Master</a>.</p>
  17. <div id="calendarheader"><img class="floatleft" src="images/calendar.gif" /><p class="floatleft">Upcoming Events</p><img class="floatleft" src="images/calendar.gif" /></div>
  18. <iframe src="https://www.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=0&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=rgabtihmgi0i7sblllc9sdtdpk%40group.calendar.google.com&amp;color=%23182C57&amp;ctz=America%2FNew_York" id="calendarframe"></iframe>
  19. </div>
  20. <?php include('footer.php');?>
  21. </div>
  22. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  23. </body>
  24. </html>