web/source/src/app/footer/footer.component.html
Tara Wilson fa79cc5481
All checks were successful
Build / Build (push) Successful in 13s
Publish Docker Image / Build UI Artifact (release) Successful in 13s
Publish Docker Image / Publish Docker Image (release) Successful in 59s
Fixing footer bugs
2025-04-20 15:31:32 -04:00

33 lines
1.3 KiB
HTML

<div class="footer">
<footer class="pv2 ph2 ph1-ns tc bg-black">
<a class="link dim gray dib h1 w1 br-100 mr3"
href="https://www.facebook.com/share/1Sbdr1Ho2y/"
title="Troop 20 Facebook">
<svg data-icon="facebook" viewBox="0 0 32 32" style="fill:currentcolor">
<title>facebook icon</title>
<path
d="M8 12 L13 12 L13 8 C13 2 17 1 24 2 L24 7 C20 7 19 7 19 10 L19 12 L24 12 L23 18 L19 18 L19 30 L13 30 L13 18 L8 18 z"></path>
</svg>
</a>
<a class="link dim gray dib h1 w1 br-100 mr3"
href="mailto:troop2020g@gmail.com"
title="Email Us">
<svg data-icon="email" viewBox="0 0 8 6" style="fill:currentcolor">
<title>Email Us</title>
<path
d="m0 0h8v6h-8zm.75 .75v4.5h6.5v-4.5zM0 0l4 3 4-3v1l-4 3-4-3z"></path>
</svg>
</a>
<div class="mt2">
<a href="https://www.scouting.org"
target="_blank"
class="f6 link dim gray dib mr3 mr4-ns">Scouting America</a>
<a href="https://www.buckeyecouncil.org"
target="_blank"
class="f6 link dim gray dib mr3 mr4-ns">Buckeye Council</a>
<a href="https://www.fortyandeight.org"
target="_blank"
class="f6 link dim gray dib">40 & 8</a>
</div>
</footer>
</div>