web/source/src/app/fundraising/fundraising.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

31 lines
1.2 KiB
HTML

<div [class]="{'': !mobileService.isMobile(), 'mb5': mobileService.isMobile()}">
<div class="row row-center">
<article class="bg-light-blue center mw5 ba b--black-10 mv4">
<div class="pv2 ph3">
<h1 class="f6 ttu tracked">Summer Cheese Steak Fundraiser</h1>
</div>
<a href="fundraiser/philly-flier.png">
<img
src="fundraiser/philly-flier.png"
class="w-100 db" alt="Flowers">
</a>
</article>
<article class="bg-light-blue center mw5 ba b--black-10 mv4">
<div class="pv2 ph3">
<h1 class="f6 ttu tracked">Spring Flower Fundraiser</h1>
</div>
<img src="https://www.iraisemore.com/cdn/shop/files/wp85_1024x1024@2x.jpg?v=1734105510" class="w-100 db"
alt="Flowers">
<div class="pa3">
<p>
Fundraiser benefits the Troop and individual Scouts. Fundraiser runs from February 27th until March 20th.
Please enter the <b>Scout's name</b> and <b>Scouting America Troop 2020G</b> in the "Who are you Supporting"
fields in the checkout cart.
</p>
<p>
<b>This fundraiser has concluded.</b>
</p>
</div>
</article>
</div>
</div>