File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const socialLinks: socialInfo[] = [
32
32
} ,
33
33
{
34
34
href : 'https://www.tiktok.com/@csesoc?lang=en' ,
35
- src : '/assets/tiktok_logo .svg' ,
35
+ src : '/assets/tiktok_logo_footer .svg' ,
36
36
alt : 'TikTok'
37
37
} ,
38
38
{
Original file line number Diff line number Diff line change @@ -82,13 +82,6 @@ export const silverLinks: sponsorInfo[] = [
82
82
description :
83
83
'Flow Traders is a proprietary trading firm. A market maker, it provides liquidity in the securities market by using high frequency and quantitative trading strategies'
84
84
} ,
85
- {
86
- href : 'https://www.jds.net.au/' ,
87
- svg : '/assets/jds_logo.svg' ,
88
- alt : 'jds logo' ,
89
- description :
90
- 'JDS Australia delivers specialist services in a set of technologies and capabilities that ensure critical IT systems work'
91
- } ,
92
85
{
93
86
href : 'https://www.jds.net.au/' ,
94
87
svg : '/assets/jds_logo.svg' ,
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 @@ -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 @@ -46,7 +46,7 @@ export default function SponsorsPage() {
46
46
} }
47
47
/>
48
48
) }
49
- < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 gap-16 justify-center rounded border border-[#595F6D] my-10" >
49
+ < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-center rounded border-2 border-[#595F6D] my-10" >
50
50
{ diamondLinks . map ( ( item , index ) => {
51
51
return (
52
52
< div
@@ -65,7 +65,7 @@ export default function SponsorsPage() {
65
65
</ div >
66
66
< h2 className = "text-4xl font-black text-center font-bold" > Gold Sponsors</ h2 >
67
67
< div >
68
- < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 gap-16 justify-evenly rounded border border-[#595F6D] my-10" >
68
+ < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] my-10" >
69
69
{ goldLinks . map ( ( item , index ) => {
70
70
return (
71
71
< div
@@ -83,7 +83,7 @@ export default function SponsorsPage() {
83
83
</ div >
84
84
< h2 className = "text-4xl font-black text-center font-bold" > Silver Sponsors</ h2 >
85
85
< div >
86
- < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 gap-16 justify-evenly rounded border border-[#595F6D] mt-10" >
86
+ < div className = "flex flex-wrap rounded-[1rem] px-14 py-10 mb-14 gap-16 justify-evenly rounded border-2 border-[#595F6D] mt-10" >
87
87
{ silverLinks . map ( ( item , index ) => {
88
88
return (
89
89
< div
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
}
32
32
33
33
.sponsor-item {
You can’t perform that action at this time.
0 commit comments