Skip to content

Commit

Permalink
add membership requirement submission form
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Nov 20, 2024
1 parent e1d9010 commit be34848
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ export default function Join() {

<button className={styles.membershipForm}>
<a href="https://www.google.com/a/g.ucla.edu/ServiceLogin?continue=https://docs.google.com/forms/d/e/1FAIpQLSd40YVQqKPlcne_h1NtElVLuFuikdtPirRF8GazpiiAejbnXw/viewform">
Fall 2024 Membership Form
Start-of-quarter Membership Interest Form
</a>
</button>

<button className={styles.membershipForm}>
<a href="https://www.google.com/a/g.ucla.edu/ServiceLogin?continue=https://docs.google.com/forms/d/e/1FAIpQLSfA1vwbVohx1Bpg4KiLnCoVCMMs2KiXBBd9FQu5XUBquaPPkg/viewform">
Membership Requirement Submission
</a>
</button>

Expand Down

0 comments on commit be34848

Please sign in to comment.