diff --git a/src/Pages/Pathway/components/Contact/Contact.jsx b/src/Pages/Pathway/components/Contact/Contact.jsx
index fc47da189..cd1cfd1c0 100644
--- a/src/Pages/Pathway/components/Contact/Contact.jsx
+++ b/src/Pages/Pathway/components/Contact/Contact.jsx
@@ -6,11 +6,10 @@ const links = [
{
id: 1,
title: "About MuLearn",
- l1: "Features",
- l2: "Success Stories",
- l3: "Our Story",
+ l1: "Learning Circles",
+ l2: "Interest Groups",
l4: "Careers",
- l5: "Events",
+ l5: "Join Us",
},
];
@@ -29,27 +28,57 @@ export default function Contact() {
{link.l1 ? (
-
- {link.l1}
+
+ {link.l1}
+
) : null}
{link.l2 ? (
-
- {link.l2}
+
+ {link.l2}
+
) : null}
{link.l3 ? (
-
- {link.l3}
+
+ {link.l3}
+
) : null}
{link.l4 ? (
-
- {link.l4}
+
+ {link.l4}
+
) : null}
{link.l5 ? (
-
- {link.l5}
+
+ {link.l5}
+
) : null}
{link.l6 ? (
diff --git a/src/Pages/Pathway/components/Contact/Contact.module.css b/src/Pages/Pathway/components/Contact/Contact.module.css
index 861a1a7c9..473556cf2 100644
--- a/src/Pages/Pathway/components/Contact/Contact.module.css
+++ b/src/Pages/Pathway/components/Contact/Contact.module.css
@@ -1,51 +1,55 @@
.ContactUs {
- display: flex;
- justify-content: center;
- align-items: center;
- gap: 3rem;
- margin-top: -1rem;
- padding: 3rem;
- background-color: #f5f5f5;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ gap: 3rem;
+ margin-top: -1rem;
+ padding: 3rem;
+ background-color: #f5f5f5;
}
.Contact img {
- height: 3rem;
+ height: 3rem;
}
.ContactList {
- width: 70%;
- display: flex;
+ width: 70%;
+ display: flex;
}
.list {
- width: 100%;
+ width: 100%;
}
.ContactHead {
- color: #1C1CF0;
- font-weight: 700;
- border-bottom: 1px solid #1C1CF0;
+ color: #1c1cf0;
+ font-weight: 700;
+ border-bottom: 1px solid #1c1cf0;
}
.ContactList ul {
- list-style: none;
- width: 100%;
+ list-style: none;
+ width: 100%;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ column-gap: 1rem;
}
.ContactList ul li {
- font-size: .9rem;
- color: #3F3F46;
- line-height: 1.1rem;
-}
-
-@media(width<=500px) {
- .ContactUs {
- flex-direction: column;
- padding: 1.5rem;
- padding-top: 3rem;
- }
-
- .ContactList {
- width: 100%;
- }
-}
\ No newline at end of file
+ font-size: 0.9rem;
+ color: #3f3f46;
+ line-height: 1.1rem;
+}
+
+@media (width<=500px) {
+ .ContactUs {
+ flex-direction: column;
+ padding: 1.5rem;
+ padding-top: 3rem;
+ }
+
+ .ContactList {
+ width: 100%;
+ }
+}
diff --git a/src/Pages/Pathway/components/HeroSection/Mainpage.jsx b/src/Pages/Pathway/components/HeroSection/Mainpage.jsx
index 8dfe9843b..84b059347 100644
--- a/src/Pages/Pathway/components/HeroSection/Mainpage.jsx
+++ b/src/Pages/Pathway/components/HeroSection/Mainpage.jsx
@@ -36,7 +36,7 @@ export default function mainpage() {
rel="noopener noreferrer"
>
diff --git a/src/Pages/Pathway/components/Menubar/Menubar.jsx b/src/Pages/Pathway/components/Menubar/Menubar.jsx
index eeb6c3c69..39276757f 100644
--- a/src/Pages/Pathway/components/Menubar/Menubar.jsx
+++ b/src/Pages/Pathway/components/Menubar/Menubar.jsx
@@ -33,7 +33,7 @@ export default function Menubar() {