Skip to content

Commit

Permalink
Feat : added new project ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudassirkhan2 committed Oct 22, 2023
1 parent abac25e commit 996ce76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added app/assets/bugbounty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions components/Projects.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import HomeFinderGif from '../app/assets/HomeFinder.gif';
import bugbounty from '../app/assets/bugbounty.png';
import tabstacker from '../app/assets/tabstacker.png';
import liftSimulationGif from '../app/assets/liftSimulation.gif';
import AnimateLetters from './clients/AnimateLetters';
Expand Down Expand Up @@ -34,6 +35,16 @@ const Projects = () => {
liveLink='https://home-finder-khan.vercel.app/'
githubLink='https://github.com/Mudassirkhan2/HomeFinder'
/>
<ProjectSection
imageSrc={bugbounty}
title='Bug Bounty Brigade 🛡️'
indexValue={1}
description='Developed a website for the cybersecurity community, aimed at providing a valuable online resource for enthusiasts, professionals, and anyone interested in the field. This project involved the use of modern web technologies, including '
techStack={['Next.js', 'Tailwind CSS', 'TypeScript', 'Radix-ui']}
features=' it offers features where Users can find information about upcoming cybersecurity events, workshops, and webinars. '
liveLink='https://www.bugbountybrigade.tech/'
githubLink='https://github.com/Mudassirkhan2/bug-bounty-brigade-website'
/>
<ProjectSection
imageSrc={liftSimulationGif}
title='Lift Simulation 🛗'
Expand Down

1 comment on commit 996ce76

@vercel
Copy link

@vercel vercel bot commented on 996ce76 Oct 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.