Skip to content

Commit

Permalink
added project
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrunix committed Dec 20, 2023
1 parent 83bf0b9 commit e795600
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Binary file removed public/images/about-image.png
Binary file not shown.
Binary file removed public/images/projects/1.png
Binary file not shown.
Binary file removed public/images/projects/2.png
Binary file not shown.
Binary file removed public/images/projects/3.png
Binary file not shown.
Binary file removed public/images/projects/4.png
Binary file not shown.
Binary file removed public/images/projects/5.png
Binary file not shown.
Binary file removed public/images/projects/6.png
Binary file not shown.
Binary file added public/images/projects/sysmonitoring.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/app/components/ProjectsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ const projectsData = [
gitUrl: "/",
previewUrl: "/",
},
{
id: 5,
title: "System Monitoring Tool",
description: "Using C and Linux, this customizable program displays system usage of resources",
image: "/images/projects/sysmonitoring.gif",
tag: ["All"],
gitUrl: "https://github.com/Pyrunix/system-monitoring-tool",
previewUrl: "/",
},
];

const ProjectsSection = () => {
Expand Down

0 comments on commit e795600

Please sign in to comment.