-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 2.65 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cub Scouts Pack 152 Berlin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<header style="display:flex; align-items:center; gap:1.5rem;">
<img src="assets/cubscouts.webp" alt="Cub Scouts Logo" style="flex-shrink:0;">
<div>
<h1 style="margin-bottom:0.2em;">Pack 152 Berlin</h1>
<div style="font-size:1.2rem; font-weight:600; letter-spacing:1px;">
Cub Scouts • Scouting America
</div>
<nav>
<a href="index.html">Home</a>
<a href="pages/events.html">Events Calendar</a>
<a href="scoutbook.html">Scoutbook</a>
<a href="pages/contact.html">Contact</a>
<a href="pages/scout-oath-law.html">Scout Oath & Law</a>
</nav>
</div>
</header>
<main>
<h2>Our Mission</h2>
<p>
<strong>Pack 152 Berlin</strong> is dedicated to helping our children grow as people, leaders, and scouts. Through hands-on exploration of our vibrant city, we encourage curiosity, teamwork, and respect for others and the world around us.
</p>
<h2>Our Goals</h2>
<ul>
<li>
<strong>Personal Growth:</strong> Building confidence and character through fun, challenging activities.
</li>
<li>
<strong>Leadership:</strong> Developing responsibility and teamwork in every scout.
</li>
<li>
<strong>Adventure:</strong> Exploring Berlin’s rich history, world-class <strong>museums</strong>, and beautiful <strong>nature spaces</strong> like the <strong>Tiergarten</strong> and <strong>Grunewald Forest</strong>.
</li>
<li>
<strong>Community:</strong> Connecting with local organizations and giving back to our neighborhoods.
</li>
</ul>
<h2>Why Berlin?</h2>
<p>
Our scouts discover the wonders of Berlin—from the <strong>Museum Island</strong> and <strong>German Museum of Technology</strong> to the <strong>Botanical Garden</strong> and <strong>Spree River</strong> parks. Every outing is a chance to learn, grow, and make lasting memories.
</p>
<p style="font-weight:700; color:#0055a4; text-align:center; margin-top:2rem;">
Join us as we adventure, learn, and lead—together!
</p>
</main>
<footer>
© 2024 Pack 152 Berlin • Scouting America
</footer>
</body>
</html>