Skip to content

Commit

Permalink
Merge pull request #201 from uclaacm/add_req_button
Browse files Browse the repository at this point in the history
add membership requirement submission form
  • Loading branch information
savannahalanis authored Nov 21, 2024
2 parents fd02141 + be34848 commit 814f751
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 814f751

Please sign in to comment.