Skip to content

Commit

Permalink
updated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyajit4419 committed Feb 27, 2021
1 parent 6e61cad commit d19e61e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
Binary file added src/Assets/Projects/codeEditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/Assets/Projects/medHub.png
Binary file not shown.
24 changes: 11 additions & 13 deletions src/components/Projects/Projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "bootstrap/dist/css/bootstrap.min.css";

import leaf from "../../Assets/Projects/leaf.png";
import emotion from "../../Assets/Projects/emotion.jpeg";
import medhub from "../../Assets/Projects/medHub.png";
import editor from "../../Assets/Projects/codeEditor.png";
import eeg from "../../Assets/Projects/eeg.gif";
import suicide from "../../Assets/Projects/suicide.png";
import algo from "../../Assets/Projects/algo.png";
Expand Down Expand Up @@ -36,6 +36,16 @@ function Projects() {
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={editor}
isBlog={false}
title="Editor.io"
description="Online code and markdown editor build with react.js. Online Editor which supports html, css, and js code with instant view of website. Online markdown editor for building README file which supports GFM, Custom Html tags with toolbar and instant preview.Both the editor supports auto save of work using Local Storage"
link="https://github.com/soumyajit4419/Editor.io"
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={emotion}
Expand Down Expand Up @@ -66,18 +76,6 @@ function Projects() {
link="https://gist.github.com/soumyajit4419/dc94177bc4954752051798f88fbce1df"
/>
</Col>

<Col md={4} className="project-card">
<ProjectCard
imgPath={medhub}
isBlog={false}
title="Making Healthcare Easy and Hassle Free"
description="Extract, store and retrieve medical information from Medical Reports using OCR.
Display the information online Graphically for the use of Patients as well as Doctors only with Authorised Access.
Giving an complete health Analytics to doctors of Patients as well as Doctors preseving user privacy."
link="https://github.com/soumyajit4419/MedHub_360"
/>
</Col>
</Row>
<h1 className="project-heading">
My Recent <strong className="purple">Blog </strong> Posts
Expand Down

0 comments on commit d19e61e

Please sign in to comment.