-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a2a9b99
Showing
1 changed file
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="styless.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css"> | ||
<link rel="stylesheet" href="path/to/fontawesome.min.css"> | ||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'> | ||
<style> | ||
|
||
</style> | ||
|
||
|
||
|
||
</head> | ||
<body> | ||
<div id="main"> | ||
<div data-scroll data-scroll-speed="-5" id="page1"> | ||
|
||
<div class="bottom-page1"> | ||
<h1>Patient <br> Feedback </h1> | ||
<div class="bottom-page1-inner"> | ||
<h4>Building bridges for a <br>better future in healthcare</h4> | ||
<button><a href="loginpage.html"> Log In</a></button> | ||
</div> | ||
</div> | ||
<video src="https://static.vecteezy.com/system/resources/previews/004/547/538/mp4/nobody-in-hospital-ward-with-bed-for-patient-healthcare-free-video.mp4" autoplay loop muted ></video> | ||
</div> | ||
<div data-scroll data-scroll-speed="" id="page2"> | ||
<div class="gradient-bg"> | ||
|
||
</div> | ||
|
||
|
||
|
||
<h1>Our project is dedicated to revolutionizing healthcare delivery with a patient-centric approach. Through meticulous patient satisfaction surveys, we scrutinize every aspect of a patient's journey in a hospital. This detailed examination uncovers insights to enhance care quality. By synthesizing data and feedback, we empower hospitals to customize services. Our vision is a healthcare landscape where patients actively shape their wellness journey, marking a new era of patient-centered care.</h1> | ||
<video src="https://cdn.coverr.co/videos/coverr-putting-medical-gloves-on-5311/1080p.mp4" autoplay muted loop ></video> | ||
</div> | ||
<div data-scroll data-scroll-speed="-5" id="page5"> | ||
<h1> More About Us</h1> | ||
<section class="container"> | ||
<section class="card__container"> | ||
<div class="card__bx" style="--clr: #00FFFF"> | ||
<div class="card__data"> | ||
<div class="card__icon"> | ||
<i class="fa-solid fa-question"></i> | ||
</div> | ||
<div class="card__content"> | ||
<h3>Survey Form</h3> | ||
<p>The questions present in our survey form.</p> | ||
<a href="questions.html">Read More</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="card__bx" style="--clr: #fff"> | ||
<div class="card__data"> | ||
<div class="card__icon"> | ||
<i class="fa-solid fa-line-chart"></i> | ||
</div> | ||
<div class="card__content"> | ||
<h3>Analysis Procedure</h3> | ||
<p>The analysis procedure we used for our work.</p> | ||
<a href="file:///Users/kimayashringarpure/Downloads/rids%20website/process_survey_final.html">Read More</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="card__bx" style="--clr: #00FFFF"> | ||
<div class="card__data"> | ||
<div class="card__icon"> | ||
<i class="fa fa-check" aria-hidden="true"></i> | ||
</div> | ||
<div class="card__content"> | ||
<h3>Join us</h3> | ||
<p>Join us by logging in.</p> | ||
<a href="signup_survey.html">Log In</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
</section> | ||
|
||
</section> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.1/gsap.min.js" integrity="sha512-qF6akR/fsZAB4Co1QDDnUXWnaQseLGXoniuSuSlPQK6+aWhlMZcHzkasCSlnWoe+TJuudlka1/IQ01Dnhgq95g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.1/ScrollTrigger.min.js" integrity="sha512-IHDCHrefnBT3vOCsvdkMvJF/MCPz/nBauQLzJkupa4Gn4tYg5a6VGyzIrjo6QAUy3We5HFOZUlkUpP0dkgE60A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="scriptx.js"></script> | ||
</body> | ||
</html> |