Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
SobennaStory committed Feb 9, 2024
1 parent 1ce2154 commit 45b68b7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions sobenfolio-frontend/src/app/components/ProjectsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,19 @@ const projectsData = [
'/images/projects/sobstore3.png'
]
},
{
id: 4,
title: "NiteVale Corp",
description: "A spooky valentine template made to give to a special someone.",
image: "/images/projects/5.png",
tag: ["All", "Web"],
gitUrl: "https://nitevalecorp.vercel.app/",
projectImages : [
'/images/projects/nitevale.png',
'/images/projects/nitevale2.png',
'/images/projects/nitevale3.png'
]
},
];

const ProjectsSection = () => {
Expand Down

0 comments on commit 45b68b7

Please sign in to comment.