@@ -159,6 +159,27 @@ const ResourcesAndContacts = () => {
159159</ a >
160160</ div >
161161
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 >
162183</ div >
163184</ section >
164185)