-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlions.html
66 lines (63 loc) · 3.77 KB
/
lions.html
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
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title> Lions | Pack 233</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="headerContainer">
<div class="headerContent"><img class="headerLogo" alt="CubScouts logo" src="./images/cub-scouts.svg" height="50" width="50"/>
<p class="hash"><a aria-label="Go back to the Home Page" target="_self" style="color: #ffffff !important;" href="index.html">< Home</a></p>
<p class="hash mobileHeaderHash"><a aria-label="Click to visit our Instagram Page" target="_blank" href="https://www.instagram.com/cubscoutspack233/"><span>#PACK233ADVENTURES</span></a></p>
</div>
</div>
<section class="heroContainer">
<div class="heroContent">
<div class="col lionHeroBG"></div>
</div>
</section>
<aside class="asideContainer">
<h2 class="text-center flex-col">What we do</h2>
<div class="asideContent">
<div class="col2 text-center">
<h2>Lion</h2>
<p>Kindergarten</p>
<img class="rankBadgeImg" alt="Lion Rank Patch" src="./images/ranks/lion-badges.jpg"/>
</div>
<div class="col2 text-center">
<p style=="font-size: 18px;">Our Scouts meet together and complete 6 required adventures. As well as any elective adventures listed below.
<br/>
<br/>
Our Den Leaders and handbooks have easy to follow steps and ideas on how to complete these adventures. </p>
<div class="">
<ul class="denListContainer" style="font-weight: 700px">
<li class="hash">Ready Set Grow</li>
<li class="hash">Everyday Tech</li>
<li class="hash">Gizmos and Gadgets</li>
<li class="hash">Count On Me</li>
<li class="hash">Race Time</li>
<li class="hash">Go Fish</li>
<li class="hash">On A Roll</li>
<li class="hash">... Plus More!!</li>
</ul>
</div>
</div>
</div>
</aside>
<footer class="footerContainer">
<div class="footerContent">
<div class="footerCol"><img src="./images/new_logo_footer.png" alt="CubScout Adventures Logo" height="200px" width="200px"/></div>
<div class="footerCol"><a aria-label="Click to visit Rotary Club at the Dominion's Page" href="https://portal.clubrunner.ca/3077/page/how-we-help" target="_blank" ><img src="./images/rotaryclublogo.png" alt="Dominion Rotary Club logo" height="200px" width="200px"/></a></div>
<div class="footerCol"><a aria-label="Click to visit our Instagram Page" target="_blank" href="https://www.instagram.com/cubscoutspack233/"><span class="fab fa-instagram"/></a>
</div>
<div class="footerCol">
<a class="footerButton" href="https://my.scouting.org/online-registration/d24417ab-6758-4525-a1d3-5074b0b7e87c/applicant-type" target="_blank">Sign Up</a>
</div>
</div>
</footer>
</body>
</html>