Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Aug 10, 2024
2 parents db5b0a1 + 09bea94 commit 2c3c003
Show file tree
Hide file tree
Showing 27 changed files with 435 additions and 420 deletions.
73 changes: 7 additions & 66 deletions Css-Files/helpline.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,69 +102,10 @@
}

/* Popup Styles */
.popup-container {
margin-top: 100px;
margin-bottom: 100px;
display: none;
justify-content: center;
align-items: center;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}

.popup {
background-color: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.popup h3 {
color: #3fbcc0;
margin-bottom: 20px;
}

.popup p {
font-size: 18px;
color: #022a2d;
margin-bottom: 20px;
}

.close-button {
background-color: #2F81CF;
color: #fff;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}

.close-button:hover {
background-color: #1e6bba;
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

@keyframes slideInLeft {
0% {
transform: translateX(-50px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}

.popupmessage {
filter: drop-shadow(10px 10px 10px rgba(17, 133, 137, 0.683));
-webkit-text-stroke: 2px #000;
text-align: center;
font-size: 50px;
font-weight: 700;
}
12 changes: 10 additions & 2 deletions Html-Files/appointment.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RapiDoc</title>
<script src="https://unpkg.com/scrollreveal"></script>
<link
rel="icon"
href="https://cdn-icons-png.flaticon.com/512/1458/1458279.png"
Expand Down Expand Up @@ -1124,8 +1125,6 @@ <h4>Legal</h4>
<a href="terms_and_conditions.html">Terms and Conditions</a>
</li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#test">Testimonials</a></li>
</ul>
</section>
<section class="footer-col">
Expand Down Expand Up @@ -1243,5 +1242,14 @@ <h4>RAPIDOC Newsletter</h4>
}
});
</script>
<script>
ScrollReveal({
//reset: true ,
distance: '60px',
duration: 2500,
delay: 400
});
ScrollReveal().reveal('.container', { delay: 600, origin: 'bottom' ,interval:200});
</script>
</body>
</html>
77 changes: 43 additions & 34 deletions Html-Files/blood.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">

<title>RapiDoc</title>
<script src="https://unpkg.com/scrollreveal"></script>
</head>

<body>
Expand Down Expand Up @@ -124,37 +125,36 @@ <h2>AB-</h2>
<div class="footer-wrapper">
<div class="footer-columns">
<div class="other-columns">
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="./Html-Files/contact.html">Contact Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="#">Appointment</a></li>
<li><a href="#">Patient Portal</a></li>
<li><a href="#">Login account</a></li>
<li><a href="../helpline.html">Helplines</a></li>
<li><a href="#">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Testimonials</a></li>
</ul>
</section>
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
<li><a href="dex.html">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files/appointment.html">Appointment</a></li>
<li><a href="portal.html">Patient Portal</a></li>
<li><a href="log/login.html">Login account</a></li>
<li><a href="helpline.html">Helplines</a></li>
<li><a href="index.html#contact">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="Html-Files/customer_agreement.html">Customer Agreement</a></li>
<li><a href="Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="Html-Files/terms_and_conditions.html">Terms and Conditions</a></li>
<li><a href="#">GDPR</a></li>
</ul>
</section>
<section class="footer-col">
<h4>RAPIDOC Newsletter</h4><br>
<p>
Expand Down Expand Up @@ -211,8 +211,8 @@ <h4>RAPIDOC Newsletter</h4><br>
<div id="popupContent"></div>
</div>
</div>
<script src="../js/backtotopjs.js"></script>
<script src="../js/popupbloodlist.js"></script>
<script src="../js/backtotopjs.js"></script>
<script src="../js/popupbloodlist.js"></script>
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="glightbox/js/glightbox.min.js"></script>
<script src="php-email-form/validate.js"></script>
Expand All @@ -224,5 +224,14 @@ <h4>RAPIDOC Newsletter</h4><br>
<script src="patient-portal.js"></script>
<script src="swiper-bundle.min.js"></script>
<script src="https://mediafiles.botpress.cloud/b1d766f9-2fd0-4a60-96bb-fc1f494d156c/webchat/config.js" defer></script>
<script>
ScrollReveal({
//reset: true ,
distance: '60px',
duration: 2500,
delay: 400
});
ScrollReveal().reveal('.container .drop ,.container .drop .content', { delay: 600, origin: 'bottom' ,interval:200});
</script>
</body>
</html>
</html>
11 changes: 11 additions & 0 deletions Html-Files/bloodtest.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html lang="en" class="sr">
<head>
<meta charset="utf-8">
<script src="https://unpkg.com/scrollreveal"></script>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link rel="icon" type="image/x-icon" href="../favicon.png">
<link rel="stylesheet" type="text/css" href="../style.css">
Expand Down Expand Up @@ -66,6 +67,7 @@
<div class="container d-flex align-items-center">
</div>
</header>

<div class="conta" style="display: flex; flex-wrap: wrap;">
<div class="container" style="display:flex ;">
<div class="bloodtest">
Expand Down Expand Up @@ -213,5 +215,14 @@ <h4>RAPIDOC Newsletter</h4><br>
<script src="../js/chatbotjs.js"></script>
<script src="https://www.chatbase.co/embed.min.js" chatbotid="xjRGZgxJziSoHQ1T1twl6" domain="www.chatbase.co" defer=""></script>
<script src="../js/chatbotjs.js"></script>
<script>
ScrollReveal({
//reset: true ,
distance: '60px',
duration: 2500,
delay: 400
});
ScrollReveal().reveal('.conta .container .bloodtest,.conta .container', { delay: 700, origin: 'bottom' ,interval:200});
</script>
</body>
</html>
64 changes: 33 additions & 31 deletions Html-Files/cardio.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,36 +772,38 @@ <h2 class="name">Dr. Nityanand Tripathi</h2>
<div class="footer-columns">
<div class="other-columns">
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="./Html-Files/contact.html">Contact Us</a></li>
<li><a href="dex.html">Services</a></li>
<li><a href="Html-Files\doc.html">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files\appointment.html">Appointment</a></li>
<li><a href="#">Patient Portal</a></li>
<li><a href="login.html">Login account</a></li>
<li><a href="../helpline.html">Helplines</a></li>
<li><a href="#">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="#">Customer Agreement</a></li>
<li><a href="Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#test">Testimonials</a></li>
</ul>
</section>
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
<li><a href="dex.html">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files/appointment.html">Appointment</a></li>
<li><a href="portal.html">Patient Portal</a></li>
<li><a href="log/login.html">Login account</a></li>
<li><a href="helpline.html">Helplines</a></li>
<li><a href="index.html#contact">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="Html-Files/customer_agreement.html">Customer Agreement</a></li>
<li><a href="Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="Html-Files/terms_and_conditions.html">Terms and Conditions</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Testimonials</a></li>
</ul>
</section>
<section class="footer-col">
<h4>RAPIDOC Newsletter</h4><br>
<p>
Expand Down Expand Up @@ -1136,4 +1138,4 @@ <h3>Max Hospital, Lajpat Nagar</h3>
</script>
<script src="cardio.js"></script>
</body>
</html>
</html>
70 changes: 32 additions & 38 deletions Html-Files/customer_agreement.html
Original file line number Diff line number Diff line change
Expand Up @@ -975,44 +975,38 @@ <h2 class="section-title">Contact Information</h2>
<div class="footer-columns">
<div class="other-columns">
<section>
<h4>Quick Links</h4>
<br />
<ul class="links">
<li><a href="/">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4>
<br />
<ul class="links">
<li><a href="appointment.html">Appointment</a></li>
<li><a href="#">Patient Portal</a></li>
<li><a href="login.html">Login account</a></li>
<li><a href="#">Helplines</a></li>
<li><a href="#">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4>
<br />
<ul class="links">
<li>
<a href="customer_agreement.html">Customer Agreement</a>
</li>
<li><a href="privacy_policy_page.html">Privacy Policy</a></li>
<li>
<a href="terms_and_conditions.html">Terms and Conditions</a>
</li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#test">Testimonials</a></li>
</ul>
</section>
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="index.html#contact">Contact Us</a></li>
<li><a href="dex.html">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="Html-Files/appointment.html">Appointment</a></li>
<li><a href="portal.html">Patient Portal</a></li>
<li><a href="log/login.html">Login account</a></li>
<li><a href="helpline.html">Helplines</a></li>
<li><a href="index.html#contact">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="Html-Files/customer_agreement.html">Customer Agreement</a></li>
<li><a href="Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="Html-Files/terms_and_conditions.html">Terms and Conditions</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Testimonials</a></li>
</ul>
</section>
<section class="footer-col">
<h4>RAPIDOC Newsletter</h4>
<br />
Expand Down
Loading

0 comments on commit 2c3c003

Please sign in to comment.