1
1
import Image from 'next/image' ;
2
2
3
- const boxStyling =
4
- 'border border-[#595F6D] rounded-lg hover:border-[#788093] hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
5
3
const socialsBoxStyling =
6
4
'xl:col-span-1 col-span-3 flex justify-center pt-2 pb-2 border border-[#595F6D] hover:border-[#788093] rounded-lg hover:bg-[#070034] hover:bg-opacity-75 transition-all duration-300' ;
5
+ const socialsStyling =
6
+ 'flex justify-center' ;
7
7
8
8
const Contacts = ( ) => {
9
9
return (
10
10
< div className = "md:mt-10 mt-5" >
11
11
< div className = "grid grid-cols-3 1 gap-x-9 gap-y-5 mb-10" >
12
- < a href = "https://bit.ly/CSESocDiscord" target = "_blank" className = { socialsBoxStyling } >
12
+ < a href = "https://bit.ly/CSESocDiscord"
13
+ target = "_blank"
14
+ className = { socialsBoxStyling }
15
+ >
13
16
< Image
14
17
src = "assets/discord_logo.svg"
15
18
alt = "discord logo"
@@ -50,7 +53,10 @@ const Contacts = () => {
50
53
</ div >
51
54
52
55
< div className = "flex 1 justify-around xl:mx-40" >
53
- < a href = "https://x.com/csesoc?lang=en" target = "_blank" >
56
+ < a href = "https://x.com/csesoc?lang=en"
57
+ target = "_blank"
58
+ className = { socialsStyling }
59
+ >
54
60
< Image
55
61
src = "assets/x_twitter_icon.svg"
56
62
alt = "X/Twitter"
@@ -59,7 +65,10 @@ const Contacts = () => {
59
65
className = "mr-1 fill-white hover:scale-105 transition-all"
60
66
/>
61
67
</ a >
62
- < a href = "https://www.youtube.com/@CSESocUNSW" target = "_blank" >
68
+ < a href = "https://www.youtube.com/@CSESocUNSW"
69
+ target = "_blank"
70
+ className = { socialsStyling }
71
+ >
63
72
< Image
64
73
src = "assets/youtube_logo.svg"
65
74
alt = "Youtube"
@@ -68,7 +77,10 @@ const Contacts = () => {
68
77
className = "mr-1 fill-white hover:scale-105 transition-all"
69
78
/>
70
79
</ a >
71
- < a href = "https://www.instagram.com/csesoc_unsw/?hl=en" target = "_blank" >
80
+ < a href = "https://www.instagram.com/csesoc_unsw/?hl=en"
81
+ target = "_blank"
82
+ className = { socialsStyling }
83
+ >
72
84
< Image
73
85
src = "assets/instagram_logo.svg"
74
86
alt = "Instagram"
@@ -77,7 +89,10 @@ const Contacts = () => {
77
89
className = "mr-1 fill-white hover:scale-105 transition-all"
78
90
/>
79
91
</ a >
80
- < a href = "https://www.tiktok.com/@csesoc?lang=en" target = "_blank" >
92
+ < a href = "https://www.tiktok.com/@csesoc?lang=en"
93
+ target = "_blank"
94
+ className = { socialsStyling }
95
+ >
81
96
< Image
82
97
src = "assets/tiktok_logo.svg"
83
98
alt = "TikTok"
@@ -86,7 +101,10 @@ const Contacts = () => {
86
101
className = "mr-1 fill-white hover:scale-105 transition-all"
87
102
/>
88
103
</ a >
89
- < a href = "https://www.linkedin.com/company/csesoc?originalSubdomain=au" target = "_blank" >
104
+ < a href = "https://www.linkedin.com/company/csesoc?originalSubdomain=au"
105
+ target = "_blank"
106
+ className = { socialsStyling }
107
+ >
90
108
< Image
91
109
src = "assets/linkedin_logo.svg"
92
110
alt = "LinkedIn"
@@ -95,7 +113,10 @@ const Contacts = () => {
95
113
className = "mr-1 fill-white hover:scale-105 transition-all"
96
114
/>
97
115
</ a >
98
- < a href = "https://member.arc.unsw.edu.au/s/clubdetail?clubid=0016F0000371VxAQAU" target = "_blank" >
116
+ < a href = "https://member.arc.unsw.edu.au/s/clubdetail?clubid=0016F0000371VxAQAU"
117
+ target = "_blank"
118
+ className = { socialsStyling }
119
+ >
99
120
< Image
100
121
src = "assets/arc_logo.svg"
101
122
alt = "Arc Membership Portal"
0 commit comments