Skip to content

Commit

Permalink
Merge pull request #18 from csesoc/additional-resources
Browse files Browse the repository at this point in the history
CW2-29 Create additional resource for CSESoc Learn
  • Loading branch information
derekxu04 authored Jun 22, 2024
2 parents e63b0aa + 3d3dc27 commit bed8632
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/ResourcesAndContacts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ const ResourcesAndContacts = () => {
</a>

<a
href="https://compclub.org/"
href="https://learn.csesoc.org.au/"
target="_blank"
className={`md:col-span-2 col-span-4 p-5 ${boxStyling}`}
>
<h2 className="mt-1 text-3xl font-extrabold">CompClub</h2>
<h2 className="mt-1 text-3xl font-extrabold">CSESoc Learn</h2>

<p className="mt-7 text-lg mb-5">Promoting computing to high school students</p>
<p className="mt-7 text-lg mb-5">Your learning outside the classroom starts here</p>
</a>

<a
Expand All @@ -97,7 +97,7 @@ const ResourcesAndContacts = () => {
</a>

<a
href="https://media.csesoc.org.au/fyg-2023/"
href="https://media.csesoc.org.au/first-year-guide-2024/"
target="_blank"
className={`md:col-span-2 col-span-4 p-5 ${boxStyling}`}
>
Expand Down

0 comments on commit bed8632

Please sign in to comment.