Skip to content

Commit

Permalink
eduhub projects added (#143)
Browse files Browse the repository at this point in the history
* eduhub projects added

* Update ProjectsPage.js
  • Loading branch information
ARYA-RAY committed Jan 21, 2023
1 parent d811479 commit fd24fb7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/allProjects/ProjectsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const ProjectsPage = (props) => {
<option value="styava">Styava</option>
<option value="moja">Moja Global</option>
<option value="gita">The Gita Initiative</option>
<option value="eduhub">Eduhub</option>
<option value="clueless">Clueless</option>
<option value="openCodeyard">Open Codeyard</option>
<option value="alpha">Alpha.Dev</option>
Expand Down
17 changes: 17 additions & 0 deletions src/pages/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import hackForCode from "../../assets/org-logos/hackForCode.png"
import shorto from "../../assets/org-logos/shorto.png"
import codeFamily from "../../assets/org-logos/codeFamily.png"
import styava from "../../assets/sponsors/StyavaDev.png"
import eduhub from "../../assets/org-logos/eduhub.jpg"

const SliderData = [
// The Gita Initiative
Expand Down Expand Up @@ -272,6 +273,22 @@ const SliderData = [
tags: "all web javascript",
org_tag: "all GDevelop"
},

//eduhub project

{
org_name: "Eduhub",
title: "Community Website",
Ideas: ["The vision of the community is to build an environment where people can learn together and implement together", "Contribute to the community website"],
mentors: [
{ name: "SahityaRoy", link: "29roysonu@gmail.com" },
],
repo_link: "https://github.com/Eduhub-Community/Eduhub-Community.github.io",
org_img: eduhub,
tags: "all web javascript",
org_tag: "all eduhub"
},


// AsyncAPI's projects
{
Expand Down

0 comments on commit fd24fb7

Please sign in to comment.