Skip to content

Commit

Permalink
deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
namanpunn committed Mar 29, 2024
1 parent 8bb3ec4 commit 0843cab
Show file tree
Hide file tree
Showing 3,046 changed files with 499,161 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1,065 changes: 1,065 additions & 0 deletions congfull

Large diffs are not rendered by default.

Binary file added dist/assets/EHR (1)-CNNKDLPE.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 added dist/assets/EHR-C-aECQXX.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 dist/assets/index-gI-yxLvE.css

Large diffs are not rendered by default.

Binary file added dist/assets/search-symbol-BUuyfvl0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EHR</title>
<link rel="icon" href="/assets/EHR-C-aECQXX.png">
<link rel="stylesheet" crossorigin href="/assets/index-gI-yxLvE.css">
</head>
<body class="m-8 sm:m-14 bg-[#81D7F2] h-[100%] w-[100]">

<nav class="flex sm:mx-20 items-center justify-between mt-3">
<div class="order-first ">
<h3 class="font-bold text-4xl ml-0"><a href="#">EHR</a></h3>
</div>

<div class="order-2 cursor-pointer ">
<ul class="absolute md:flex inset-0 -translate-x-[26rem] bg-[#56ccf0] md:translate-x-0 md:bg-[#81D7F2] md:static md:gap-14 text-xl ">
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="index.html">Home</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="doctor.html">Doctor</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="individual.html">Individual</a></li>
</ul>
</div>
<div class="min-[700px]:flex justify-evenly order-3 hidden min-[700px]:visible md:gap-5">
<button class="rounded-3xl px-4 py-1 hover:bg-[#0066FF] hover:text-white border-2 border-blue-700">Log in</button>
<button class="rounded-3xl px-4 py-1 text-white bg-[#0066FF] border-blue-700 hover:bg-blue-800">Sign up</button>
</div>

<div class="flex flex-col order-last cursor-pointer md:hidden ">
<div class="bg-black h-1 w-6 rounded-xl m-0.5 "></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
</div>
</nav>

<main class="">
<div class="hero_section md:flex">
<div class="left">
<figure class="mt-9 pt-4 ">
<img class="h-56 w-auto md:w-[40rem] md:h-auto" src="/assets/EHR (1)-CNNKDLPE.png" alt="EHR" width="1500px" height="1000px">
</figure>
</div>
<div class="right mt-12 sm:translate-x-[4.3rem] md:text-right ">
<div class=" ">
<h3 class="font-extrabold mt-10 text-3xl sm:text-5xl ">Find & Search Your <br>
Patient's</span> <span class="text-blue-700">Previous <br> Record.</span></h3>
</div>
<div class="mt-9">
<p class="text-[1rem] sm:text-[1rem]">Unlock Global Healthcare Connectivity: Seamlessly Access<br> Patient Health Records Anytime, Anywhere.</p>
</div>
<div>
<button class="w-[45vw] md:w-60 h-11 mt-9 rounded-3xl px-3 py-1 md:p-0 text-white bg-[#0066FF] border-blue-700 hover:bg-blue-800">Doctor Registration</button>
</div>
</div>
</div>
</main>


<section id="Hero_bar">
<div class="bg-blue-700 w-[100%] h-[21rem] sm:h-[8rem] mt-14 rounded-3xl text-center p-5 sm:flex sm:p-16 justify-evenly sm:items-center " >
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">24/7</h3>
<p class="text-white text-sm">Onine Support</p>
</div>
<hr>
<div class="sm:h-16 sm:w-0.5 sm:bg-white"></div>
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">10k+</h3>
<p class="text-white text-sm">Dotor's Registered</p>
</div>
<hr>
<div class="sm:h-16 sm:w-0.5 sm:bg-white"></div>
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">1B+</h3>
<p class="text-white text-sm">Patient's Data</p>
</div>
<div class="p-3">
<div class="relative ">
<input class="rounded-3xl text-center border border-gray-300 focus:outline-none focus:border-indigo-500 py-2 px-4 block w-full appearance-none leading-normal" type="text" placeholder="Need Help?">
<button class="absolute right-0 top-0 mt-4 mr-3 ">
<img class="w-3 " src="/assets/search-symbol-BUuyfvl0.png" alt="">
</button>
</div>
</div>
</div>
</section>


</body>
</html>
Expand Down
102 changes: 102 additions & 0 deletions doctor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EHR</title>
<link rel="stylesheet" href="input.css">
<link rel="icon" href="/img/EHR.png">
</head>
<body class=" max-[500px]:h-[100vh] sm:m-14 sm:mb-0 bg-[#81D7F2] h-[100%] w-[100]">
<div class="m-8">
<div class="z-0 rounded-full w-56 h-56 bg-blue-500 blur-3xl "></div>
<nav class="flex sm:mx-20 -mt-52 items-center justify-between ">

