Skip to content

Commit 23f4bef

Browse files
authored
Merge branch 'main' into add-march-2022-algo-event
2 parents 46895b7 + 13f5337 commit 23f4bef

File tree

5 files changed

+29
-13
lines changed

5 files changed

+29
-13
lines changed

netlify.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
[build]
2-
functions = "functions/"
3-
4-
[[redirects]]
5-
from = "/discord"
6-
to = "https://discord.gg/pkUr62MvKD"
2+
functions = "functions/"

src/components/footer/index.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ const Footer = () => {
1010
.
1111
<br />
1212
<br />
13-
Follow React Robins on{' '}
13+
Have a question? Check out our{' '}
14+
<a href="/faq" title="Frequently Asked Questions">
15+
FAQs
16+
</a>{' '}
17+
or Follow React Robins on{' '}
1418
<a href="https://twitter.com/ReactJSRobins" title="Follow us on Twitter">
1519
Twitter
1620
</a>

src/components/header/index.js

+9-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,17 @@ const Header = ({ siteTitle }) => (
4040
<NavLink to="/organizers">Organizers</NavLink>{' '}
4141
</li>
4242
<li>
43-
<NavLink to="/faq">FAQ</NavLink>{' '}
43+
<NavHref href="/discord">Discord</NavHref>{' '}
4444
</li>
4545
<li>
46-
<NavHref href="/discord">Discord</NavHref>{' '}
46+
<NavHref
47+
href="/submit-talk"
48+
target="_blank"
49+
title="Submit a Talk"
50+
rel="noopener noreferrer"
51+
>
52+
Submit a Talk
53+
</NavHref>
4754
</li>
4855
</ul>
4956
</NavRow>

src/pages/faq.js

+11-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ const FAQPage = () => {
1414
<main>
1515
<h1 hidden>Welcome to React Robins</h1>
1616
<Panel heading="FAQ"></Panel>
17-
<Panel heading="How do I speak at an upcoming React Robins event?" id="how-to-speak">
18-
Thank you for your interest in speaking to our community. Please submit a talk proposal on{' '}
19-
<a href="https://github.com/react-ladies/react-ladies-talk-proposals/issues/new/choose">
20-
GitHub
17+
<Panel heading="How do I speak at an upcoming React Ladies event?" id="how-to-speak">
18+
Thank you for your interest in speaking to our community. Please submit a talk proposal
19+
through our{' '}
20+
<a
21+
href="/submit-talk"
22+
target="_blank"
23+
title="Form to submit a talk"
24+
rel="noopener noreferrer"
25+
>
26+
form
2127
</a>
2228
. If you have any questions do not hesistate to reach out to us!
2329
</Panel>
@@ -38,7 +44,7 @@ const FAQPage = () => {
3844
target="_blank"
3945
>
4046
Twitter
41-
</a>
47+
</a>{' '}
4248
or email us at{' '}
4349
<a href="mailto:[email protected]" rel="noopener noreferrer" title="Email">
4450

static/_redirects

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Redirects for Netlify
2+
/discord https://discord.gg/pkUr62MvKD
3+
/submit-talk https://airtable.com/shrphJUHyS1h6UK0Y

0 commit comments

Comments
 (0)