Skip to content

Commit

Permalink
Merge pull request #136 from Prayag-X/master
Browse files Browse the repository at this point in the history
Updated Dezenix ideas and logo
  • Loading branch information
ishanExtreme authored Nov 17, 2021
2 parents 748fc95 + 0155068 commit f3b5198
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
Binary file added src/assets/organizations/Dezenix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 25 additions & 8 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 dezenix from "../../../assets/organizations/Dezenix.png";
import gdsc from "../../../assets/organizations/gdsc.png";
import ReactHtmlParser from 'react-html-parser';

Expand Down Expand Up @@ -498,33 +499,46 @@ const SliderData = [
{
org_name: "Dezenix",
title: "Frontend Reactjs",
Ideas: ["Explore the project and come up with your own ideas"],
Ideas: [
"Create react components with a responsive layout that can be used by other developers during their development journey.",
"Add components and code UI from the Figma Designs provided in the particular issue.",
"Refinement of pre-existing UI.",
"Work on interactions and effects.",
],
mentors: [
{ name: "Raja Kumar Singh", email: "[email protected]" },
{ name: "Shree Mishra", email: "[email protected]" },
],
repo_link: "https://github.com/Dezenix/frontend-reactjs",
org_img: gdsc,
org_img: dezenix,
tags: "all web",
org_tag: "all gdsc"
},
{
org_name: "Dezenix",
title: "Website Screens",
Ideas: ["Explore the project and come up with your own ideas"],
Ideas: [
"Design a responsive website with good auto-layout components that drives the maximum user experience and enhance the product design.",
"You may use any design tool like Figma, Adobe XD or Sketch.",
],
mentors: [
{ name: "Govind Singh Ranawat", email: "[email protected]" },
{ name: "Ayush Ajay", email: "[email protected]" },
],
repo_link: "https://github.com/Dezenix/website-screens",
org_img: gdsc,
org_img: dezenix,
tags: "all web",
org_tag: "all gdsc"
},
{
org_name: "Dezenix",
title: "Native Frontend Flutter",
Ideas: ["Explore the project and come up with your own ideas"],
Ideas: [
"Create end-to-end mobile templates that can be used by other developers during their Flutter development journey.",
"Add components and code UI from the Figma Designs provided in the particular issue.",
"Refinement of pre-existing UI.",
"Work on interactions and effects.",
],
mentors: [
{
name: "Naveena Ramesh Vardhini J",
Expand All @@ -536,14 +550,17 @@ const SliderData = [
},
],
repo_link: "https://github.com/Dezenix/native-frontend-flutter",
org_img: gdsc,
org_img: dezenix,
tags: "all app",
org_tag: "all gdsc"
},
{
org_name: "Dezenix",
title: "Mobile Screens",
Ideas: ["Explore the project and come up with your own ideas"],
Ideas: [
"Design high fidelity mobile screen with good auto-layout components that drives the maximum user experience and enhance the existing product designs.",
"You may use any design tool like Figma, Adobe XD or Sketch.",
],
mentors: [
{
name: "Naveena Ramesh Vardhini J",
Expand All @@ -552,7 +569,7 @@ const SliderData = [
{ name: "Garvitraj Pandey", email: "[email protected]" },
],
repo_link: "https://github.com/Dezenix/mobile-screens",
org_img: gdsc,
org_img: dezenix,
tags: "all web",
org_tag: "all gdsc"
},
Expand Down

0 comments on commit f3b5198

Please sign in to comment.