Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Dezenix ideas and logo #136

Merged
merged 4 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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