Skip to content

Commit

Permalink
Updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
J-B-Mugundh committed Apr 15, 2024
1 parent 32f006b commit e1a7159
Showing 1 changed file with 56 additions and 10 deletions.
66 changes: 56 additions & 10 deletions src/components/Project/Project.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export function Project() {
<h2>My Projects</h2>
<div className="projects">



<ScrollAnimation animateIn="flipInX">
<div className="project">
<header>
Expand Down Expand Up @@ -91,20 +89,20 @@ export function Project() {
<header>
<svg width="50" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="#23ce6b " stroke-width="1" stroke-linecap="round" stroke-linejoin="round" ><title>Folder</title><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
<div className="project-links center-image">
<a href="https://github.com/J-B-Mugundh/E-MEDICAL-SERVICE-PLATFORM" target="_blank" rel="noreferrer">
<a href="https://github.com/J-B-Mugundh/PrivacyOps" target="_blank" rel="noreferrer">
<img src={githubIcon} style={{float: "right"}} alt="Visit site" />
</a>
</div>
</header>
<div className="body">
<h3>E-Medical Service Platform</h3>
<h3>PrivacyOps: Empowered by Privacy, Supported by Law</h3>
<p>
An impactful E-Medical Services Platform specifically designed to provide essential healthcare services during pandemic times.
This innovative project, "PrivacyOps," tackles the challenge of data security and privacy head-on. Designed specifically for the Karnataka State Police Datathon, PrivacyOps empowers officers with a suite of powerful tools
</p>
</div>
<footer>
<ul className="tech-list">
<li>HTML, CSS, JavaScript, Bootstrap, PHP, MySQL</li>
<li>Web3, Solidity, React.js, Gemini, Tensorflow, Figma</li>
</ul>
</footer>
</div>
Expand All @@ -115,20 +113,68 @@ export function Project() {
<header>
<svg width="50" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="#23ce6b " stroke-width="1" stroke-linecap="round" stroke-linejoin="round" ><title>Folder</title><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
<div className="project-links center-image">
<a href="https://github.com/J-B-Mugundh/E-MEDICAL-SERVICE-PLATFORM" target="_blank" rel="noreferrer">
<a href="https://github.com/J-B-Mugundh/Detoxify" target="_blank" rel="noreferrer">
<img src={githubIcon} style={{float: "right"}} alt="Visit site" />
</a>
</div>
</header>
<div className="body">
<h3>E-Medical Service Platform</h3>
<h3>Detoxify: Empowering Youth Against Drug Addiction with AI</h3>
<p>
An impactful E-Medical Services Platform specifically designed to provide essential healthcare services during pandemic times.
Detoxify is an innovative Drug Mitigation App developed for the Haryana Police Hackathon - Reinventing Youth Communication Hackathon!
</p>
</div>
<footer>
<ul className="tech-list">
<li>HTML, CSS, JavaScript, Bootstrap, PHP, MySQL</li>
<li>Figma, Python, Gemini, Flutter</li>
</ul>
</footer>
</div>
</ScrollAnimation>

<ScrollAnimation animateIn="flipInX">
<div className="project">
<header>
<svg width="50" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="#23ce6b " stroke-width="1" stroke-linecap="round" stroke-linejoin="round" ><title>Folder</title><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
<div className="project-links center-image">
<a href="https://github.com/J-B-Mugundh/E-Commerce-Website" target="_blank" rel="noreferrer">
<img src={githubIcon} style={{float: "right"}} alt="Visit site" />
</a>
</div>
</header>
<div className="body">
<h3>E-Commerce Website</h3>
<p>
A basic E-Commerce application for seamless online shopping experiences and integrated with Stripe payment for secure and convenient transactions.
</p>
</div>
<footer>
<ul className="tech-list">
<li>Next.js, React.js, Node.js, and MongoDB</li>
</ul>
</footer>
</div>
</ScrollAnimation>

<ScrollAnimation animateIn="flipInX">
<div className="project">
<header>
<svg width="50" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="#23ce6b " stroke-width="1" stroke-linecap="round" stroke-linejoin="round" ><title>Folder</title><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path></svg>
<div className="project-links center-image">
<a href="https://github.com/J-B-Mugundh/j-b-mugundh.github.io" target="_blank" rel="noreferrer">
<img src={githubIcon} style={{float: "right"}} alt="Visit site" />
</a>
</div>
</header>
<div className="body">
<h3>Personal Potrfolio</h3>
<p>
This website serves as a showcase of my skills, projects, and experiences in the field of Computer Science.
</p>
</div>
<footer>
<ul className="tech-list">
<li>React, Typescript</li>
</ul>
</footer>
</div>
Expand Down

0 comments on commit e1a7159

Please sign in to comment.