1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!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="text-align: center;">How to Join 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>
- <hr />
- <h3>Interested in joining Scouting?</h3>
- <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>
- <h4>Youth</h4>
- <p>Which program is right for you?</p>
- <ul>
- <li>Cub Scouts is for boys ages 7 through 10, or grades first through fifth.</li>
- <li>Boy Scouts is for boys ages 11 through 17.</li>
- <li>Varsity Scouting is for boys ages 14 through 17.</li>
- <li>Venturing is for boys and girls ages 14 (and have completed the eighth grade) through 20.</li>
- </ul>
- <p>There are Cub Scout Packs, Boy Scout Troops, Varsity Teams, and Venturing Crews all over Northeast Georgia.</p>
- <h4>Volunteer Leaders</h4>
- <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>
- <p>Contact the Sweet_Water District Office at the Lawrenceville Service Center through one of the options below:</p>
- <ul>
- <li>Contact the Lawrenceville Service Center of the Northeast Georgia Council at (770) 962-2105.</li>
- <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>
- <li>Contact Us Via E-Mail</li>
- <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>
- </ul>
- </div>
- <?php include('footer.php');?>
- </div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </body>
- </html>
|