30
30
</v-col >
31
31
32
32
<v-col cols =" 12" sm =" 3" >
33
- <!-- Jobs -->
34
- <a target =" _blank" :href =" resources.jobs_board .link" >
33
+ <!-- Freerooms -->
34
+ <a target =" _blank" :href =" resources.freerooms .link" >
35
35
<div data-cy =" resources-box" class =" box secondary rounded-lg" >
36
- <h2 >{{ resources.jobs_board .title }}</h2 >
37
- <h3 >{{ resources.jobs_board .description }}</h3 >
36
+ <h2 >{{ resources.freerooms .title }}</h2 >
37
+ <h3 >{{ resources.freerooms .description }}</h3 >
38
38
</div >
39
39
</a >
40
40
</v-col >
48
48
</a >
49
49
</v-col >
50
50
<v-col cols =" 12" sm =" 3" >
51
- <!-- CSElectives -->
52
- <a target =" _blank" :href =" resources.cselectives .link" >
51
+ <!-- Unilectives -->
52
+ <a target =" _blank" :href =" resources.unilectives .link" >
53
53
<div data-cy =" resources-box" class =" box secondary rounded-lg" >
54
- <h2 >{{ resources.cselectives .title }}</h2 >
55
- <h3 >{{ resources.cselectives .description }}</h3 >
54
+ <h2 >{{ resources.unilectives .title }}</h2 >
55
+ <h3 >{{ resources.unilectives .description }}</h3 >
56
56
</div >
57
57
</a >
58
58
</v-col >
@@ -108,24 +108,19 @@ export default {
108
108
data : () => ({
109
109
resources: {
110
110
circles: {
111
- link: ' https://circles.csesoc .app/' ,
111
+ link: ' https://circles.devsoc .app/' ,
112
112
title: ' Circles' ,
113
113
description: ' A UNSW degree planner where you can explore and validate your degree structure.' ,
114
114
},
115
115
structs: {
116
- link: ' https://structs.sh' ,
116
+ link: ' https://structs.sh/ ' ,
117
117
title: ' Structs' ,
118
118
description: ' An educational data structures and algorithms platform.' ,
119
119
},
120
- jobs_board: {
121
- link: ' https://jobsboard.csesoc.unsw.edu.au/' ,
122
- title: ' Jobs Board' ,
123
- description: ' A place where CSESoc students can look for relevant job opportunities.'
124
- },
125
- cselectives: {
126
- link: ' https://cselectives.csesoc.unsw.edu.au/' ,
127
- title: ' CSElectives' ,
128
- description: ' Read course reviews to help you pick your electives or even write your own!'
120
+ unilectives: {
121
+ link: ' https://unilectives.devsoc.app/' ,
122
+ title: ' Unilectives' ,
123
+ description: ' Your one-stop shop for UNSW course and elective reviews.'
129
124
},
130
125
fy_guide: {
131
126
link: ' https://media.csesoc.org.au/first-year-guide/' ,
@@ -143,9 +138,14 @@ export default {
143
138
description: ' Promoting computing to high school students'
144
139
},
145
140
notangles: {
146
- link: ' https://notangles.csesoc.unsw.edu.au /' ,
141
+ link: ' https://notangles.devsoc.app /' ,
147
142
title: ' Notangles' ,
148
- description: ' Trimester timetabling tool - no more timetable tangles!'
143
+ description: ' An interactive drag-and-drop timetable planner designed to help UNSW students plan their ideal weekly timetable.'
144
+ },
145
+ freerooms: {
146
+ link: ' https://freerooms.devsoc.app/' ,
147
+ title: ' Freerooms' ,
148
+ description: ' A tool to view the timetable of any room on campus, and find an available room that suits all your needs.'
149
149
},
150
150
pe_guide: {
151
151
link: ' https://media.csesoc.org.au/enrolment-guide/' ,
0 commit comments