diff --git a/components/Footer.tsx b/components/Footer.tsx index 4b8dd92..81d8ddd 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,39 +1,52 @@ import Image from 'next/image'; import Link from 'next/link'; +import Image from 'next/image'; +import { socialLinks } from '../public/data/data'; const Footer = () => { return (
-
-
- CSESoc Logo - - Ollie - - Ollie +
+
+
+ + CSESoc Logo + Ollie + +
+
+ {socialLinks.map((item, index) => { + return ( + + {item.alt} + + ); + })} +

B03 CSE Building K17, UNSW csesoc@csesoc.org.au

© 2021 — CSESoc UNSW

- Sponsors backdrop
diff --git a/components/Sponsors/index.tsx b/components/Sponsors/index.tsx index 46190e4..9935fe4 100644 --- a/components/Sponsors/index.tsx +++ b/components/Sponsors/index.tsx @@ -1,5 +1,6 @@ import Link from 'next/link'; import React from 'react'; +import Footer from '../Footer'; const Sponsors = () => { const firstRowBoxesStyling = @@ -46,33 +47,7 @@ const Sponsors = () => { -
-
- CSESoc Logo - - Ollie - - Ollie -
-
-

B03 CSE Building K17, UNSW csesoc@csesoc.org.au

-

© 2021 — CSESoc UNSW

-
-
+