-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding_page.html
More file actions
151 lines (143 loc) · 6.9 KB
/
Copy pathlanding_page.html
File metadata and controls
151 lines (143 loc) · 6.9 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<title>VitalSync - Patient Monitoring System</title>
<link rel="icon" type="image/x-icon" href="img/icons/noun-pulse-1048530.png">
<link rel="stylesheet" href="css/homepage_styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Sulphur+Point:wght@300;400;700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap"
rel="stylesheet">
</head>
<body>
<div class="header">
<div class="left-side">
<img class="logo" src="img/icons/noun-pulse-1048530.png">
<div class="logo-name">
VitalSync
</div>
</div>
<div class="right-side">
<div class="services-container">
<a href="#services">Services</a>
</div>
<div class="about-us-container">
<a href="#about-us">About Us</a>
</div>
<div class="wcu-container">
<a href="#why-choose-us">Why Choose Us?</a>
</div>
<div class="button-container">
<button class="main-button" id="loginButton">Login</button>
</div>
</div>
</div>
<div class="home">
<div class="home-content">
<p class="main-tag">Empowering Healthcare with Advanced Patient Monitoring and Facilitation</p>
<p class="sub-tag">Experience seamless patient care with VitalSync's innovative solutions and user-friendly
interface, helping hospitals to monitor patient vitals wirelessly
<p>
<div class="buttons">
<button class="main-button" id="signupButton">Sign Up</button>
<button class="sub-button">Learn more</button>
</div>
</div>
<div class="bg-img-container">
<img class="background-img" src="img/photos/callback-img2.png">
</div>
</div>
<div id="services" class="heading">
<p>Services We Provide</p>
</div>
<div class="services-container-body">
<div class="oxy-monitor">
<div class="img-container">
<img class="oxy-img" src="img/icons/noun-blood-oxygen-6260687.png">
</div>
<div class="service-element">
Real-Time Oxygen Level Monitoring
</div>
<div class="service-desc">
The amount of oxygen carried by the blood is measured in real-time and the data is transmitted
wirelessly to a central system where healthcare providers can monitor it continuously.
</div>
</div>
<div class="pulse-monitor">
<div class="img-container">
<img class="pulse-img" src="img/icons/noun-pulse-6548882.png">
</div>
<div class="service-element">
Real-Time Pulse Monitoring
</div>
<div class="service-desc">
The patient's pulse rate is captured in real-time and the data is transmited to a centralized system for
instant analysis and display.
</div>
</div>
</div>
<div id="about-us" class="heading">
<p>About us</p>
</div>
<div class="about-us-container-body">
<div class="about-us-body">
<p class="about-us-content">Welcome to VitalSync, where cutting-edge technology meets compassionate
healthcare. Our mission is to revolutionize patient care by providing healthcare professionals with the
tools they need to monitor and manage patient vital signs efficiently and effectively.</p><br>
<p class="about-us-sub-heading">Our Vision</p>
<p class="about-us-content">At VitalSync, we envision a future where real-time health monitoring is
seamless, intuitive, and reliable. We strive to empower nurses and healthcare providers with innovative
solutions that enhance patient outcomes and streamline clinical workflows.</p><br>
<p class="about-us-sub-heading">Our Solution</p>
<p class="about-us-content">VitalSync leverages the power of IoT and real-time database technology to create
a robust platform for remote patient monitoring. Our system integrates microcontrollers and oximeters to
continuously track heart rates and blood oxygen levels, providing healthcare professionals with instant
access to critical patient data through a user-friendly web interface.</p>
</div>
<div class="about-us-img-container">
<img class="about-us-img" src="img/photos/pexels-tima-miroshnichenko-6010782.jpg">
</div>
</div>
<div id="why-choose-us" class="heading">
Why Choose Us?
</div>
<div class="wcu-content">
<div class="wcu-body">
<p class="wcu-sub-heading">Innovative Technology</p>
<p class="wcu-sub-content">We use state-of-the-art IoT devices and real-time databases to ensure accurate
and up-to-date patient monitoring.</p>
</div>
<div class="wcu-body">
<p class="wcu-sub-heading">User-Centric Design</p>
<p class="wcu-sub-content">Our platform is designed with healthcare professionals in mind, offering
intuitive and customizable features that fit seamlessly into clinical workflows.</p>
</div>
<div class="wcu-body">
<p class="wcu-sub-heading">Enhanced Patient Care</p>
<p class="wcu-sub-content">By providing real-time access to vital signs, we help healthcare providers make
informed decisions quickly, improving patient outcomes and reducing response times.</p>
</div>
<div class="wcu-body">
<p class="wcu-sub-heading">Reliable Support</p>
<p class="wcu-sub-content">Our dedicated team is committed to offering continuous support and maintenance,
ensuring that our system remains reliable and efficient.</p>
</div>
</div>
<div class="footer">
<p class="logo-name-footer">VitalSync</p>
<div class="link-footer">
<a href="#services">Services</a>
</div>
<div class="link-footer">
<a href="#about-us">About Us</a>
</div>
</div>
<script type="module" src="js/homepage.js" defer></script>
</body>
</html>