From 659a5946e6b9235e176d16f67e25146386b385e3 Mon Sep 17 00:00:00 2001 From: kelly Date: Thu, 18 Jan 2024 18:23:50 -0800 Subject: [PATCH 1/4] created footer --- src/components/Footer.js | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 6c261a9..5cd22ee 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,7 +1,40 @@ -import React from "react"; +import logo from "@/public/assets/FooterLogo.svg"; +import Image from "next/image"; + +import { + FaInstagram, + FaDiscord, + FaYoutube, + FaSlack, + FaEnvelope, + FaMediumM, +} from "react-icons/fa"; const Footer = () => { - return
Footer
; + return ( +
+
+
+ +
+
+
contact us!
+
+ Winston Chung Hall, 446 N Campus Dr, Riverside, CA 92507 +
+
714-749-5576
+
+
+
+ + + + + + +
+
+
+ ); }; - export default Footer; From 99de1b425c4af1b54fa1324ca7adb2d865e31de1 Mon Sep 17 00:00:00 2001 From: Raidah Fairooz Date: Mon, 22 Jan 2024 23:58:41 -0800 Subject: [PATCH 2/4] fixed grids --- src/components/Footer.js | 70 +++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 8db6e6a..b21d5b0 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -13,41 +13,45 @@ import { const Footer = () => { return ( -
-
-
- -
-
-
contact us!
-
- Winston Chung Hall, 446 N Campus Dr, Riverside, CA 92507 +
+
+ +
+
+
+
+ contact us! +
+
+ Winston Chung Hall, 446 N Campus Dr,
Riverside, CA 92507 +
+
+ 714-749-5576
-
714-749-5576
-
-
- - - - - - - - - - - - - - - - - - +
+
+ + + + + + + + + +
+
+ + + + + + + + + +
From 3e38726a474d5187f12c6af807c6f06c1bd86932 Mon Sep 17 00:00:00 2001 From: kelly Date: Tue, 23 Jan 2024 09:45:31 -0800 Subject: [PATCH 3/4] made icons white --- src/components/Footer.js | 74 ++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 33 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 8db6e6a..67e5cf7 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -1,3 +1,4 @@ +import React from "react"; import logo from "@/public/assets/FooterLogo.svg"; import Image from "next/image"; import Link from "next/link"; @@ -13,41 +14,48 @@ import { const Footer = () => { return ( -
-
-
- -
-
-
contact us!
-
- Winston Chung Hall, 446 N Campus Dr, Riverside, CA 92507 +
+
+ +
+
+
+
+ contact us! +
+
+ Winston Chung Hall, 446 N Campus Dr,
Riverside, CA 92507 +
+
+ 714-749-5576
-
714-749-5576
-
-
- - - - - - - - - - - - - - - - - - +
+
+ + + + + + + + + +
+
+ + + + + + + + + +
From 8cf28573372fa4b448e654b34cc5749e5de5cbf9 Mon Sep 17 00:00:00 2001 From: kelly Date: Tue, 23 Jan 2024 10:10:36 -0800 Subject: [PATCH 4/4] made icons white --- src/components/Footer.js | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index c4e9d6e..70040a4 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -32,24 +32,27 @@ const Footer = () => {
- + - + - +
- + - + - +