join.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="text-align: center;">How to Join 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. <hr />
  18. <h3>Interested in joining Scouting?</h3>
  19. <p>The Northeast Georgia Council of the Boy Scouts of America can help you find the right Scouting program for you right in your neighborhood.</p>
  20. <h4>Youth</h4>
  21. <p>Which program is right for you?</p>
  22. <ul>
  23. <li>Cub Scouts is for boys ages 7 through 10, or grades first through fifth.</li>
  24. <li>Boy Scouts is for boys ages 11 through 17.</li>
  25. <li>Varsity Scouting is for boys ages 14 through 17.</li>
  26. <li>Venturing is for boys and girls ages 14 (and have completed the eighth grade) through 20.</li>
  27. </ul>
  28. <p>There are Cub Scout Packs, Boy Scout Troops, Varsity Teams, and Venturing Crews all over Northeast Georgia.</p>
  29. <h4>Volunteer Leaders</h4>
  30. <p>Scouting works because of the many adults that volunteer their time and energy to make a difference in the lives of youth as Scout Leaders. Enthusiastic adult volunteers are always needed to work directly with young people and behind-the-scenes. To be a Scout Leader you must be at least 18 years old (21 for Venturing). Contact the Sweet_Water District Office, let them know you are interested in volunteering as an adult leader and ask for assistance locating a Scout Unit that meets near you.</p>
  31. <p>Contact the Sweet_Water District Office at the Lawrenceville Service Center through one of the options below:</p>
  32. <ul>
  33. <li>Contact the Lawrenceville Service Center of the Northeast Georgia Council at (770) 962-2105.</li>
  34. <li>Speak with a Sweet_Water District Executive who can answer questions about various Scouting groups in your neighborhood, including Cub Packs, Boy Scout Troops, Varsity Teams, Explorer Posts, Sea Scouts and Venturing Crews. </li>
  35. <li>Contact Us Via E-Mail</li>
  36. <li>Drop us a quick e-mail message with information about your interest in scouting and our Pack CubMaster will reply back to you directly. <a href="mailto:<?=$cubmasterEmail?>">Email</a></li>
  37. </ul>
  38. </div>
  39. <?php include('footer.php');?>
  40. </div>
  41. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  42. </body>
  43. </html>