57 lines
2.3 KiB
HTML
57 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Troop 20 - Columbiana, Ohio</title>
|
|
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
|
|
<link rel="stylesheet" href="./styles.css">
|
|
|
|
<body>
|
|
<script src="./scripts.js"></script>
|
|
|
|
<div class="parallax parallax-one">
|
|
<div class="caption">
|
|
<a href="https://www.scouting.org" target="_blank" rel="noopener noreferrer">
|
|
<img class="image" src="./images/bsa-logo.png" alt="Scouting BSA logo"/>
|
|
</a>
|
|
<a href="https://www.fortyandeight.org" target="_blank" rel="noopener noreferrer">
|
|
<img class="image" src="./images/fe-logo.png" alt="40 and 8s logo"/>
|
|
</a>
|
|
<br/> <br/>
|
|
<div class="glass">
|
|
<span class="border">Troop 20 Columbiana, Ohio</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="spacer-block spacer-two">
|
|
Founded in 2020, and Chartered by 40 & 8s Voiture 273, Troop 20 proudly serves Columbiana, Leetonia, and East Palestine in Ohio by developing young people into tomorrow's leaders.
|
|
</div>
|
|
|
|
<div class="parallax parallax-three">
|
|
<div class="caption-lower">
|
|
<div class="glass">
|
|
<span class="border">Meetings are held on Thursdays At 7:30 PM</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="spacer-block spacer-one">
|
|
The Troop has monthly outings which include Camping and Backpacking. The Troop also attends a week long Summer Camp Program.
|
|
</div>
|
|
|
|
<div id="last-parallax" class="parallax parallax-two">
|
|
<div class="caption-lower">
|
|
<div class="glass">
|
|
<span class="border">Join us for a new adventure!</span>
|
|
<br/>
|
|
<span class="border">44640 St RT 14, Columbiana, Ohio 44408</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<img id="scroll-image" class="scroll-image" src="./images/down.gif" alt="Scroll Down" />
|
|
</body>
|
|
</head> |