-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
74 lines (62 loc) · 5.93 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About Us - Surgery Compare</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="about.css"> <!-- Ensure this path is correct -->
</head>
<body>
<header>
<div class="container">
<h1>404 SurgiMatch</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="compare.html">Compare Rates</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section class="about-section">
<div class="container">
<h2>About Surgery Compare</h2>
<p>Welcome to Surgery Compare, a platform designed to bring transparency to healthcare costs in India. We understand that navigating surgery expenses can be overwhelming and confusing. Our goal is to empower patients by providing clear, accurate, and up-to-date information on surgery rates across hospitals, ensuring that every patient has the information they need to make an informed decision about their treatment options.</p>
<h3>Our Mission</h3>
<p>Our mission is to make healthcare more affordable and accessible by enabling patients to make informed decisions about their medical treatments. We aim to help you compare surgery costs, understand the factors that influence prices, and find the best treatment options suited to your needs. Our platform works towards breaking down the barriers to healthcare, especially when it comes to expensive treatments, by promoting transparency in the healthcare sector.</p>
<h3>Why Choose Surgery Compare?</h3>
<ul>
<li><strong>Transparency:</strong> We offer transparent, reliable data on surgery rates across top hospitals in India, allowing you to compare prices and make better decisions.</li>
<li><strong>Easy Comparison:</strong> Our easy-to-use platform lets you compare costs, locations, and hospitals at a glance. Whether you're looking for a nearby hospital or comparing rates across multiple locations, we make it simple.</li>
<li><strong>Up-to-date Information:</strong> We continuously update our database to ensure you have access to the most current rates and services. Prices change, and we want to make sure you always have access to the latest information available.</li>
<li><strong>Patient-Centered:</strong> We prioritize your needs and ensure that our comparisons reflect your healthcare goals and preferences. Whether you're seeking the most affordable options or considering top-rated hospitals, we cater to your priorities.</li>
</ul>
<h3>How Surgery Compare Works</h3>
<p>Our platform collects surgery cost data from hospitals across major cities in India. By comparing surgery rates for a wide variety of procedures, we provide you with a comprehensive overview of the costs, helping you identify which hospitals offer the best value for your money. We believe that everyone, regardless of their financial background, should have access to affordable and high-quality healthcare. We provide the tools you need to make decisions based on your financial and medical needs.</p>
<h3>The Team</h3>
<p>We are Error 404, a team of healthcare enthusiasts, tech innovators, and patient advocates committed to revolutionizing the healthcare experience. We combine our passion for healthcare with cutting-edge technology to build a platform that delivers the best possible experience for patients seeking surgery options. Our team consists of:</p>
<ul>
<li><strong>Apurva Jain:</strong> Team Leader. Apurva is dedicated to creating a platform that brings clarity and transparency to the healthcare system.</li>
<li><strong>Ananya Shandilya:</strong> Team Member. Ananya is responsible for user experience design, easy to navigate, and meets the needs of patients.</li>
<li><strong>Prakhar Awasthi:</strong> Team Member. Prakhar works on the development and implementation of the backend system, ensuring the platform runs smoothly and efficiently.</li>
<li><strong>Aniket Srivastava:</strong> Team Member. Aniket focuses on data collection and integration, ensuring that we have the most accurate and up-to-date surgery rate information from hospitals.</li>
</ul>
<h3>Our Vision for the Future</h3>
<p>Looking ahead, we envision a future where healthcare costs are no longer a source of stress for patients. We aim to expand our platform to include even more hospitals and surgery options across India. Our goal is to become the go-to resource for anyone looking to make informed decisions about their healthcare, providing not only cost comparisons but also reviews, ratings, and insights on the quality of care offered by hospitals.</p>
<h3>Contact Us</h3>
<p>Have questions or need further information? Feel free to reach out to us! We are here to assist you in any way we can, whether it's clarifying surgery options, guiding you through our platform, or simply offering advice on making the best healthcare decisions.</p>
<p>Thank you for choosing Surgery Compare — we're here to help you make better, more informed decisions about your healthcare!</p>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Surgery Compare. All rights reserved. | <a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</footer>
<script src="about.js"></script>
</body>
</html>