66
77<template >
88 <!-- Student Resources -->
9- <div id =" student-resouces " class =" content" >
9+ <div id =" resources " class =" content" >
1010 <v-container class =" resource--styles" >
1111 <HeaderTitle title =" STUDENT RESOURCES" />
1212
1313 <v-row no-gutters justify =" space-between" >
1414 <v-col xs =" 12" sm =" 7" >
1515 <a target =" _blank" :href =" resources.big_box_1.link" >
16- <div data-cy =" resources-box" class =" box big" >
17- <h2 >{{resources.big_box_1.title}}</h2 >
18- <h3 >{{resources.big_box_1.description}}</h3 >
19- <v-img data-cy =" resources-img" :src =" resources.big_box_1.src" contain class =" image" />
20- </div >
16+ <div data-cy =" resources-box" class =" box big" >
17+ <h2 >{{ resources.big_box_1.title }}</h2 >
18+ <h3 >{{ resources.big_box_1.description }}</h3 >
19+ <v-img data-cy =" resources-img" :src =" resources.big_box_1.src" contain class =" image" />
20+ </div >
2121 </a >
2222 </v-col >
2323 <v-col xs =" 12" sm =" 4" >
2424 <a target =" _blank" :href =" resources.small_box_1.link" >
25- <div data-cy =" resources-box" class =" box small rounded-lg hidden-xs-only" >
26- <h2 >{{resources.small_box_1.title}}</h2 >
27- <v-img data-cy =" resources-img" :src =" resources.small_box_1.src" contain class =" image" />
28- </div >
25+ <div data-cy =" resources-box" class =" box small rounded-lg hidden-xs-only" >
26+ <h2 >{{ resources.small_box_1.title }}</h2 >
27+ <v-img data-cy =" resources-img" :src =" resources.small_box_1.src" contain class =" image" />
28+ </div >
2929 </a >
3030 </v-col >
3131 <v-col xs =" 12" sm =" 4" >
3232 <a target =" _blank" :href =" resources.small_box_2.link" >
33- <div data-cy =" resources-box" class =" box small rounded-lg hidden-xs-only" >
34- <h2 >{{resources.small_box_2.title}}</h2 >
35- <v-img data-cy =" resources-img" :src =" resources.small_box_2.src" class =" image" />
36- </div >
33+ <div data-cy =" resources-box" class =" box small rounded-lg hidden-xs-only" >
34+ <h2 >{{ resources.small_box_2.title }}</h2 >
35+ <v-img data-cy =" resources-img" :src =" resources.small_box_2.src" class =" image" />
36+ </div >
3737 </a >
3838 </v-col >
3939 <v-col xs =" 12" sm =" 7" >
4040 <a target =" _blank" :href =" resources.small_box_2.link" >
41- <div data-cy =" resources-box" class =" box big rounded-lg" >
42- <h2 >{{resources.big_box_2.title}}</h2 >
43- <h3 >{{resources.big_box_2.description}}</h3 >
44- <v-img data-cy =" resources-img" :src =" resources.big_box_2.src" class =" image" />
45- </div >
41+ <div data-cy =" resources-box" class =" box big rounded-lg" >
42+ <h2 >{{ resources.big_box_2.title }}</h2 >
43+ <h3 >{{ resources.big_box_2.description }}</h3 >
44+ <v-img data-cy =" resources-img" :src =" resources.big_box_2.src" class =" image" />
45+ </div >
4646 </a >
4747 </v-col >
4848 </v-row >
@@ -55,15 +55,15 @@ import HeaderTitle from '@/components/HeaderTitle';
5555
5656export default {
5757 components: {
58- HeaderTitle,
58+ HeaderTitle
5959 },
6060 data : () => ({
6161 resources: {
6262 big_box_1: {
6363 link: ' https://jobsboard.csesoc.unsw.edu.au/login' ,
6464 title: ' Job Board' ,
6565 description: ' A place where CSESoc students can look for relevant job opportunities.' ,
66- src: require (' ../../assets/resource-job-board.png' ),
66+ src: require (' ../../assets/resource-job-board.png' )
6767 },
6868 small_box_1: {
6969 link: ' https://media.csesoc.org.au/first-year-guide/' ,
@@ -73,15 +73,15 @@ export default {
7373 small_box_2: {
7474 link: ' https://media.csesoc.org.au/' ,
7575 title: ' CSESOC Media' ,
76- src: require (' ../../assets/resource-media.png' ),
76+ src: require (' ../../assets/resource-media.png' )
7777 },
7878 big_box_2: {
7979 link: ' https://notangles.csesoc.unsw.edu.au/' ,
8080 title: ' Notangles' ,
8181 description: ' Trimester timetabling tool - no more timetable tangles!' ,
82- src: require (' ../../assets/resource-notangles.png' ),
82+ src: require (' ../../assets/resource-notangles.png' )
8383 }
84- },
84+ }
8585 })
8686};
8787 </script >
@@ -109,10 +109,10 @@ export default {
109109 height : 100% ;
110110 overflow : hidden ;
111111
112- & .big {
112+ & .big {
113113 @include linearGradient ($primary-color , $secondary-color-2 );
114114 }
115- & .small {
115+ & .small {
116116 @include linearGradient ($primary-color , $secondary-color-1 );
117117 }
118118
@@ -132,7 +132,7 @@ export default {
132132 .image {
133133 border-bottom-left-radius : 10px ;
134134 border-bottom-right-radius : 10px ;
135- transition : transform .2s ;
135+ transition : transform 0 .2s ;
136136 }
137137 }
138138
0 commit comments