diff --git a/src/pages/Projectpage.jsx b/src/pages/Projectpage.jsx index 1b83921..6f8551f 100644 --- a/src/pages/Projectpage.jsx +++ b/src/pages/Projectpage.jsx @@ -1,12 +1,116 @@ -import React from 'react' - +import React, { useEffect } from "react"; +import Navbar from "../components/Navbar"; +import { gsap } from "gsap"; +import p1 from '../public/p1.png'; +import p2 from '../public/p2.png'; +import p3 from '../public/p3.jpg'; +import p4 from '../public/p4.png'; +import p5 from '../public/p5.png'; +import p6 from '../public/p6.png'; const Projectpage = () => { + useEffect(() => { + gsap.fromTo( + ".gallery-img", + { opacity: 0 }, + { opacity: 1, duration: 2, stagger: 0.3 } + ); + }, []); + return ( -
Is basically the identification system that uses GMM, the machine learning model to predict the speaker based on voice pattern recieved.
+ +Your go-to platform for discovering and sharing the best campfire locations. Node.js and MongoDB-powered web application, built with the Express.
+ +Marketplace bulit for selling the local regional arts, way to connect the seller of art to the buyer of digital art prints. Its a complete MERN stack based project.
+ +Its primarily an eCommerce web store for the ayurveda based products. As a part of tech-stack I've used the React.js for the frontend and to manage the backend Strapi.io - Headless CMS is used.
+ +A simple music system with HTML, CSS and JS, aligned with the theme of Spotify.
+ +An innovative fire prediction system desiged using advanced machine learning algorithms.
+ +