diff --git a/src/Components/Navbar/Mylinks.jsx b/src/Components/Navbar/Mylinks.jsx index e5ab7a9d0..7edbbf608 100644 --- a/src/Components/Navbar/Mylinks.jsx +++ b/src/Components/Navbar/Mylinks.jsx @@ -237,6 +237,13 @@ export const links = [ link: "/buildforteam", foreign: false, }, + { + name: "Wadhwani", + submenu: false, + sublinks: [], + link: "/wadhwani", + foreign: false, + }, ], }, ], diff --git a/src/Pages/Home/Home.jsx b/src/Pages/Home/Home.jsx index fb2e1aa4e..6b0efaad2 100644 --- a/src/Pages/Home/Home.jsx +++ b/src/Pages/Home/Home.jsx @@ -31,7 +31,7 @@ const MuLiveCounter = () => { socket.addEventListener("message", (event) => { setCounts(JSON.parse(event.data)); - console.log("Message from server ", event.data); + //console.log("Message from server ", event.data); }); socket.addEventListener("error", (event) => { @@ -55,20 +55,29 @@ const MuLiveCounter = () => {
Learning Circles
- {counts.org_type_counts - .sort((a, b) => b.org_count - a.org_count) - .map((orgTypeCount) => ( -
-
- {orgTypeCount.org_type.endsWith("y") - ? orgTypeCount.org_type.slice(0, -1) + "ies" - : orgTypeCount.org_type + "s"} -
-
+
+ {orgTypeCount.org_type.endsWith("y") + ? orgTypeCount.org_type.slice(0, -1) + "ies" + : orgTypeCount.org_type + "s"} +
+@@ -82,6 +91,44 @@ const MuLiveCounter = () => {
Interest Groups
+
Total Karma Mined
+
+
Number of Proof of Works
+
+
Number of Internships
+
+
Jobs
+
+
Products
+
+
Lakhs Gig Works
+- {" "} The Impact of µLearn.
diff --git a/src/Pages/Home/Home.module.css b/src/Pages/Home/Home.module.css index 518a0cc55..9b6dbca0e 100644 --- a/src/Pages/Home/Home.module.css +++ b/src/Pages/Home/Home.module.css @@ -498,6 +498,7 @@ a { display: grid; grid-template-columns: 50% 50%; margin-top: 2rem; + gap: 1rem; } .count { @@ -551,7 +552,7 @@ a { .countcontainer { display: grid; - grid-template-columns: 30% 30% 30%; + grid-template-columns: 25% 25% 25% 25%; row-gap: 0rem; column-gap: 2.5rem; margin-top: 0rem; @@ -793,4 +794,4 @@ a { margin-top: 1rem; width: 49%; } -} \ No newline at end of file +} diff --git a/src/Pages/Wadhwani/Wadhwani.jsx b/src/Pages/Wadhwani/Wadhwani.jsx index 16244366d..fd25b45be 100644 --- a/src/Pages/Wadhwani/Wadhwani.jsx +++ b/src/Pages/Wadhwani/Wadhwani.jsx @@ -12,7 +12,7 @@ import Navbar from "../../Components/Navbar/Navbar"; import Footer from "../../Components/Footer/Footer"; import leader from "./assets/Leader.gif"; // import { getData } from "./services/api"; -import courseData from "./services/Data.json" +import courseData from "./services/Data.json"; import { ThemeProvider, createTheme } from "@mui/material/styles"; const theme = createTheme({ palette: { @@ -55,7 +55,10 @@ const Wadhwani = () => { on the soft skills of the person.
Feel free to check out our courses!
- + Explore Wadhwani