Compare commits

..

No commits in common. "main" and "2025.04.20" have entirely different histories.

12 changed files with 15 additions and 89 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 KiB

View File

@ -1,80 +1,12 @@
<div [class]="{'': !mobileService.isMobile(), 'mb5': mobileService.isMobile()}">
<article class="center mw5 mw6-ns hidden ba mv4">
<h1 class="f4 bg-near-black white mv0 pv2 ph3">General Troop Information</h1>
<div class="pa3 bt bg-light-blue">
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="https://docs.google.com/document/d/1al1knH02-Q8JXdgfq3pu9rHKHBGwfdjn8ATFFrvAfZk/edit?tab=t.0"
target="_blank">
General Weekend Packing List
</a>
</p>
</div>
</article>
<article class="center mw5 mw6-ns hidden ba mv4">
<h1 class="f4 bg-near-black white mv0 pv2 ph3">Summer Camp 2025</h1>
<div class="pa3 bt bg-light-blue">
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="https://drive.google.com/file/d/1aRW5LI044sdhQ64d-dmaZycnDAzv90Nk/view"
target="_blank">
Summer Camp Adult Leader Guide
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/summer-camp-gear-drop-off.pdf"
target="_blank">
6/12/2025 - Summer Camp Gear Drop Off
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/summer-camp-2025.pdf"
target="_blank">
6/15/2025 - Summer Camp
</a>
</p>
</div>
</article>
<article class="center mw5 mw6-ns hidden ba mv4">
<h1 class="f4 bg-near-black white mv0 pv2 ph3">Upcoming Events</h1>
<div class="pa3 bt bg-light-blue">
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/upcoming-events.pdf"
target="_blank">
Upcoming Events May - August
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/july-board-of-review.pdf"
target="_blank">
7/10/2025 - Board of Review
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/cave-cavern-outing.pdf"
target="_blank">
7/26/2025 - Caving Event - Bring a friend
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/five-year-picnic.pdf"
target="_blank">
8/2/2025 - Court of Honor - 5 Year Celebration
</a>
</p>
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="upcoming-events/fundamentals-of-fishing.pdf"
target="_blank">
8/30/2025 - Fundamentals of Fishing
</a>
</p>
</div>
</article>
</div>
<article class="center mw5 mw6-ns hidden ba mv4">
<h1 class="f4 bg-near-black white mv0 pv2 ph3">Weekend Camp Packing List</h1>
<div class="pa3 bt bg-light-blue">
<p class="f6 f5-ns lh-copy measure mv0">
<a
href="https://docs.google.com/document/d/1al1knH02-Q8JXdgfq3pu9rHKHBGwfdjn8ATFFrvAfZk/edit?tab=t.0"
target="_blank">
View the List
</a>
</p>
</div>
</article>

View File

@ -1,5 +1,4 @@
import {Component, inject} from '@angular/core';
import {MobileService} from '../mobile.service';
import { Component } from '@angular/core';
@Component({
selector: 'app-info',
@ -8,5 +7,5 @@ import {MobileService} from '../mobile.service';
styleUrl: './info.component.scss'
})
export class InfoComponent {
public mobileService = inject(MobileService);
}

View File

@ -8,11 +8,6 @@
<a class="link dim white dib mr3" [routerLink]="['fundraising']" title="Fundraising">Fundraising</a>
<a class="link dim white dib mr3" [routerLink]="['forms']" title="Forms">Forms</a>
<a class="link dim white dib mr3" [routerLink]="['info']" title="Info">Info</a>
<a class="link dim white dib mr3"
href="https://www.scouting.org/skills/merit-badges/all/"
target="_blank"
title="Merit Badge Library">
Merit Badges
</a>
<a class="link dim white dib mr3" [routerLink]="['library']" title="Merit Badge Library">Library</a>
</nav>
</header>