From 5f3b50ef051294633888d246aa375bee570cc518 Mon Sep 17 00:00:00 2001 From: rubanzasilva Date: Tue, 2 Jul 2024 11:18:22 +0300 Subject: [PATCH] adding project --- src/components/projects/data.js | 6 +++++ src/components/projects/index.js | 41 +++++++++++++++++++++++++------- 2 files changed, 39 insertions(+), 8 deletions(-) diff --git a/src/components/projects/data.js b/src/components/projects/data.js index 854a71b..1f1058d 100644 --- a/src/components/projects/data.js +++ b/src/components/projects/data.js @@ -7,6 +7,12 @@ export const projectsObjA = { cardActionsTextX:'Try Out the App', img:'https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/antelopes.jpeg', alt:'Antelope Classfier Project', + cardContentTitleE:'Classification with the Academic Success dataset', + cardContentBodyE:'A classification model to predict students dropout and academic success rate. ', + cardActionsTextE:'Read Notebook solution', + cardActionsTextEA:'Read solution write up', + imgE:'https://d3q0oijmiduzg2.cloudfront.net/rubanzasilver/academic_success.jpg', + altE:'Machine learning model to predict the academic success rate of students', cardContentTitleA:'Personal Website', cardContentBodyA:'This website is built with reactjs.Follow the link below to check out the documentation. ', cardActionsTextA:'See Code', diff --git a/src/components/projects/index.js b/src/components/projects/index.js index 4055517..bce3ef1 100644 --- a/src/components/projects/index.js +++ b/src/components/projects/index.js @@ -17,7 +17,7 @@ import Typography from '@mui/material/Typography'; // }); -export default function Projects({title,cardContentTitle,cardContentTitleA, cardContentTitleB , cardContentTitleC, cardContentBody,cardContentBodyA,cardContentBodyB,cardContentBodyC, cardActionsText, cardActionsTextA, cardActionsTextB,cardActionsTextC,cardActionsTextD, cardActionsTextX, alt, img, imgA, imgB,imgC, altA, altB,altC}) { +export default function Projects({altE,imgE,cardContentTitleE,cardContentBodyE,cardActionsTextE,title,cardContentTitle,cardContentTitleA, cardContentTitleB , cardContentTitleC, cardContentBody,cardContentBodyA,cardContentBodyB,cardContentBodyC, cardActionsText, cardActionsTextA, cardActionsTextB,cardActionsTextC,cardActionsTextD, cardActionsTextX, alt, img, imgA, imgB,imgC, altA, altB,altC}) { return ( @@ -25,8 +25,30 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card - + + + + + {cardContentTitleE} + + + {cardContentBodyE} + + + + + + + + + + {/* individual card component */} @@ -34,7 +56,7 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card @@ -56,12 +78,12 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card - + @@ -82,14 +104,14 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card - + @@ -111,7 +133,9 @@ export default function Projects({title,cardContentTitle,cardContentTitleA, card - + + + +