-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
108 lines (85 loc) · 5.11 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
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>