Skip to content

Commit

Permalink
card-parallax project added
Browse files Browse the repository at this point in the history
  • Loading branch information
accodes21 committed Feb 1, 2024
1 parent 692eee7 commit 392ff38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/Projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const Projects = () => {
<ProjectCard title={'Tenzies Game'} image={'tenzies.png'} link={'Tenzies-Game'} projectLink={'https://tenzies-game-neon.vercel.app/'} skills={'ReactJS, CSS'}/>
<ProjectCard title={'Sherlock Holmes Landing Page'} image={'sherlock.png'} link={'Sherlock_Landing_Page'} projectLink={'https://accodes21.github.io/Sherlock_Landing_Page/'} skills={'CSS, JavaScript'}/>
<ProjectCard title={'Firebase ChatApp'} image={'chatapp.png'} link={'basic_chatapp'} projectLink={'https://basic-chatapp.vercel.app/'} skills={'ReactJS, Firebase, Tailwind CSS'}/>
<ProjectCard title={'Card Parallax'} image={'card.png'} link={'card-parallax'} projectLink={'https://card-parallax.vercel.app/'} skills={'NextJS, Framer Motion, Tailwind CSS'}/>
</div>
<motion.div initial="hide" whileInView="show" viewport={{ once: true }} variants={...introHeaderVariants('up')} className='text-center mt-6'>
<Link href={"https://github.com/accodes21?tab=repositories"} target='_blank' className='text-center lg:text-lg text-sm p-4 bg-black rounded-full border border-[#f1cf29]/60 hover:bg-gradient-to-r from-yellow-400 to-orange-500 hover:text-black transition-all'>More Projects</Link>
Expand Down

0 comments on commit 392ff38

Please sign in to comment.