Skip to content

Commit

Permalink
feat: 3-Js-Taiseen project
Browse files Browse the repository at this point in the history
  • Loading branch information
taiseen committed Mar 15, 2024
1 parent 2b71fc6 commit 152011b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
2 changes: 0 additions & 2 deletions src/constants/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const userInfo = {
Language: 'Bangla, English, Hindi ',
}



const education = [
{
year: '2008 - 2007',
Expand Down
30 changes: 14 additions & 16 deletions src/db/portfolioDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,20 @@ const portfolioDB = [
imgUrlEndPoint: 'bHHpV7h/mini-social-media-mern-app',
tag: ['material-ui', 'react'],
},
{
id: uuidv4(),
title: '3-Js-Profile - React + Tailwind-CSS',
liveUrl: 'https://p2-site-3js.netlify.app',
imgUrlEndPoint: 'Jkv9k5F/Three-Js-Profile',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: '3-Js-Taiseen - React + Tailwind-CSS',
liveUrl: 'https://p2-sites.netlify.app',
imgUrlEndPoint: 'mbqbsK1/Three-Js-Taiseen',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: 'Fitness LP - React + Tailwind-CSS',
Expand Down Expand Up @@ -310,22 +324,6 @@ const portfolioDB = [
imgUrlEndPoint: 'd68vy5G/lws-rnext-assignment-4',
tag: ['tailwind-css', 'react'],
},
{
id: uuidv4(),
title: '3-Js-Profile - React + Tailwind-CSS',
liveUrl: 'https://p2-site-3js.netlify.app',
imgUrlEndPoint: 'Jkv9k5F/Three-Js-Profile',
tag: ['tailwind-css', 'react'],
},

// {
// id: uuidv4(),
// title: '3-Js-Taiseen - React + Tailwind-CSS',
// liveUrl: 'https://p2-sites.netlify.app',
// imgUrlEndPoint: 'mbqbsK1/Three-Js-Taiseen',
// tag: ['tailwind-css', 'react'],
// },

// {
// id: uuidv4(),
// title: 'Cine Rental - React + Tailwind-CSS',
Expand Down

0 comments on commit 152011b

Please sign in to comment.