diff --git a/components/ResourcesAndContacts/index.tsx b/components/ResourcesAndContacts/index.tsx index 5802924..1650297 100644 --- a/components/ResourcesAndContacts/index.tsx +++ b/components/ResourcesAndContacts/index.tsx @@ -13,7 +13,7 @@ const ResourcesAndContacts = () => {

03

-

RESOURCES & CONTACTS

+

RESOURCES & CONTACTS

diff --git a/components/Sponsors/index.tsx b/components/Sponsors/index.tsx new file mode 100644 index 0000000..8c8d88d --- /dev/null +++ b/components/Sponsors/index.tsx @@ -0,0 +1,48 @@ +import React from "react"; + +const Sponsors = () => { + const firstRowBoxesStyling = "xl:p-16 p-10 flex justify-center items-center xl:col-span-3 sm:col-span-5 col-span-10 xl:row-start-1 xl:row-end-2 sm:row-start-3 sm:row-end-4 sm:h-auto h-36"; + const secondRowBoxesStyling = "xl:p-16 p-10 flex justify-center items-center xl:col-span-3 sm:col-span-5 col-span-10 xl:row-start-2 xl:row-end-3 sm:row-start-4 sm:row-end-5 sm:h-auto h-36"; + + return ( +
+
+

04

+

SUPPORT CSESOC

+
+
+
+
+
+

Our sponsors

+

Check out our very cool sponsors.

+ +
+
+
+ Atlassian logo +
+
+ Google logo +
+
+ Freelancer logo +
+
+ Microsoft logo +
+
+
+
+ CSESoc Logo +
+

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

+

© 2021 — CSESoc UNSW

+
+
+ Sponsors backdrop +
+ ); +}; + +export default Sponsors; diff --git a/pages/index.tsx b/pages/index.tsx index f8e1260..eed633b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,15 +1,18 @@ import Image from "next/image"; import Landing from "@/components/Landing"; +import Sponsors from "@/components/Sponsors"; import About from "@/components/About"; import Event from "@/components/Event"; import ResourcesAndContacts from "@/components/ResourcesAndContacts" + export default function Home() { return (
- + +
); } diff --git a/public/assets/atlassian_logo.svg b/public/assets/atlassian_logo.svg new file mode 100644 index 0000000..4b75e0e --- /dev/null +++ b/public/assets/atlassian_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/csesoc_logo_white.svg b/public/assets/csesoc_logo_white.svg new file mode 100644 index 0000000..0aec835 --- /dev/null +++ b/public/assets/csesoc_logo_white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/assets/freelancer_logo.svg b/public/assets/freelancer_logo.svg new file mode 100644 index 0000000..fb83a77 --- /dev/null +++ b/public/assets/freelancer_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/google_logo.svg b/public/assets/google_logo.svg new file mode 100644 index 0000000..761d18c --- /dev/null +++ b/public/assets/google_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/microsoft_logo.svg b/public/assets/microsoft_logo.svg new file mode 100644 index 0000000..1fa8932 --- /dev/null +++ b/public/assets/microsoft_logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/sponsors_backdrop.svg b/public/assets/sponsors_backdrop.svg new file mode 100644 index 0000000..b67806c --- /dev/null +++ b/public/assets/sponsors_backdrop.svg @@ -0,0 +1,9 @@ + + + + + + + + +