Skip to content

Commit

Permalink
Updated About Page
Browse files Browse the repository at this point in the history
Signed-off-by: Hemashree M S <[email protected]>
  • Loading branch information
Hemashree21 committed May 21, 2024
1 parent fb37ea9 commit 3810c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file added public/assets/ourstory.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions src/Pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import anytimehover from '../../public/assets/anytimehover.png'
import career from '../../public/assets/nursecareer.png'
import careerhover from '../../public/assets/nursecareerhover.png'
import BackBtn from "../components/BackBtn/BackBtn";
import ourstory from '../../public/assets/ourstory.jpg'
import "../styles/AboutPage.css"

const AboutPage = () => {
Expand Down Expand Up @@ -48,10 +49,7 @@ const AboutPage = () => {
</h5>
<div className="flex justify-center flex-wrap-reverse gap-4 text-center sm:px-28">
<div className="">
{/* <img src="/assets/mission.svg" width={250} height={250} /> */}
<video width="400" height="400" controls>
<source src="./Videos/video1.mp4" type="video/mp4" />
</video>
<img src={ourstory} width={400} height={400} />
</div>
<div className="flex flex-col justify-center items-center">
<p className="text-left w-full max-w-96 text-base">
Expand Down

0 comments on commit 3810c9a

Please sign in to comment.