Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated register club link on FAQ page #299

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions src/pages/faq-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,34 @@ const Questions = props => {
id="faq-2-item-1"
>
In order to have your club be formally recognized at least one
club leader must fill the Club's registration form{" "}
club leader must fill the Club's registration form 
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfYQEKz8gMnxWrIxJZer6lJG1p08LtPboV3Aupfj2PtWmKD1A/viewform"
href="https://community.us12.list-manage.com/subscribe?u=6bca92e1ba0eb8733fd7cc5bf&id=107bf7d6b8"
target="_blank"
rel="noopener noreferrer"
>
here.
</a>{" "}
Then, in the next 24 hours, you will receive a confirmation that
your club is registered and a Club profile will automatically be
created on the website. It&#39;s time to invite your Club&#39;s
members to join the network and the Club!
here
</a>
.&nbsp;Then, in the next 24 hours, you will receive a
confirmation that your club is registered and a Club profile
will automatically be created on the website. It&#39;s time to
invite your Club&#39;s members to join the network and the Club!
</FaqItem>
<FaqItem
header="What if I don’t have an existing club, and want to start a new Open Source Student Club?"
id="faq-1-item-1"
>
If you don’t have an established club but would like to start an
open source club you are welcome to apply. Fill out the
registration form and indicate that you’re starting a new club.
We’ll send you materials and tips for launching a successful
club.
open source club you are welcome to apply. Fill out the&nbsp;
<a
href="https://community.us12.list-manage.com/subscribe?u=6bca92e1ba0eb8733fd7cc5bf&id=107bf7d6b8"
target="_blank"
rel="noopener noreferrer"
>
registration form
</a>
&nbsp;and indicate that you’re starting a new club. We’ll send
you materials and tips for launching a successful club.
</FaqItem>
</FaqGroup>
</div>
Expand Down