From 76d8eb11f550bc6849db9734ad01bdaa87b9cfed Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sun, 23 Jun 2024 16:18:23 +0530 Subject: [PATCH 1/2] update footer.js --- src/Components/Footer.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Components/Footer.js b/src/Components/Footer.js index 52948f7c..9546fefd 100644 --- a/src/Components/Footer.js +++ b/src/Components/Footer.js @@ -4,11 +4,17 @@ import logo from '../img/apple-touch-icon.png'; const Footer = () => { return ( +
logo -
Unicollab
+
+
Unicollab
+
+ UniCollab is more than just a platform;
it's a gateway to a world where students from different universities/colleges converge to collaborate, innovate, and
elevate their projects. +
+
From 3d6f2eeb322bd408b521cc3c5aa0fd738fbf5a85 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sun, 23 Jun 2024 16:18:36 +0530 Subject: [PATCH 2/2] update footer.css --- src/Components/Footer.css | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/Components/Footer.css b/src/Components/Footer.css index 2f8df069..fd715652 100644 --- a/src/Components/Footer.css +++ b/src/Components/Footer.css @@ -19,10 +19,28 @@ width: 40%; } +.footer-1 > div { + display: flex; + flex-direction: column; +} + .footer-1 img { height: 3rem; } +.footer-title { + text-transform: uppercase; + font-size: 2rem; +} + +.footer-description { + margin-top: 0.8rem; + font-size: 0.999rem; + color: #fff; + + +} + .footer-half { width: 60%; display: flex; @@ -33,11 +51,6 @@ width: 20%; } -.footer-title { - text-transform: uppercase; - font-size: 2rem; -} - .footer-section-title { color: white; font-weight: bold;