Skip to content

Commit

Permalink
member sign up form
Browse files Browse the repository at this point in the history
  • Loading branch information
enkhbold470 committed May 4, 2024
1 parent f7021f0 commit 832a892
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ export default function Contact() {
</div> */}
<div className="text-body-color dark:text-dark-6 hover:border-gray-900 hover:bg-gray-300 inline-block rounded-full border-2 dark:border-dark-3 py-[10px] px-7 text-xl font-medium transition hover:text-gray-900 mt-5">
<Link href={"https://discord.gg/r4KsKrGzdT"} target="_blank">
Join
Join Discord
</Link>
</div>
<div className="text-body-color dark:text-dark-6 hover:border-gray-900 hover:bg-gray-300 inline-block rounded-full border-2 dark:border-dark-3 py-[10px] px-7 text-xl font-medium transition hover:text-gray-900 mt-5">
<Link href={"https://forms.gle/NQhSayK2X331RHjy8"} target="_blank">
Sign Up Form
</Link>
</div>

<h1 className="text-xl py-5 lg:w-[50%] my-5 px-10 mx-5 text-center">
We are the Neuroscience Club at De Anza College, conducting research on
electroencephalograms (EEG) to enhance accessibility for disabled
Expand Down
8 changes: 8 additions & 0 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ export default function Hero() {
Join Our Discord Server
</Link>
</div>
<div className="text-body-color dark:text-dark-6 hover:border-gray-900 hover:bg-gray-300 inline-block rounded-full border-2 dark:border-dark-3 py-[10px] px-7 text-xl font-medium transition hover:text-gray-900 mt-5 border-2 flex justify-center w-max">
<Link
href={"https://forms.gle/NQhSayK2X331RHjy8"}
target="_blank"
>
Member Sign Up Form
</Link>
</div>
</div>
</motion.div>
)}
Expand Down

0 comments on commit 832a892

Please sign in to comment.