File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/gurumaadental.com/testimonials.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Our Advanced Facilities - Guru Maa Advanced Dental Care (A Multi Speciality Dental Clinic)</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"/> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"> <link rel="shortcut icon" href="img/favicon.png" /> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/responsive.css"> <style> .testimonial-section { padding: 60px 0; } .testimonial-heading { text-align: center; margin-bottom: 50px; } .testimonial-heading h1 { font-weight: 700; font-size: 2.5rem; color: #222; } .testimonial-heading p { color: #666; font-size: 1.1rem; } .video-card { position: relative; overflow: hidden; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.15); transition: transform 0.3s ease; } .video-card:hover { transform: translateY(-8px); } .video-card iframe { width: 100%; height: 300px; border: none; } .video-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.6); color: #fff; padding: 15px; opacity: 0; transition: opacity 0.3s ease; text-align: center; } .video-card:hover .video-overlay { opacity: 1; } .video-overlay h5 { margin-bottom: 5px; font-weight: 600; color: #fff; } .video-overlay p { font-size: 0.9rem; margin: 0; color: #fff; } </style> </head> <body> <?php include 'include/header.php'?> <section class="breadcumb service-bg"> <h3>Testimonials</h3> <p>Watch what our guests have to say about their stay</p> </div> </section> <section class="testimonial-section"> <div class="container"> <div class="row"> <div class="col-md-6 col-lg-4 mb-4"> <div class="video-card"> <iframe src="https://www.youtube.com/embed/X5090BRcxkg" allowfullscreen></iframe> <div class="video-overlay"> <h5>Happy Guest</h5> <p>“Loved every moment of the stay!”</p> </div> </div> </div> <div class="col-md-6 col-lg-4 mb-4"> <div class="video-card"> <iframe src="https://www.youtube.com/embed/CX47vBDYGDs" allowfullscreen></iframe> <div class="video-overlay"> <h5>Memorable Trip</h5> <p>“Hospitality was top-notch!”</p> </div> </div> </div> <div class="col-md-6 col-lg-4 mb-4"> <div class="video-card"> <iframe src="https://www.youtube.com/embed/HfnGTOj2Q_Q" allowfullscreen></iframe> <div class="video-overlay"> <h5>Wonderful Experience</h5> <p>“Perfect place for family & friends.”</p> </div> </div> </div> <div class="col-md-6 col-lg-6 mb-4"> <div class="video-card"> <iframe src="https://www.youtube.com/embed/5B2kAJCbG8A" allowfullscreen></iframe> <div class="video-overlay"> <h5>Delighted Stay</h5> <p>“Peaceful and relaxing getaway!”</p> </div> </div> </div> <div class="col-md-6 col-lg-6 mb-4"> <div class="video-card"> <iframe src="https://www.youtube.com/embed/X5090BRcxkg" allowfullscreen></iframe> <div class="video-overlay"> <h5>Returning Visitor</h5> <p>“Can’t wait to come back again.”</p> </div> </div> </div> </div> </div> </section> <section class="section" style="padding-bottom:30px;"> <div class="testimonial-sec"> <!--<h2>What Our Patients Say</h2> <p>Real stories from people who trusted us with their smiles</p>----> <div class="testimonial-slider"> <div class="testimonial-card"> <p>I am having my Invisalign treatment at Guru Maa Advanced Dental Care and the results are unbelievable. Invisalign is a painless process and it gives the best results. It also allows for one to be at ease in a crowd because it is impossible for others to notice that I am wearing aligners. Dr. Aanchal Dhingra is a great doctor and she explained the process very well to me in advance. Highly recommended.</p> <div class="review-name"> <h6>Devashish Shukla</h6> <span class="review-source"><i class="fab fa-google"></i> Google Reviews ( ★ ★ ★ ★ ★ )</span> </div> </div> <div class="testimonial-card"> <p>I recently got a cosmetic dental treatment done at Gurumaa Advanced Dental Clinic, and I’m absolutely thrilled with the results. The transformation of my smile has been amazing! Dr. Aanchal Dhingra was skilled. I can finally smile with confidence again!”</p> <div class="review-name"> <h6>Sheotaj Singh</h6> <span class="review-source"><i class="fab fa-google"></i> Google Reviews ( ★ ★ ★ ★ ★ )</span> </div> </div> <div class="testimonial-card"> <p>The root canal procedure by Dr. Aanchal dhingra was very swift, completed in single sitting , I had no pain in the treatment and could relax in the chair knowing I was in good hands, another patient stated, highlighting the dentist's gentle approach.</p> <div class="review-name"> <h6>Deepak Mourya</h6> <span class="review-source"><i class="fab fa-google"></i> Google Reviews ( ★ ★ ★ ★ ★ )</span> </div> </div> </div> </div> </section> <?php include 'include/appointment.php'?> <?php include 'include/footer.php'?> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://kit.fontawesome.com/your-kit-id.js" crossorigin="anonymous"></script> <script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script> </body> </html> <script> $(document).ready(function(){ $('.testimonial-slider').slick({ slidesToShow: 2, slidesToScroll: 1, autoplay: true, autoplaySpeed: 4000, arrows: true, dots: false, responsive: [ { breakpoint: 768, settings: { slidesToShow: 1 } } ] }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings