-
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.
Merge pull request #139 from Suryanshomar7240/master
added code digger org
- Loading branch information
Showing
4 changed files
with
30 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 |
---|---|---|
|
@@ -10,6 +10,7 @@ import asyn from "../../../assets/organizations/asyncAPI4.png"; | |
import dezenix from "../../../assets/organizations/Dezenix.png"; | ||
import gdsc from "../../../assets/organizations/gdsc.png"; | ||
import ReactHtmlParser from 'react-html-parser'; | ||
import codedigger from "../../../assets/organizations/coindigeer.png"; | ||
|
||
const SliderData = [ | ||
{ | ||
|
@@ -344,6 +345,30 @@ const SliderData = [ | |
tags: "all app", | ||
org_tag: "all asyn" | ||
}, | ||
{ | ||
org_name: "Code Digger", | ||
title: "Code-digger Frontend", | ||
Ideas: ["Explore the project and come up with your own ideas"], | ||
mentors: [ | ||
{ name: "Code digger", email: "[email protected]" } | ||
], | ||
repo_link:"https://github.com/Code-dig-ger/Frontend", | ||
org_img: codedigger, | ||
tags: "all web", | ||
org_tag: "all codedigger" | ||
}, | ||
{ | ||
org_name: "Code Digger", | ||
title: "Code-digger Backend", | ||
Ideas: ["Explore the project and come up with your own ideas"], | ||
mentors: [ | ||
{ name: "Code digger", email: "[email protected]" } | ||
], | ||
repo_link:"https://github.com/Code-dig-ger/Backend", | ||
org_img: codedigger, | ||
tags: "all web", | ||
org_tag: "all codedigger" | ||
}, | ||
// | ||
//UNFINISHED | ||
// | ||
|
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