Skip to content

Commit

Permalink
added forms and updated lifesaving requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed Jun 26, 2024
1 parent d5ffbd2 commit 7005e15
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions constants/badgerequirements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export const requirements = [
grade: "",
rank: "",
cost: "",
prerequisites: ""
prerequisites: "Evidence of completion of Swimming MB prior to camp; ability to swim continuously 400 yards in a strong manner; bring shoes, socks, sweatpants and sweatshirt to complete Req 9."
},
{
badge: "Mammal Study",
Expand Down Expand Up @@ -365,7 +365,7 @@ export const requirements = [
grade: null,
rank: null,
cost: "X",
prerequisites: "Evidence of completion of Swimming MB prior to camp; ability to swim continuously 400 yards in a strong manner; bring shoes, socks, sweatpants and sweatshirt to complete Req 9."
prerequisites: "Must be able to pass BSA swim test"
},
{
badge: "Welding",
Expand Down
Binary file added public/forms/2024 Event Schedule.docx
Binary file not shown.
Binary file added public/forms/AMvPM.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 14 additions & 4 deletions templates/FormsPage/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ type MainProps = {};

const Main = ({}: MainProps) => (
<div className="py-20">
<div className="text-center text-h1 mb-16">Important Forms</div>

<div className="text-center text-h1 mb-16">Important Information</div>
<a href="/forms/2024 Event Schedule.docx" target="_" className="text-center text-h4 mb-16"><h3>2024 Event Schedule</h3></a>
<a href="/forms/AMvPM.pdf" target="_" className="text-center text-h4 mb-16"><h3>AMvPM</h3></a>
<a href="/forms/AdvanceCamp 2024 Leaders' Guide 5.16.24.docx" target="_" className="text-center text-h4 mb-16"><h3>AdvanceCamp 2024 Leaders' Guide</h3></a>
<a href="/forms/BSA Guide to Advancement.pdf" target="_" className="text-center text-h4 mb-16"><h3>BSA Guide to Advancement</h3></a>
<br />
<div className="text-center text-h1 mb-16">Worksheets</div>
<a href="/forms/Troop Scout Worksheet 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Scout Worksheet</h3></a>
<a href="/forms/Activity Verification Form 2023.docx" target="_" className="text-center text-h4 mb-16"><h3>Activity Verification Form</h3></a>
<br />
<div className="text-center text-h1 mb-16">Permission Forms</div>
<a href="/forms/19-673.pdf" target="_" className="text-center text-h4 mb-16"><h3>Aviation Permissions Form</h3></a>
<a href="/forms/WeldingPermissionSlip2022.docx" target="_" className="text-center text-h4 mb-16"><h3>Welding Permissions Form</h3></a>
<a href="/forms/Fly Fishing Permission Slip 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Fly Fishing Permissions Form</h3></a>
<a href="/forms/Art Permission Slip 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Art Permissions Form</h3></a>
<a href="/forms/BSA Guide to Advancement.pdf" target="_" className="text-center text-h4 mb-16"><h3>BSA Guide to Advancement</h3></a>
<a href="/forms/Troop Scout Worksheet 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Scout Worksheet</h3></a>
<a href="/forms/Activity Verification Form 2023.docx" target="_" className="text-center text-h4 mb-16"><h3>Activity Verification Form</h3></a>
<a href="/forms/Swimming or Lifesaving MB Permission Slip 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Swimming or Lifesaving MB Permission Slip 2024</h3></a>

</div>
);

Expand Down

0 comments on commit 7005e15

Please sign in to comment.