<div class="order-first ">
<h3 class="font-bold text-4xl ml-0"><a href="#">EHR</a></h3>
</div>

<div class="order-2 cursor-pointer ">
<ul class="absolute md:flex inset-0 -translate-x-[26rem] bg-[#56ccf0] md:translate-x-0 md:bg-[#81D7F2] md:static md:gap-14 text-xl ">
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="index.html">Home</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="doctor.html">Doctor</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="individual.html">Individual</a></li>
</ul>
</div>
<div class="min-[700px]:flex justify-evenly order-3 hidden min-[700px]:visible md:gap-5">
<button class="rounded-3xl px-4 py-1 hover:bg-[#0066FF] hover:text-white border-2 border-blue-700">Log in</button>
<button class="rounded-3xl px-4 py-1 text-white bg-[#0066FF] border-blue-700 hover:bg-blue-800">Sign up</button>
</div>

<div class="flex flex-col order-last cursor-pointer md:hidden ">
<div class="bg-black h-1 w-6 rounded-xl m-0.5 "></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
</div>
</nav>

</div>

<main>

<figure class=" mt-9 pt-4 max-[500px]:w-100vw">
<img class="border rounded w-[100%] h-[40vh] z-50" src="/img/library-book-bookshelf-read.jpg" alt="Background_Image">

</figure>
<div class="flex custom:justify-center">
<figure class=" -mt-24 ml-9">
<img class=" border rounded-full w-52 h-52 z-10 " src="img/doc_2.jpg" alt="doc_1" width="60px" height="40px">
<figcaption class="text-center m-4 text-2xl font-bold">Dr. Naina Sharma<br><span class="opacity-70 text-xl font-medium">Gynecologist</span></figcaption>
</figure>



<div class="doctors discription custom:hidden sm:block">
<ul class="flex m-16 justify-between gap-28 text-lg ml-44 font-semibold sm:flex-row">
<li>100+<span class=" opacity-70"><br>Treatments</span></li>
<li>5 yr+<span class="opacity-70"><br>Experience</span></li>
<li>Doctor ID<span class=" opacity-70"><br>#49991</span></li>
<li class="flex space-x-4"><div><img src="img/verified.png" alt="" width="45px" height="45px" class="mt-1"></div><div>Licence<span class="opacity-70"><br>Verified</span></div></li>
</ul>
</div>
</div>
</main>

<section class="Boxes flex custom:flex-col sm:flex-row">
<div class="bg-white min-[100px]:bg- h-72 rounded-3xl m-3 mt-7 sm:w-[28vw] custom:w-[80vw] custom:ml-10 sm:m-auto">

<h3 class="font-bold p-7 pl-10 text-xl ">Personal Details</h3>

<p class="p-3 pl-14 flex"><img src="img/phone-call.png" alt="" width="20px " class="mr-7">+81-6576580809</p>
<p class="p-3 pl-14 flex"><img src="img/email.png" alt="" width="20px " class="mr-7">[email protected]</p>
<p class="p-3 pl-14 flex"><img src="img/home.png" alt="" width="20px " height="10px" class="mr-7">4757 california </p>

</div>

<div class="bg-white sm:h-80 rounded-3xl m-12 sm:-mt-16 sm:w-[56vw] mb-20 custom:w-[80vw] custom:m-10 sm:m-auto custom:h-96">
<div class="flex">
<h3 class="font-bold p-7 pl-10 text-xl ">Education</h3>
<figure class="w-5 ml-[31rem] -mr-3 pt-7"><img src="img/plus.png" alt=""></figure>
<figure class="w-5 ml-9 pt-7"><img src="img/edit.png" alt=""></figure>
</div>

<p class=" pl-14 flex font-semibold"><img src="img/aiims.png" alt="" width="40px" class="mr-7">AIIMS DELHI</p>
<p class="-mt-5 pl-[7.7rem] text-sm">
MS. Obsetrician & Gynecologist<br><span class="opacity-75"> May 2021 - May 2023<br></span>Grade A</p>

<p class="mt-6 pl-14 flex font-semibold"><img src="img/aiims patna.webp" alt="" width="40px" class="mr-7">AIIMS PATNA</p>
<p class="-mt-4 pl-[7.7rem] text-sm">
Bachelor of Medicine, Bachelor of Surgery<br><span class="opacity-75"> May 2016 - May 2021<br></span>Grade A</p>

</div>

