Skip to content

Commit

Permalink
2 Projects added by Codedigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dkk3675 committed Nov 19, 2021
1 parent 341ce61 commit 489e50a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Binary file added src/assets/organizations/Codedigger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/projects/allProjects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const Projects = () => {
<option value="edualgo">Edualgo Academy</option>
<option value="skit">Skit AI</option>
<option value="asyn">AsyncAPI</option>
<option value="codedigger">CodeDigger</option>
<option value="gdsc">GDSC</option>
</select>
</form>
Expand Down
35 changes: 35 additions & 0 deletions src/components/projects/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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
//
Expand Down

0 comments on commit 489e50a

Please sign in to comment.