Skip to content

Commit

Permalink
add forms
Browse files Browse the repository at this point in the history
  • Loading branch information
psmith586 committed Jun 1, 2024
1 parent ba2b92d commit 49f9e28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file added public/forms/Art Permission Slip 2024.docx
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/WeldingPermissionSlip2024.docx
Binary file not shown.
9 changes: 8 additions & 1 deletion templates/FormsPage/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ type MainProps = {};
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>
<div style={{display: "flex", flexDirection: "column"}}>
<a href="/forms/19-673.pdf" target="_" className="text-center text-h4 mb-16"><h3>Aviation 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/Fly Fishing Permission Slip 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Fly Fishing Permissions Form</h3></a>
<a href="/forms/Plumbing Permission Slip 2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Plumbing Permissions Form</h3></a>
<a href="/forms/WeldingPermissionSlip2024.docx" target="_" className="text-center text-h4 mb-16"><h3>Welding Permissions Form</h3></a>
</div>

</div>
);

Expand Down

0 comments on commit 49f9e28

Please sign in to comment.