You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/pages/apply.jsx
+4-9
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export default function About() {
16
16
</title>
17
17
<meta
18
18
name="description"
19
-
content="How to apply for GSOC"
19
+
content="How to apply for GSoC"
20
20
/>
21
21
</Head>
22
22
<ContainerclassName="mt-20 mb-28">
@@ -29,13 +29,13 @@ export default function About() {
29
29
title="Join us on Discord"
30
30
description="Join the AOSSIE community on Discord and connect with other developers, mentors, and organizers. Our Discord server is a great place to ask questions, share ideas, and get support throughout the Google Summer of Code application process. From proposal writing tips to coding advice, our community is here to help you succeed. Don't go through the process alone, join us on Discord now!"
31
31
button="Join Discord"
32
-
link='https://discord.com/invite/6mFZ2S846n'
32
+
link='https://discord.gg/hjUhu33uAn'
33
33
/>
34
34
<TimelineElement
35
35
title="Start Contributing"
36
36
description="Contribute to the project and make your mark on open-source development with AOSSIE. By making a Pull Request (PR) to one of our existing projects, you'll have the opportunity to showcase your skills and demonstrate your understanding of the project. This will also give you an opportunity to work with the mentors and get familiar with the project before the official GSoC coding period starts. This is a great way to get started and increase your chances of being selected for the program."
37
37
button="Contribute"
38
-
link='https://gitlab.com/aossie'
38
+
link='https://github.com/AOSSIE-Org'
39
39
/>
40
40
<TimelineElement
41
41
title="Write a Draft Application"
@@ -64,12 +64,7 @@ export default function About() {
0 commit comments