File tree 5 files changed +11
-5
lines changed
5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import Spline from '@splinetool/react-spline';
3
3
const Background = ( ) => {
4
4
return (
5
5
< Spline
6
- className = "absolute "
6
+ className = "absolute"
7
7
scene = "https://prod.spline.design/thPGkOvNXu8XjGlk/scene.splinecode"
8
8
/>
9
9
) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const Event = () => {
11
11
listings, check out the CSESoc Discord or our Facebook page!
12
12
</ p >
13
13
< a href = "events" >
14
- < button className = "mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10" >
14
+ < button className = "mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10 hover-animate " >
15
15
See all events
16
16
</ button >
17
17
</ a >
Original file line number Diff line number Diff line change @@ -20,7 +20,13 @@ const Landing = () => {
20
20
< p > { '<h2>' } </ p >
21
21
< h2 className = "font-bold 2xl:text-3xl text-xl" >
22
22
We are the principal representative body for{ ' ' }
23
- < span className = "text-[#3977F9]" > UNSW computing</ span > students.
23
+ < a href = "https://www.unsw.edu.au/engineering/our-schools/computer-science-and-engineering"
24
+ target = "_blank"
25
+ className = "text-[#3977F9] relative after:bg-current after:absolute after:h-1 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:duration-200"
26
+ >
27
+ UNSW computing
28
+ </ a >
29
+ { ' ' } students.
24
30
</ h2 >
25
31
< p > { '</h2>' } </ p >
26
32
</ div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const Sponsors = () => {
28
28
< h2 className = "text-4xl font-black" > Our sponsors</ h2 >
29
29
< p className = "xl:my-10 my-3 text-lg" > Check out our very cool sponsors.</ p >
30
30
< a href = "sponsors" >
31
- < button className = "bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10" >
31
+ < button className = "bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10 hover-animate " >
32
32
View our sponsors
33
33
</ button >
34
34
</ a >
Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
.hover-animate : hover {
30
- transform : scale (1.01 );
30
+ transform : scale (1.03 );
31
31
}
You can’t perform that action at this time.
0 commit comments