-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ import jina from "../../../assets/organizations/jinaAi.png"; | |
import edualgo from "../../../assets/organizations/abc.jpg"; | ||
import skit from "../../../assets/organizations/skit.png"; | ||
import asyn from "../../../assets/organizations/asyncAPI4.png"; | ||
import codedigger from "../../../assets/organizations/Codedigger.png" | ||
import dezenix from "../../../assets/organizations/Dezenix.png"; | ||
import gdsc from "../../../assets/organizations/gdsc.png"; | ||
import ReactHtmlParser from 'react-html-parser'; | ||
|
@@ -344,6 +345,40 @@ const SliderData = [ | |
tags: "all app", | ||
org_tag: "all asyn" | ||
}, | ||
{ | ||
org_name: "Codedigger", | ||
title: "Frontend: HTML CSS JS ReactJS", | ||
Ideas: [ReactHtmlParser("Blog Feature"), | ||
ReactHtmlParser("Making a Custom Contest"), | ||
ReactHtmlParser("Open Innovation"), | ||
ReactHtmlParser("Issues in repositories")], | ||
mentors: [{ name: "Sai Keshari", email: "[email protected]" }, | ||
{ name: "Anurag Gupta", email: "[email protected]" }, | ||
{ name: "Shivam Singhal", email: "[email protected]" }, | ||
{ name: "Aaradhya Beri", email: "[email protected]" } | ||
], | ||
repo_link: "https://github.com/Code-dig-ger/Frontend", | ||
org_img: codedigger, | ||
tags: "all web", | ||
org_tag: "all codedigger" | ||
}, | ||
{ | ||
org_name: "Codedigger", | ||
title: "Backend: Python Django", | ||
Ideas: [ReactHtmlParser("Blog Feature"), | ||
ReactHtmlParser("Making a Custom Contest"), | ||
ReactHtmlParser("Open Innovation"), | ||
ReactHtmlParser("Issues in repositories")], | ||
mentors: [{ name: "Sai Keshari", email: "[email protected]" }, | ||
{ name: "Anurag Gupta", email: "[email protected]" }, | ||
{ name: "Shivam Singhal", email: "[email protected]" }, | ||
{ name: "Aaradhya Beri", email: "[email protected]" } | ||
], | ||
repo_link: "https://github.com/Code-dig-ger/Backend", | ||
org_img: codedigger, | ||
tags: "all python web", | ||
org_tag: "all codedigger" | ||
}, | ||
// | ||
//UNFINISHED | ||
// | ||
|