diff --git a/src/Pages/EnablersPage/components/Footer/Footer.jsx b/src/Pages/EnablersPage/components/Footer/Footer.jsx
index d28bb9a6d..42bea0147 100644
--- a/src/Pages/EnablersPage/components/Footer/Footer.jsx
+++ b/src/Pages/EnablersPage/components/Footer/Footer.jsx
@@ -2,10 +2,14 @@ import React from 'react'
import styles from './Footer.module.css'
export default function Footer() {
+ const handleEmailClick = () => {
+ window.location.href = "mailto:info@mulearn.in";
+ };
+
return (
-
Contact Us for your queries: enablers@mulearn.in
+
Contact Us for your queries: info@mulearn.in
Copyright © 2023. All Rights Reserved. µLearn Foundation
diff --git a/src/Pages/EnablersPage/components/Footer/Footer.module.css b/src/Pages/EnablersPage/components/Footer/Footer.module.css
index a87d72c80..6e00b9074 100644
--- a/src/Pages/EnablersPage/components/Footer/Footer.module.css
+++ b/src/Pages/EnablersPage/components/Footer/Footer.module.css
@@ -13,6 +13,7 @@
height: 88px;
background: #FF7D40;
display: grid;
+
place-content: center;
position: relative;
top: -40px;
@@ -21,7 +22,7 @@
.footer div p{
color: #FFF;
font-family: Raleway;
- font-size: 22.392px;
+ font-size: 1rem;
font-style: normal;
font-weight: 500;
}
diff --git a/src/Pages/EnablersPage/components/HeroSection/EnablersHero.module.css b/src/Pages/EnablersPage/components/HeroSection/EnablersHero.module.css
index 3b5271ba2..4157a07f5 100644
--- a/src/Pages/EnablersPage/components/HeroSection/EnablersHero.module.css
+++ b/src/Pages/EnablersPage/components/HeroSection/EnablersHero.module.css
@@ -65,8 +65,25 @@
}
@media (width<800px) {
+ .enablersHero {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ }
+
+ .enablersHero div {
+ margin-left: 0rem;
+ }
+
+ .enablersHero img {
+ width: 50%;
+ /* aspect-ratio: 16/9; */
+ }
+
.enablersHero div p {
- font-size: 20px;
+ font-size: 40px;
padding-top: 2rem;
line-height: 50px;
}
@@ -79,13 +96,19 @@
}
@media (width<540px) {
- .enablersHero div {
+ /* .enablersHero div {
margin-left: 2rem;
}
.enablersHero div p {
font-size: 18px;
line-height: 30px;
+ } */
+
+ .enablersHero img {
+ width: 75%;
+ /* aspect-ratio: 16/9; */
}
+
.enablersHero div p span {
background-position: 0 20px;
}
diff --git a/src/Pages/EnablersPage/components/Navbar/Navbar.module.css b/src/Pages/EnablersPage/components/Navbar/Navbar.module.css
index cce3dcc7e..d1ce0f016 100644
--- a/src/Pages/EnablersPage/components/Navbar/Navbar.module.css
+++ b/src/Pages/EnablersPage/components/Navbar/Navbar.module.css
@@ -73,11 +73,6 @@
.menuBar .menu a{
font-size: 8px;
}
-
- .menuBar button{
- padding: 8px 20px;
- font-size: 8px;
- }
}
@media (width<600px){
diff --git a/src/Pages/EnablersPage/components/Onboarding/Onboarding.jsx b/src/Pages/EnablersPage/components/Onboarding/Onboarding.jsx
index 2c44ac614..9ee65aa20 100644
--- a/src/Pages/EnablersPage/components/Onboarding/Onboarding.jsx
+++ b/src/Pages/EnablersPage/components/Onboarding/Onboarding.jsx
@@ -8,17 +8,17 @@ export default function Onboarding() {
Onboarding Process
-
1Create µLearn Profile
-
Enablers should create a profile via app.mulearn.org, and they should ensure to register as a faculty member by choosing the option “I’m teaching in an Institute”. Once you get a profile, go to “Connect Discord” and join our Discord server.
+
+
Enablers should create a profile via app.mulearn.org, and they should ensure to register as a faculty member by choosing the option “I’m teaching in an Institute”. Once you get a profile, go to “Connect Discord” and join our Discord server.
-
2Welcome to Discord
+
Once you join the server, our bot, Aaronchetan will send you a DM asking you to connect your µ-ID, which is provided in the µlearn profile. Once it’s connected, you can start your onboarding process.
-
3Add Interest Groups
+
Now you will have access to the #lvl1-info channel, and as you do the tasks, you will progress through the levels. Once you reach level 4, you will have the option to edit Interest Groups on your µlearn profile page.
diff --git a/src/Pages/EnablersPage/components/ProgramsProject/ProgramsProject.module.css b/src/Pages/EnablersPage/components/ProgramsProject/ProgramsProject.module.css
index 91e235f01..16bb0790b 100644
--- a/src/Pages/EnablersPage/components/ProgramsProject/ProgramsProject.module.css
+++ b/src/Pages/EnablersPage/components/ProgramsProject/ProgramsProject.module.css
@@ -78,7 +78,6 @@
}
.programProjectGridCard p{
color: #263238;
- line-height: 18px;
font-family: Raleway;
font-size: 16px;
font-style: normal;
diff --git a/src/Pages/Pathway/components/HeroSection/Mainpage.module.css b/src/Pages/Pathway/components/HeroSection/Mainpage.module.css
index ee1797816..7c4bb335f 100644
--- a/src/Pages/Pathway/components/HeroSection/Mainpage.module.css
+++ b/src/Pages/Pathway/components/HeroSection/Mainpage.module.css
@@ -176,6 +176,7 @@
width: 100%;
text-align: left;
padding: 0 2rem;
+ padding-top: 1rem;
}
}