Skip to content

Commit

Permalink
Using new links for new member and project pitch form so they work pr…
Browse files Browse the repository at this point in the history
…operly
  • Loading branch information
feydan authored and natebass committed Jan 24, 2025
1 parent c4de419 commit 6adb80a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/faq/faqMDXTexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
Sacramento community communicates and collaborates, and it's a great way to get involved in ongoing projects and stay
updated on events and opportunities. We look forward to welcoming you to our community of civic-minded technologists
and passionate individuals!
You can access the New Member Form [here](#).
You can access the New Member Form [here](https://forms.gle/JA3jAV9wE1645i9LA).

</details>

Expand Down
2 changes: 1 addition & 1 deletion src/app/get-started/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"id": 2,
"title": "Fill Out a New Member Form",
"body": "To start your journey with Open Sacramento, fill out our <a href='https://docs.google.com/forms/d/e/1FAIpQLSfvzzvz8lCwUD8TEDiPt7ZmN34AB0dhG61590KM_scxYoZf5w/viewform'>New Member Form</a>. It provides vital info about your skills and connects you with our community via a Slack invite for events and projects. "
"body": "To start your journey with Open Sacramento, fill out our <a href='https://forms.gle/JA3jAV9wE1645i9LA'>New Member Form</a>. It provides vital info about your skills and connects you with our community via a Slack invite for events and projects. "
},
{
"id": 3,
Expand Down
2 changes: 1 addition & 1 deletion src/app/pitch/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": 3,
"title": "Complete Project Form",
"body": "Fill out a <a href=\"https://docs.google.com/forms/d/1abnO-X0OQU-fR2WwLNNrXys7cYNdNH3KWSSHiGbz2ug/viewform?pli=1&pli=1&edit_requested=true\" class=\"step-anchor\" target=\"_blank\" aria-label=\"Link to project form.\">Project Form</a> to formally propose your idea.\nAfter submitting, please allow 1-2 weeks for our team to review your project proposal.\nWe&apos;ll carefully assess its alignment with our mission and guidelines.\nDuring this time, someone from our team will reach out to discuss your project further."
"body": "Fill out a <a href=\"https://forms.gle/mTiP6KpgWXCvMUn98\" class=\"step-anchor\" target=\"_blank\" aria-label=\"Link to project form.\">Project Form</a> to formally propose your idea.\nAfter submitting, please allow 1-2 weeks for our team to review your project proposal.\nWe&apos;ll carefully assess its alignment with our mission and guidelines.\nDuring this time, someone from our team will reach out to discuss your project further."
},
{
"id": 4,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/SidebarSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function SidebarSection({children, sectionType}) {
<Link href="/code-of-conduct" className={`anchor`}>Code of Conduct</Link>
<Link
className={`anchor`}
href="https://docs.google.com/forms/d/e/1FAIpQLSfvzzvz8lCwUD8TEDiPt7ZmN34AB0dhG61590KM_scxYoZf5w/viewform"
href="https://forms.gle/JA3jAV9wE1645i9LA"
target="_blank"
rel="noopener noreferrer"
aria-label="Link to new member form.">New Member Form</Link>
Expand Down

0 comments on commit 6adb80a

Please sign in to comment.