Skip to content

Commit

Permalink
Add interest form
Browse files Browse the repository at this point in the history
  • Loading branch information
TreesClouds committed Aug 3, 2024
1 parent c9f74c3 commit 08c1e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pie-website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
options: {
spaceId: `xsq697r2ly56`,
// Learn about environment variables: https://gatsby.dev/env-vars
accessToken: process.env.CONTENTFUL_API_KEY,
accessToken: "eYFMOEhXA-gGlLbTlKvyAgZUn2P-jlYTavBcdamV2vw",
},
},
],
Expand Down
9 changes: 5 additions & 4 deletions pie-website/src/pages/GetInvolved.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const GetInvolved = () => {
</h4>
<Header type={"blue-header"}>Fall Recruiting</Header>
<p>
We've got a great lineup of events ready to welcome you (back) to
We've got a great lineup of events ready to welcome you to
Berkeley. Come to an infosession to find out what we're all about,
then decide which{" "}
<Link to="/getInvolved/Projects">project team</Link> you want to
Expand All @@ -86,14 +86,15 @@ const GetInvolved = () => {
online.
</p>
<p>
If you're interested in joining, fill out our interest form{" "}
<a
href="https://calendar.google.com/calendar/u/0/embed?src=pioneers.berkeley.edu_4vdtnqvtt5hlcnc54n7i52en88@group.calendar.google.com&ctz=America/Los_Angeles"
target="_blank"
rel="noreferrer"
>
Add our Google calendar
</a>{" "}
(plus sign on the bottom right)
here
</a>
! We'll send information at a later time about welcome events in the fall and how to join.
</p>
</HeaderContainer>
</CustomizedContainer>
Expand Down

0 comments on commit 08c1e32

Please sign in to comment.