Skip to content

Commit e4e7be6

Browse files
author
Josh Ramos
committed
made resource links functional
1 parent 5cf2606 commit e4e7be6

File tree

1 file changed

+80
-29
lines changed

1 file changed

+80
-29
lines changed

components/ResourcesAndContacts/index.tsx

Lines changed: 80 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,79 +9,130 @@ const ResourcesAndContacts = () => {
99

1010
<div className="py-8 px-24">
1111
<div className="grid grid-cols-4 flex 1 gap-x-9 gap-y-5">
12-
<div className="col-span-4 p-5 border border-[#595F6D] flex-1 rounded-lg ">
12+
<a
13+
href="https://circles.csesoc.app/course-selector"
14+
target="_blank"
15+
className="
16+
col-span-4 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
17+
"
18+
>
1319
<h2 className="mt-5 text-3xl font-extrabold">Circles</h2>
1420

1521
<p className="mt-7 text-lg mb-5">A UNSW degree planner where you can explore and validate your degree structure.</p>
16-
</div>
17-
18-
<div className="col-span-1 p-5 border border-[#595F6D] rounded-lg">
22+
</a>
23+
24+
<a
25+
href="https://structs.sh/"
26+
target="_blank"
27+
className="
28+
col-span-1 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
29+
"
30+
>
1931
<h2 className="mt-1 text-3xl font-extrabold">Structs.sh</h2>
2032

2133
<p className="mt-7 text-lg mb-5">
2234
An educational data structures and algorithms platform.
2335
</p>
24-
</div>
25-
26-
<div className="col-span-1 p-5 border border-[#595F6D] rounded-lg">
36+
</a>
37+
38+
<a
39+
href="https://jobsboard.csesoc.unsw.edu.au/"
40+
target="_blank"
41+
className="
42+
col-span-1 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
43+
"
44+
>
2745
<h2 className="mt-1 text-3xl font-extrabold">Jobs Board</h2>
2846

2947
<p className="mt-7 text-lg mb-5">
3048
A place where CSESoc students can look for relevant job opportunities.
3149
</p>
32-
</div>
33-
34-
<div className="col-span-1 p-5 border border-[#595F6D] rounded-lg">
50+
</a>
51+
52+
<a
53+
href="https://notangles.csesoc.app/"
54+
target="_blank"
55+
className="
56+
col-span-1 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
57+
"
58+
>
3559
<h2 className="mt-1 text-3xl font-extrabold">Notangles</h2>
3660

3761
<p className="mt-7 text-lg mb-5">
3862
Trimester timetabling tool - no more timetable tangles!
3963
</p>
40-
</div>
41-
42-
<div className="col-span-1 p-5 border border-[#595F6D] rounded-lg">
64+
</a>
65+
66+
<a
67+
href="https://unilectives.csesoc.app/"
68+
target="_blank"
69+
className="
70+
col-span-1 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
71+
"
72+
>
4373
<h2 className="mt-1 text-3xl font-extrabold">Uni-lectives</h2>
4474

4575
<p className="mt-7 text-lg mb-5">
4676
Read course electives to help you pick your electives or even write your own!
4777
</p>
48-
</div>
49-
50-
<div className="col-span-2 p-5 border border-[#595F6D] rounded-lg">
78+
</a>
79+
80+
<a
81+
href="https://compclub.org/"
82+
target="_blank"
83+
className="
84+
col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
85+
"
86+
>
5187
<h2 className="mt-1 text-3xl font-extrabold">CompClub</h2>
5288

5389
<p className="mt-7 text-lg mb-5">
5490
Promoting computing to high school students
5591
</p>
56-
</div>
57-
58-
<div className="col-span-2 p-5 border border-[#595F6D] rounded-lg">
92+
</a>
93+
94+
<a
95+
href="https://media.csesoc.org.au/"
96+
target="_blank"
97+
className="
98+
col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
99+
"
100+
>
59101
<h2 className="mt-1 text-3xl font-extrabold">CSESoc Media</h2>
60102

61103
<p className="mt-7 text-lg mb-5">
62104
All things content
63105
</p>
64-
</div>
65-
66-
<div className="col-span-2 p-5 border border-[#595F6D] rounded-lg">
106+
</a>
107+
108+
<a
109+
href="https://media.csesoc.org.au/fyg-2023/"
110+
target="_blank"
111+
className="
112+
col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
113+
"
114+
>
67115
<h2 className="mt-1 text-3xl font-extrabold">First Year Guide</h2>
68116

69117
<p className="mt-7 text-lg mb-5">
70118
The ultimate guide to conquering your first year at CSE
71119
</p>
72-
</div>
120+
</a>
73121

74-
<div className="col-span-2 p-5 border border-[#595F6D] rounded-lg">
75-
<h2 className="mt-1 text-3xl font-extrabold">Enhrolment Guide</h2>
122+
<a
123+
href="https://media.csesoc.org.au/cse-enrol/"
124+
target="_blank"
125+
className="
126+
col-span-2 p-5 border border-[#595F6D] rounded-lg hover:bg-gray-100 hover:bg-opacity-10
127+
"
128+
>
129+
<h2 className="mt-1 text-3xl font-extrabold">Enrolment Guide</h2>
76130

77131
<p className="mt-7 text-lg mb-5">
78132
Learn how to get a headstart on uni
79133
</p>
80-
</div>
81-
82-
134+
</a>
83135
</div>
84-
85136
</div>
86137
</section>
87138
)

0 commit comments

Comments
 (0)