Skip to content

Commit

Permalink
messaging update
Browse files Browse the repository at this point in the history
  • Loading branch information
psmith586 committed Sep 23, 2024
1 parent 5fd74ac commit 3c90d0d
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions templates/HomePage/AboutUs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ import Image from "@/components/Image";

type AboutUsProps = {};

const AboutUs = ({}: AboutUsProps) => (
const AboutUs = ({ }: AboutUsProps) => (
<div className="lg:pb-32 2xl:pb-24 pb-20 md:pb-10">
<div className="w-full">
<Image
className="w-full sm:6rem xs:6rem md:6rem lg:12rem xl:12rem 2xl:12rem"
src="images/banners/advancecampbanner.png"
width={1500}
height={220}
layout="responsive"
alt="advance camp banner"
/>
</div>
<div className="w-full">
<Image
className="w-full sm:6rem xs:6rem md:6rem lg:12rem xl:12rem 2xl:12rem"
src="images/banners/advancecampbanner.png"
width={1500}
height={220}
layout="responsive"
alt="advance camp banner"
/>
</div>
<div className="container flex flex-column items-center max-w-[76.875rem] lg:flex-row">

<div className="hidden lg:block">
Expand All @@ -25,28 +25,27 @@ const AboutUs = ({}: AboutUsProps) => (
height={425}
alt="advance camp photo"
/>
</div>
</div>

<div className="grow md:pl-[10.625rem] 2xl:pl-20 xl:pl-12 lg:pl-0">
<div className="text-h2 text-font-header">
Advance Camp
Advance Camp
</div>
<div className="mb-8 font-bold text-font-header">
<h3>September 27-28, 2024 | Solano County Fairgrounds</h3>
</div>
<div className="flex-col gap-2 text-1xl text-black">
<div className="mb-8 text-justify">
AdvanceCamp provides scouts with the opportunity to complete advancement begun at another scout event, to start and complete advancement with the completion of all requirements during the camp, or to begin work on and make a contact with a counselor to complete a merit badge at a later time.
AdvanceCamp provides scouts with the opportunity to complete advancement begun at another scout event, to start and complete advancement with the completion of all requirements during the camp, or to begin work on and make a contact with a counselor to complete a merit badge at a later time.
</div>
<div className="mb-8 text-justify">
Since its inception in 1998, AdvanceCamp has served over 30,000
Since its inception in 1998, AdvanceCamp has served over 30,000
Scouts, providing a platform for them to complete partials for
unusual merit badges. From 300 Scouts and 15 merit badges to a major annual gathering, thanks to the tireless
efforts of Steve Hoagland, the Executive Director of AdvanceCamp.
</div>
<div className="mb-8 font-bold text-justify text-font-header">
Mark your calendars for the 24th AdvanceCamp, taking place on
September 27-28, 2024 at the Solano County Fairgrounds.
We are excited to see you at camp, there will be no onsite registration.
<h2 className="text-black font-bold">Registration opens June 1st.</h2>
</div>
<div>
Expand All @@ -55,13 +54,13 @@ const AboutUs = ({}: AboutUsProps) => (
href="https://registration.advancecamp.com"
>
Register
</Link>
<Link
</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>
</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 3c90d0d

Please sign in to comment.