12345678910111213141516171819202122232425 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
- <head>
- <title>Cub Scout Pack 596</title>
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
- <link rel="stylesheet" type="text/css" href="/css/main-alt.css" />
- </head>
- <body>
- <div id="page">
- <?php include('header.php');?>
- <?php include('sidebar.php');?>
- <div id="main">
- <h1 style="padding-left: 20px;">Welcome to Cub Scout Pack 596</h1>
- <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>
- <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>
- <div id="calendarheader"><img class="floatleft" src="images/calendar.gif" /><p class="floatleft">Upcoming Events</p><img class="floatleft" src="images/calendar.gif" /></div>
- <iframe src="https://www.google.com/calendar/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&wkst=1&bgcolor=%23FFFFFF&src=rgabtihmgi0i7sblllc9sdtdpk%40group.calendar.google.com&color=%23182C57&ctz=America%2FNew_York" id="calendarframe"></iframe>
- </div>
- <?php include('footer.php');?>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </body>
- </html>
|