</section>
<section class="relative ">
<div class="bg-white flex h-12 w-72 -m-6 rounded-xl custom:ml-12 custom:mt-2 sm:ml-[43rem]"><p class="ml-9 mt-3">Search for individuals</p><div class="rounded-full ml-12 mt-2 -mr-16 w-9 h-9 bg-blue-700"><img src="img/search-symbol.png" alt="" class="w-5 m-2"></div></div>
</section>
<footer class="mt-16 float-endbottom-0 w-[100%]">
<div class="bg-blue-700 w-full h-9"></div>
</footer>

</body>
</html>
Binary file added img/Doctor_1.avif
Binary file not shown.
Binary file added img/EHR (1).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 added img/EHR.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 added img/Naman Punn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Patient.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Screenshot 2024-02-19 233339.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 added img/aiims patna.webp
Binary file not shown.
Binary file added img/aiims.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 added img/doc_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/doc_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/edit.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 added img/email.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 added img/home.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 added img/library-book-bookshelf-read.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/phone-call.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 added img/plus.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 added img/search-symbol.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 added img/verified.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EHR</title>
<link rel="stylesheet" href="input.css">
<link rel="icon" href="/img/EHR.png">
</head>
<body class="m-8 sm:m-14 bg-[#81D7F2] h-[100%] w-[100]">

<nav class="flex sm:mx-20 items-center justify-between mt-3">
<div class="order-first ">
<h3 class="font-bold text-4xl ml-0"><a href="#">EHR</a></h3>
</div>

<div class="order-2 cursor-pointer ">
<ul class="absolute md:flex inset-0 -translate-x-[26rem] bg-[#56ccf0] md:translate-x-0 md:bg-[#81D7F2] md:static md:gap-14 text-xl ">
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="index.html">Home</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="doctor.html">Doctor</a></li>
<li class="hover:border-b-2 hover:border-blue-700 hover:text-blue-700 hover:font-medium"><a href="individual.html">Individual</a></li>
</ul>
</div>
<div class="min-[700px]:flex justify-evenly order-3 hidden min-[700px]:visible md:gap-5">
<button class="rounded-3xl px-4 py-1 hover:bg-[#0066FF] hover:text-white border-2 border-blue-700">Log in</button>
<button class="rounded-3xl px-4 py-1 text-white bg-[#0066FF] border-blue-700 hover:bg-blue-800">Sign up</button>
</div>

<div class="flex flex-col order-last cursor-pointer md:hidden ">
<div class="bg-black h-1 w-6 rounded-xl m-0.5 "></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
<div class="bg-black h-1 w-6 rounded-xl m-0.5"></div>
</div>
</nav>

<main class="">
<div class="hero_section md:flex">
<div class="left">
<figure class="mt-9 pt-4 ">
<img class="h-56 w-auto md:w-[40rem] md:h-auto" src="img/EHR (1).png" alt="EHR" width="1500px" height="1000px">
</figure>
</div>
<div class="right mt-12 sm:translate-x-[4.3rem] md:text-right ">
<div class=" ">
<h3 class="font-extrabold mt-10 text-3xl sm:text-5xl ">Find & Search Your <br>
Patient's</span> <span class="text-blue-700">Previous <br> Record.</span></h3>
</div>
<div class="mt-9">
<p class="text-[1rem] sm:text-[1rem]">Unlock Global Healthcare Connectivity: Seamlessly Access<br> Patient Health Records Anytime, Anywhere.</p>
</div>
<div>
<button class="w-[45vw] md:w-60 h-11 mt-9 rounded-3xl px-3 py-1 md:p-0 text-white bg-[#0066FF] border-blue-700 hover:bg-blue-800">Doctor Registration</button>
</div>
</div>
</div>
</main>


<section id="Hero_bar">
<div class="bg-blue-700 w-[100%] h-[21rem] sm:h-[8rem] mt-14 rounded-3xl text-center p-5 sm:flex sm:p-16 justify-evenly sm:items-center " >
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">24/7</h3>
<p class="text-white text-sm">Onine Support</p>
</div>
<hr>
<div class="sm:h-16 sm:w-0.5 sm:bg-white"></div>
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">10k+</h3>
<p class="text-white text-sm">Dotor's Registered</p>
</div>
<hr>
<div class="sm:h-16 sm:w-0.5 sm:bg-white"></div>
<div class="p-3">
<h3 class="font-bold italic text-3xl text-white">1B+</h3>
<p class="text-white text-sm">Patient's Data</p>
</div>
<div class="p-3">
<div class="relative ">
<input class="rounded-3xl text-center border border-gray-300 focus:outline-none focus:border-indigo-500 py-2 px-4 block w-full appearance-none leading-normal" type="text" placeholder="Need Help?">
<button class="absolute right-0 top-0 mt-4 mr-3 ">
<img class="w-3 " src="/img/search-symbol.png" alt="">
</button>
</div>
</div>
</div>
</section>


</body>
</html>
Loading

0 comments on commit 0843cab

Please sign in to comment.