Skip to content

Commit 5811b95

Browse files
committed
(v0.5.5-alpha) FAQ + Links
Added a final FAQ and linked some texts
1 parent e5b4805 commit 5811b95

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/routes/landing.jsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ function Landing() {
229229
{[
230230
{
231231
q: "When will this start?",
232-
a: <> <i>CIPHER</i> is a YSWS concept. If this gets selected for 2026 Summer Internship or if I get sponsors this will become a reality! Keep an eye on #cipher! </>
232+
a: <> <i>CIPHER</i> is a YSWS concept. If this gets selected for 2026 Summer Internship or if I get sponsors this will become a reality! Keep an eye on <a href={"https://hackclub.enterprise.slack.com/archives/C0ALSDTTU12"} target="_blank"
233+
rel="noopener noreferrer"> #cipher</a>! </>
233234
},
234235
{
235236
q: "Can I submit multiple projects?",
@@ -248,6 +249,14 @@ function Landing() {
248249
<a href={"https://hackatime.hackclub.com/"} target="_blank"
249250
rel="noopener noreferrer"> here</a>
250251
!</>
252+
},
253+
{
254+
q: "I have more questions!",
255+
a: <>If you have any more questions feel free to ask in
256+
<a href={"https://hackclub.enterprise.slack.com/archives/C0ALSDTTU12"} target="_blank"
257+
rel="noopener noreferrer"> #cipher</a> or reach out to
258+
<a href={"https://hackclub.enterprise.slack.com/archives/D0A4UTZNARL"} target="_blank"
259+
rel="noopener noreferrer"> me</a>!</>
251260
}
252261
].map((item, i) => (
253262
<div className="faq" key={i}>
@@ -277,7 +286,8 @@ function Landing() {
277286
<div className={"rsvp"}>
278287
<h1>Want it to happen?</h1>
279288
<p>CIPHER is nowhere near completion. So, if you want CIPHER to become a reality, RSVP now! and
280-
keep an eye on #cipher!</p>
289+
keep an eye on <a href={"https://hackclub.enterprise.slack.com/archives/C0ALSDTTU12"} target="_blank"
290+
rel="noopener noreferrer"> #cipher</a>!</p>
281291
<div className={"buttons"}>
282292
<a href={"https://hackclub.com/slack"} target={"_blank"} rel="noopener noreferrer" >
283293
<div className={"button-container"}>

0 commit comments

Comments
 (0)