File tree Expand file tree Collapse file tree 7 files changed +27
-0
lines changed
components/ResourcesAndContacts Expand file tree Collapse file tree 7 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,27 @@ const ResourcesAndContacts = () => {
159
159
</ a >
160
160
</ div >
161
161
162
+ < div className = "flex 1 justify-around ml-40 mr-40" >
163
+ < a href = "https://twitter.com/csesoc?lang=en" target = "_blank" >
164
+ < Image src = "assets/x_twitter_icon.svg" alt = "X/Twitter" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
165
+ </ a >
166
+ < a href = "https://www.youtube.com/@CSESocUNSW" target = "_blank" >
167
+ < Image src = "assets/youtube_logo.svg" alt = "Youtube" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
168
+ </ a >
169
+ < a href = "https://www.instagram.com/csesoc_unsw/?hl=en" target = "_blank" >
170
+ < Image src = "assets/instagram_logo.svg" alt = "Instagram" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
171
+ </ a >
172
+ < a href = "https://www.tiktok.com/@csesoc?lang=en" target = "_blank" >
173
+ < Image src = "assets/tiktok_logo.svg" alt = "TikTok" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
174
+ </ a >
175
+
176
+ < a href = "#" target = "_blank" >
177
+ < Image src = "assets/wechat_logo.svg" alt = "weChat" width = { 40 } height = { 40 } className = "mr-1 fill-white" />
178
+ </ a >
179
+ < a href = "https://www.linkedin.com/company/csesoc?originalSubdomain=au" target = "_blank" >
180
+ < Image src = "assets/linkedin_logo.svg" alt = "LinkedIn" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
181
+ </ a >
182
+ </ div >
162
183
</ div >
163
184
</ section >
164
185
)
You can’t perform that action at this time.
0 commit comments