Scouting America
diff --git a/source/src/app/footer/footer.component.scss b/source/src/app/footer/footer.component.scss
index b6222ae..a58e9e5 100644
--- a/source/src/app/footer/footer.component.scss
+++ b/source/src/app/footer/footer.component.scss
@@ -3,11 +3,4 @@
left: 0;
bottom: 0;
width: 100%;
-}
-
-.footer-mobile {
- position: static;
- left: 0;
- bottom: 0;
- width: 100%;
}
\ No newline at end of file
diff --git a/source/src/app/footer/footer.component.ts b/source/src/app/footer/footer.component.ts
index 4653659..b123ad5 100644
--- a/source/src/app/footer/footer.component.ts
+++ b/source/src/app/footer/footer.component.ts
@@ -1,5 +1,4 @@
-import {Component, inject} from '@angular/core';
-import {MobileService} from '../mobile.service';
+import {Component} from '@angular/core';
@Component({
selector: 'app-footer',
@@ -9,5 +8,5 @@ import {MobileService} from '../mobile.service';
styleUrl: './footer.component.scss'
})
export class FooterComponent {
- public mobileService = inject(MobileService);
+
}
diff --git a/source/src/app/forms/forms.component.html b/source/src/app/forms/forms.component.html
index 9aa9ff5..60b0e93 100644
--- a/source/src/app/forms/forms.component.html
+++ b/source/src/app/forms/forms.component.html
@@ -1,46 +1,48 @@
-
- Youth Application
-
-
-
- Adult Leader Application
-
-
-
- Merit Badge Councilor Application
-
-
-
- BSA Medical Form
-
-
\ No newline at end of file
+
+
+ Youth Application
+
+
+
+ Adult Leader Application
+
+
+
+ Merit Badge Councilor Application
+
+
+
+ BSA Medical Form
+
+
+
\ No newline at end of file
diff --git a/source/src/app/forms/forms.component.ts b/source/src/app/forms/forms.component.ts
index d702115..db66269 100644
--- a/source/src/app/forms/forms.component.ts
+++ b/source/src/app/forms/forms.component.ts
@@ -1,4 +1,5 @@
-import { Component } from '@angular/core';
+import {Component, inject} from '@angular/core';
+import {MobileService} from '../mobile.service';
@Component({
selector: 'app-forms',
@@ -7,5 +8,5 @@ import { Component } from '@angular/core';
styleUrl: './forms.component.scss'
})
export class FormsComponent {
-
+ public mobileService = inject(MobileService);
}
diff --git a/source/src/app/fundraising/fundraising.component.html b/source/src/app/fundraising/fundraising.component.html
index e59083c..a6b0c4a 100644
--- a/source/src/app/fundraising/fundraising.component.html
+++ b/source/src/app/fundraising/fundraising.component.html
@@ -1,29 +1,31 @@
-
-
-
-
Summer Cheese Steak Fundraiser
-
-
-
-
-
-
-
-
Spring Flower Fundraiser
-
-
-
-
- Fundraiser benefits the Troop and individual Scouts. Fundraiser runs from February 27th until March 20th.
- Please enter the Scout's name and Scouting America Troop 2020G in the "Who are you Supporting"
- fields in the checkout cart.
-
-
- This fundraiser has concluded.
-
-
-
+
+
+
+
+
Summer Cheese Steak Fundraiser
+
+
+
+
+
+
+
+
Spring Flower Fundraiser
+
+
+
+
+ Fundraiser benefits the Troop and individual Scouts. Fundraiser runs from February 27th until March 20th.
+ Please enter the Scout's name and Scouting America Troop 2020G in the "Who are you Supporting"
+ fields in the checkout cart.
+
+
+ This fundraiser has concluded.
+
+
+
+
\ No newline at end of file
diff --git a/source/src/app/fundraising/fundraising.component.ts b/source/src/app/fundraising/fundraising.component.ts
index ff27eae..5def246 100644
--- a/source/src/app/fundraising/fundraising.component.ts
+++ b/source/src/app/fundraising/fundraising.component.ts
@@ -1,4 +1,5 @@
-import { Component } from '@angular/core';
+import {Component, inject} from '@angular/core';
+import {MobileService} from '../mobile.service';
@Component({
selector: 'app-fundraising',
@@ -7,5 +8,5 @@ import { Component } from '@angular/core';
styleUrl: './fundraising.component.scss'
})
export class FundraisingComponent {
-
+ public mobileService = inject(MobileService);
}
diff --git a/source/src/app/merit-badge-library/merit-badge-library.component.ts b/source/src/app/merit-badge-library/merit-badge-library.component.ts
index 6f34b70..870a4eb 100644
--- a/source/src/app/merit-badge-library/merit-badge-library.component.ts
+++ b/source/src/app/merit-badge-library/merit-badge-library.component.ts
@@ -1,4 +1,4 @@
-import { Component } from '@angular/core';
+import {Component} from '@angular/core';
@Component({
selector: 'app-merit-badge-library',
diff --git a/source/src/app/youth-leadership/youth-leadership.component.html b/source/src/app/youth-leadership/youth-leadership.component.html
index 46e59cf..d11e5e2 100644
--- a/source/src/app/youth-leadership/youth-leadership.component.html
+++ b/source/src/app/youth-leadership/youth-leadership.component.html
@@ -1,82 +1,85 @@
@if (mobileService.isMobile()) {
-
- -
-
-
- Juliahna Seidler
-
-
- -
-
-
- Kenzie Witherow
-
-
- -
-
-
- Carlie Sorrell
-
-
- -
-
-
- Ella Mercer
-
-
- -
-
-
- Nora Wilson
-
-
- -
-
-
- Avery Elliot
-
-
- -
-
-
- Locklyn Linebaugh
-
-
- -
-
-
- Natalie Sorrell
-
-
- -
-
-
- Kenzie Elliot
-
-
- -
-
-
- Locklyn Linebaugh
-
-
-
+
+
+ -
+
+
+ Juliahna Seidler
+
+
+ -
+
+
+ Kenzie Witherow
+
+
+ -
+
+
+ Carlie Sorrell
+
+
+ -
+
+
+ Ella Mercer
+
+
+ -
+
+
+ Nora Wilson
+
+
+ -
+
+
+ Avery Elliot
+
+
+ -
+
+
+ Locklyn Linebaugh
+
+
+ -
+
+
+ Natalie Sorrell
+
+
+ -
+
+
+ Kenzie Elliot
+
+
+ -
+
+
+ Locklyn Linebaugh
+
+
+
+
} @else {
-

+
Juliahna Seidler
@@ -85,7 +88,7 @@

+ title="Assistant Senior Patrol Leader" alt="Assistant Senior Patrol Leader">
Kenzie Witherow
@@ -93,7 +96,8 @@
-

+
Carlie Sorrell
@@ -101,7 +105,8 @@
-

+
Ella Mercer
@@ -109,7 +114,7 @@
-

+
Nora Wilson
@@ -119,7 +124,8 @@
-

+
Avery Elliot
@@ -127,7 +133,8 @@
-

+
Locklyn Linebaugh
@@ -135,7 +142,7 @@
-

+
Natalie Sorrell
@@ -143,7 +150,7 @@
-

+
Kenzie Elliot
@@ -151,7 +158,7 @@
-

+
Locklyn Linebaugh
diff --git a/source/src/styles.scss b/source/src/styles.scss
index a25fbae..ad5cae0 100644
--- a/source/src/styles.scss
+++ b/source/src/styles.scss
@@ -3,6 +3,7 @@
body, html {
height: 100%;
margin: 0;
+ overflow: scroll;
background-image: url('https://images.unsplash.com/photo-1505490096310-204ef067fe6b?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
background-color: black;
}
@@ -14,4 +15,11 @@ body, html {
&-center {
justify-content: center;
}
+}
+
+.container {
+ min-height: 70%;
+ min-height: -webkit-calc(100% - 186px);
+ min-height: -moz-calc(100% - 186px);
+ min-height: calc(100% - 186px);
}
\ No newline at end of file