Skip to content

Commit

Permalink
adding other forms
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed Jun 7, 2024
1 parent 9a4ad49 commit 9979609
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 0 deletions.
Binary file not shown.
Binary file added public/forms/Art Permission Slip 2024.docx
Binary file not shown.
Binary file added public/forms/BSA Guide to Advancement.pdf
Binary file not shown.
Binary file not shown.
Binary file added public/forms/Plumbing Permission Slip 2024.docx
Binary file not shown.
Binary file added public/forms/Swimming Permission Slip.pdf
Binary file not shown.
Binary file added public/forms/Troop Scout Worksheet 2024.docx
Binary file not shown.
Binary file added public/forms/WeldingPermissionSlip2022.docx
Binary file not shown.
6 changes: 6 additions & 0 deletions templates/FormsPage/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ const Main = ({}: MainProps) => (
<div className="py-20">
<div className="text-center text-h1 mb-16">Important 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>
</div>
);

Expand Down

0 comments on commit 9979609

Please sign in to comment.