Skip to content

Commit aa26e81

Browse files
authored
Update apply.jsx
1 parent ea6756a commit aa26e81

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/pages/apply.jsx

+4-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default function About() {
1616
</title>
1717
<meta
1818
name="description"
19-
content="How to apply for GSOC"
19+
content="How to apply for GSoC"
2020
/>
2121
</Head>
2222
<Container className="mt-20 mb-28">
@@ -29,13 +29,13 @@ export default function About() {
2929
title="Join us on Discord"
3030
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!"
3131
button="Join Discord"
32-
link='https://discord.com/invite/6mFZ2S846n'
32+
link='https://discord.gg/hjUhu33uAn'
3333
/>
3434
<TimelineElement
3535
title="Start Contributing"
3636
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."
3737
button="Contribute"
38-
link='https://gitlab.com/aossie'
38+
link='https://github.com/AOSSIE-Org'
3939
/>
4040
<TimelineElement
4141
title="Write a Draft Application"
@@ -64,12 +64,7 @@ export default function About() {
6464
<div className='mt-10 flex justify-center gap-6 flex-col sm:flex-row'>
6565
<Link className=" order-1 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/">
6666
<span className="font-mono font-semibold text-center">
67-
View 2024 Program Announcements
68-
</span>
69-
</Link>
70-
<Link className="order-2 group relative rounded-lg inline-flex items-center overflow-hidden bg-white dark:bg-zinc-800 px-8 py-3 text-black dark:text-white focus:outline-none" href="https://summerofcode.withgoogle.com/programs/2024">
71-
<span className="font-mono font-semibold text-center">
72-
View 2024 Program Timeline
67+
View Google Summer of Code Program Announcements
7368
</span>
7469
</Link>
7570
</div>

0 commit comments

Comments
 (0)