1717 <div data-cy =" resources-box" class =" box primary rounded-lg" >
1818 <h2 >{{ resources.jobs_board.title }}</h2 >
1919 <h3 >{{ resources.jobs_board.description }}</h3 >
20- <v-img
21- data-cy =" resources-img"
22- max-height =" 80px"
23- position =" top"
24- :src =" resources.jobs_board.src"
25- class =" image hidden-xs-only"
26- />
2720 </div >
2821 </a >
2922 </v-col >
3427 <h2 >{{ resources.comp_club.title }}</h2 >
3528 <h3 class =" hidden-sm-above" >{{ resources.comp_club.description }}</h3 >
3629 <div class =" flex-grow-1" ></div >
37- <v-img
38- data-cy =" resources-img"
39- max-height =" 80px"
40- position =" top"
41- :src =" resources.comp_club.src"
42- class =" image hidden-xs-only"
43- />
4430 </div >
4531 </a >
4632 </v-col >
5036 <div data-cy =" resources-box" class =" box primary rounded-lg" >
5137 <h2 >{{ resources.notangles.title }}</h2 >
5238 <h3 >{{ resources.notangles.description }}</h3 >
53- <v-img
54- data-cy =" resources-img"
55- max-height =" 80px"
56- :src =" resources.notangles.src"
57- position =" top"
58- class =" image hidden-xs-only"
59- />
6039 </div >
6140 </a >
6241 </v-col >
6645 <div data-cy =" resources-box" class =" box secondary rounded-lg" >
6746 <h2 >{{ resources.media.title }}</h2 >
6847 <h3 >{{ resources.media.description }}</h3 >
69- <v-img
70- data-cy =" resources-img"
71- max-height =" 100px"
72- :src =" resources.media.src"
73- position =" top"
74- class =" image hidden-xs-only"
75- />
7648 </div >
7749 </a >
7850 </v-col >
8254 <div data-cy =" resources-box" class =" box primary rounded-lg" >
8355 <h2 >{{ resources.fy_guide.title }}</h2 >
8456 <h3 >{{ resources.fy_guide.description }}</h3 >
85- <v-img
86- data-cy =" resources-img"
87- :src =" resources.fy_guide.src"
88- position =" top"
89- class =" image hidden-xs-only flex-grow-1"
90- />
9157 </div >
9258 </a >
9359 </v-col >
9763 <div data-cy =" resources-box" class =" box secondary rounded-lg" >
9864 <h2 >{{ resources.pe_guide.title }}</h2 >
9965 <h3 >{{ resources.pe_guide.description }}</h3 >
100- <v-img
101- data-cy =" resources-img"
102- position =" top"
103- :src =" resources.pe_guide.src"
104- class =" image align hidden-xs-only"
105- />
10666 </div >
10767 </a >
10868 </v-col >
@@ -123,20 +83,17 @@ export default {
12383 jobs_board: {
12484 link: ' https://jobsboard.csesoc.unsw.edu.au/login' ,
12585 title: ' Job Board' ,
126- description: ' A place where CSESoc students can look for relevant job opportunities.' ,
127- src: require (' ../../assets/resources/resource-job-board.png' )
86+ description: ' A place where CSESoc students can look for relevant job opportunities.'
12887 },
12988 fy_guide: {
13089 link: ' https://media.csesoc.org.au/first-year-guide/' ,
13190 title: ' First Year Guide' ,
132- description: ' The ultimate guide to conquering first year at CSE.' ,
133- src: require (' ../../assets/resources/resource-first-year-guide.png' )
91+ description: ' The ultimate guide to conquering first year at CSE.'
13492 },
13593 media: {
13694 link: ' https://media.csesoc.org.au/' ,
13795 title: ' CSESOC Media' ,
138- description: ' All things content' ,
139- src: require (' ../../assets/resources/resource-media.png' )
96+ description: ' All things content'
14097 },
14198 comp_club: {
14299 link: ' https://compclub.csesoc.unsw.edu.au/' ,
@@ -146,14 +103,12 @@ export default {
146103 notangles: {
147104 link: ' https://notangles.csesoc.unsw.edu.au/' ,
148105 title: ' Notangles' ,
149- description: ' Trimster timetabling tool - no more timetable tangles!' ,
150- src: require (' ../../assets/resources/resource-notangles.png' )
106+ description: ' Trimster timetabling tool - no more timetable tangles!'
151107 },
152108 pe_guide: {
153- link: ' https://media.csesoc.org.au/pre-enrolment-guide/' ,
154- title: ' Pre-enrolment Guide' ,
155- description: ' Learn how to get a headstart on uni' ,
156- src: require (' ../../assets/resources/resource-pre-enrolment-guide.jpg' )
109+ link: ' https://media.csesoc.org.au/enrolment-guide/' ,
110+ title: ' Enrolment Guide' ,
111+ description: ' Learn how to get a headstart on uni'
157112 }
158113 }
159114 })
0 commit comments