Skip to content

Commit

Permalink
portfolio added
Browse files Browse the repository at this point in the history
portfolio added
  • Loading branch information
Shubham-negi committed Nov 21, 2024
1 parent a808bae commit 50aa2ad
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
20 changes: 20 additions & 0 deletions constants/ProjectsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,24 @@ export const ProjectsData = [
techs: ["ReactJS", "NodeJS", "Express", "MongoDB", "Unity3d",]
},

{
projectName: "Aviation simulation ",
liveUrl: "https://drive.google.com/file/d/1Wk40d99LvxpkI7rvm8cHjRGLR1QjDvDv/view?usp=sharing",
githubUrl: "",
projectImage: {
imageUrl: "/images/cockpit.jpg"
},
techs: ["VR","XR", "Unity3d",]
},

{
projectName: "MLS ",
liveUrl: "https://drive.google.com/file/d/1d9UxXxb6q31JGiJIflzkwj24V5_R-6hb/view?usp=sharing",
githubUrl: "",
projectImage: {
imageUrl: "/images/MLS.png"
},
techs: ["VR","XR", "Unity3d",]
},

]
20 changes: 0 additions & 20 deletions constants/SkillsData.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ export const TechStackData = [
name: "Tailwind CSS",
icon: <SiTailwindcss className="md:text-4xl text-2xl" color="#4caf50" />,
},
{
name: "Meterial UI",
icon: <SiMui className="md:text-4xl text-2xl" color="#29b6f6" />,
},
{
name: "Chakra UI",
icon: <SiChakraui className="md:text-4xl text-2xsl" color="#50cbc0" />
},
{
name: "Vercel",
icon: <SiVercel className="dark:text-white text-black md:text-4xl text-2xl" />
},
{
name: "Github",
icon: <BsGithub className="md:text-4xl text-2xl" color="#c9d1d9" />
Expand Down Expand Up @@ -92,10 +80,6 @@ export const TechStackData = [
name: "jQuery",
icon: <SiJquery className="md:text-4xl text-2xsl" color="#106dae" />
},
{
name: "netlify",
icon: <SiNetlify className="md:text-4xl text-2xl" color={"#31b5ba"} />
},
{
name: "Git",
icon: <BsGit className="md:text-4xl text-2xl" color="#f4511e" />
Expand All @@ -115,10 +99,6 @@ export const TechStackData = [
name: "React Native",
icon: <TbBrandReactNative className="md:text-4xl text-2xl" color="#66dbfb" />
},
{
name: "PHP",
icon: <FaPhp className="md:text-4xl text-2xl" color="#7b7fb5" />
},
{
name: "JAVA",
icon: <FaJava className="md:text-4xl text-2xl" color="#547c99" />
Expand Down
Binary file added public/images/MLs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/cockpit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50aa2ad

Please sign in to comment.