@@ -9,79 +9,130 @@ const ResourcesAndContacts = () => {
9
9
10
10
< div className = "py-8 px-24" >
11
11
< 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
+ >
13
19
< h2 className = "mt-5 text-3xl font-extrabold" > Circles</ h2 >
14
20
15
21
< 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
+ >
19
31
< h2 className = "mt-1 text-3xl font-extrabold" > Structs.sh</ h2 >
20
32
21
33
< p className = "mt-7 text-lg mb-5" >
22
34
An educational data structures and algorithms platform.
23
35
</ 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
+ >
27
45
< h2 className = "mt-1 text-3xl font-extrabold" > Jobs Board</ h2 >
28
46
29
47
< p className = "mt-7 text-lg mb-5" >
30
48
A place where CSESoc students can look for relevant job opportunities.
31
49
</ 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
+ >
35
59
< h2 className = "mt-1 text-3xl font-extrabold" > Notangles</ h2 >
36
60
37
61
< p className = "mt-7 text-lg mb-5" >
38
62
Trimester timetabling tool - no more timetable tangles!
39
63
</ 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
+ >
43
73
< h2 className = "mt-1 text-3xl font-extrabold" > Uni-lectives</ h2 >
44
74
45
75
< p className = "mt-7 text-lg mb-5" >
46
76
Read course electives to help you pick your electives or even write your own!
47
77
</ 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
+ >
51
87
< h2 className = "mt-1 text-3xl font-extrabold" > CompClub</ h2 >
52
88
53
89
< p className = "mt-7 text-lg mb-5" >
54
90
Promoting computing to high school students
55
91
</ 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
+ >
59
101
< h2 className = "mt-1 text-3xl font-extrabold" > CSESoc Media</ h2 >
60
102
61
103
< p className = "mt-7 text-lg mb-5" >
62
104
All things content
63
105
</ 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
+ >
67
115
< h2 className = "mt-1 text-3xl font-extrabold" > First Year Guide</ h2 >
68
116
69
117
< p className = "mt-7 text-lg mb-5" >
70
118
The ultimate guide to conquering your first year at CSE
71
119
</ p >
72
- </ div >
120
+ </ a >
73
121
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 >
76
130
77
131
< p className = "mt-7 text-lg mb-5" >
78
132
Learn how to get a headstart on uni
79
133
</ p >
80
- </ div >
81
-
82
-
134
+ </ a >
83
135
</ div >
84
-
85
136
</ div >
86
137
</ section >
87
138
)
0 commit comments