Skip to content

Commit

Permalink
merit badge courses clear
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed Jun 11, 2024
1 parent 3dd75cb commit 21de5c1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/requirements/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { NextPage } from "next";
import RequirementsPage from "@/templates/RequirementsPage";


const Requirements: NextPage = () => {
return <RequirementsPage />;
};
Expand Down
16 changes: 16 additions & 0 deletions constants/badgerequirements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@ export const requirements = [
cost: "",
prerequisites: ""
},
{
badge: "Chess",
age: "",
grade: "",
rank: "",
cost: "",
prerequisites: ""
},
{
badge: "Citizenship in the Community",
age: "",
grade: "7th +",
rank: "2nd Class+",
cost: "",
prerequisites: "2 a & b(Bring Map to Camp), 3a (Can be Video (take notes)), 4,7,8"
},
{
badge: "Citizenship in the Nation",
age: "14 Yrs +",
Expand Down
6 changes: 6 additions & 0 deletions templates/HomePage/AboutUs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ const AboutUs = ({}: AboutUsProps) => (
>
Register
</Link>
<Link
className="mx-8 px-16 py-3 bg-transparent hover:bg-orange-500 text-orange-700 font-semibold hover:text-white border border-orange-500 hover:border-transparent"
href="/requirements"
>
Merit Badges
</Link>
</div>
</div>
</div>
Expand Down
10 changes: 10 additions & 0 deletions templates/MeritBadgePage/ImportantInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ type LandingProps = {};

const ImportantInfo = ({}: LandingProps) => (
<div className="container lg:py-4 2xl:py-24 py-8 md:pb-10 text-black text-justify">
<h2 className="text-h4 font-bold my-4">Merit Badge List</h2>
<p className="text-16r mb-4">List of merit badge courses are on the requirements page found <strong><a href="/requirements">here</a></strong> if any courses are missing then we are still looking for counselors for said courses.</p>
<div className="container py-4 text-black text-justify">
<Link
className="mx-auto px-16 py-3 bg-transparent hover:bg-orange-500 text-orange-700 font-semibold hover:text-white border border-orange-500 hover:border-transparent"
href="/requirements"
>
See Merit Badges
</Link>
</div>
<h2 className="text-h4 font-bold my-4">Additional Fees</h2>
<p className="text-16r mb-4">Archery, Basketry, Climbing, Indian Lore, Lifesaving, Plumbing, Programming, Search and Rescue, Robotics, Swimming, and Welding will carry an additional $30 fee. Partial Archery is $15.00</p>
<p className="text-16r mb-4"><strong>AVIATION MERIT BADGE</strong> has a different fee of $75 because scouts will be flying as a part of the badge work that day.</p>
Expand Down

0 comments on commit 21de5c1

Please sign in to comment.