From e41596c52e1aaab0d21c2b914f12cda21aa9007e Mon Sep 17 00:00:00 2001 From: hhannahhwang Date: Fri, 23 Feb 2024 16:23:42 -0800 Subject: [PATCH 1/4] contact section responsiveness --- src/components/Footer.js | 2 +- src/components/donate/Contact.js | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/Footer.js b/src/components/Footer.js index 70040a4..d1d0629 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -16,7 +16,7 @@ const Footer = () => { return (
- + logo
diff --git a/src/components/donate/Contact.js b/src/components/donate/Contact.js index ecf7720..c80a9cb 100644 --- a/src/components/donate/Contact.js +++ b/src/components/donate/Contact.js @@ -3,26 +3,28 @@ import React from "react"; const Contact = () => { return (
-
Contact Us
-
-
highlanderspaceprogram@gmail.com
+
+ Contact Us +
+
+
highlanderspaceprogram@gmail.com
Javen Dosanjh
President/Chief Engineer
-
jdos001@ucr.edu
+
jdos001@ucr.edu
(916)-840-8409
-
Jordy Hendra
+
Jordy Hendra
Vice President
jhend060@ucr.edu
-
Winston Chung Hall, 446
+
Winston Chung Hall, 446
N Campus Dr, Riverside
-
CA 92507
+
CA 92507
); From 53a144908557b715ebd1379017f632ca29cb9cb6 Mon Sep 17 00:00:00 2001 From: hhannahhwang Date: Fri, 23 Feb 2024 16:32:36 -0800 Subject: [PATCH 2/4] contact section resonsiveness edited --- src/components/donate/Contact.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/donate/Contact.js b/src/components/donate/Contact.js index c80a9cb..53514af 100644 --- a/src/components/donate/Contact.js +++ b/src/components/donate/Contact.js @@ -3,10 +3,10 @@ import React from "react"; const Contact = () => { return (
-
+
Contact Us
-
+
highlanderspaceprogram@gmail.com
Javen Dosanjh
From af0d690257652067c5e00e6d044692afd8856f42 Mon Sep 17 00:00:00 2001 From: hhannahhwang Date: Sun, 10 Mar 2024 23:51:16 -0700 Subject: [PATCH 3/4] landing page redo --- src/components/about/Landing.js | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/components/about/Landing.js b/src/components/about/Landing.js index 2f4812c..c42f438 100644 --- a/src/components/about/Landing.js +++ b/src/components/about/Landing.js @@ -1,22 +1,15 @@ import React from "react"; import Sky from "@/public/assets/about/sky.png"; import Image from "next/image"; -import rocket from "@/public/assets/about/rocket.svg"; import comets from "@/public/assets/about/comets.svg"; import { FaChevronDown } from "react-icons/fa"; const Landing = () => { return ( -
- sky - -
+
+ sky +
-
+
Welcome to:
@@ -29,9 +22,10 @@ const Landing = () => { Aerospace Engineering at UCR
+
-
-
+
+
promoting and advancing the study and practice of aerospace engineering by providing an outlet for members to explore, develop and enhance their technical skills. From 7124760228a759b37708855708bd0b2f16371c2a Mon Sep 17 00:00:00 2001 From: Raidah Fairooz Date: Fri, 15 Mar 2024 15:14:12 -0700 Subject: [PATCH 4/4] just added bg-black --- src/components/about/Landing.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/about/Landing.js b/src/components/about/Landing.js index c42f438..23976c2 100644 --- a/src/components/about/Landing.js +++ b/src/components/about/Landing.js @@ -5,9 +5,9 @@ import comets from "@/public/assets/about/comets.svg"; import { FaChevronDown } from "react-icons/fa"; const Landing = () => { return ( -
+
sky -
+
@@ -30,7 +30,7 @@ const Landing = () => { engineering by providing an outlet for members to explore, develop and enhance their technical skills.
- +
);