From 152011b4c6ebf113285b33ee591f055d02f1bd97 Mon Sep 17 00:00:00 2001 From: taiseen Date: Sat, 16 Mar 2024 01:34:10 +0600 Subject: [PATCH] feat: 3-Js-Taiseen project --- src/constants/data.js | 2 -- src/db/portfolioDB.js | 30 ++++++++++++++---------------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/constants/data.js b/src/constants/data.js index 085e0cd..ef475f4 100644 --- a/src/constants/data.js +++ b/src/constants/data.js @@ -11,8 +11,6 @@ const userInfo = { Language: 'Bangla, English, Hindi ', } - - const education = [ { year: '2008 - 2007', diff --git a/src/db/portfolioDB.js b/src/db/portfolioDB.js index 6a2fdb2..8f859e1 100644 --- a/src/db/portfolioDB.js +++ b/src/db/portfolioDB.js @@ -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', @@ -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',