Şuanki Dizin: /home/wwwdreamtechnolo/public_html/qrscandoctor.in/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/qrscandoctor.in/index.php |
<?php include("header.php"); ?> <style> .title-1 { color:red !important; } .w3-team banner-bottom py-5 { background-color:#EFB14F !important; } .w3_agile_team_grid h4 { font-size: 1.0em; color: #000; margin:3px !important; text-transform: capitalize; } @media only screen and (max-width: 600px) { .img { width:20px; height:20px; } .image_div { width:100%; height:400px; } } .contact_to_staff_tbl tr td { text-align:center; padding:2px; border:1px solid #DFDFDF; font-family:Montserrat Alternates; } .th_s { font-weight:bold; text-align:center; } .tab_table { margin:0px; width:100%; } .tab_data { background:#880015; font-weight:bold; font-size:16px; color:white; border-right:1px solid black; text-align:center; } tr td { padding:10px; border:1px solid black; text-align:center; font-size:17px; } th { padding:10px; } .sp_img { height:200px; width:200px; border:0px solid #blue; margin-bottom:5px; border:1px solid #DFDFDF; border-radius: 1rem; text-align:center; } .sp_link_title { background:none; border:0px; color:GREEN; text-decoration:none; float:right; font-family:Cambria; font-size:17px; } .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #FFFFFF; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: 1rem; margin:20px !important; box-shadow:1px 1px 3px 3px red; height:300px !important; } h5 { text-align:left !important; color: black; font-weight: bold; font-family: 'Muli', sans-serif !important; color:black !important; font-size:14px; } h4 { color: black; text-align:left !important; font-family: 'Muli', sans-serif !important; color:black !important; font-size:14px; font-weight: normal !important; } .image_div { width:100%; height:550px; } .callbacks_tabs { display:none; } </style> <!-- banner slider --> <div class="slider"> <div class="callbacks_container"> <ul class="rslides callbacks callbacks1" id="slider4"> <?php $report_details = $db->get_all_slider_images(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $images = $report_details[$counter][1]; ?> <li> <div class="image_div"> <img src="slider_images/<?php echo $images; ?>" width="100%" > <!--<div class="banner-top" style="background: url(slider_images/<?php echo $images; ?>) no-repeat 0px 0px; width:100%;"> <div class="layer"> </div> </div>--> </div> </li> <?php $counter ++; } } ?> </ul> </div> <div class="clearfix"> </div> <!--banner Slider starts Here--> </div> <!-- team --> <div class="w3-team banner-bottom py-5" style="background-color:#E6EFE5;"> <div class="container"> <div class="h3-head text-center"> <h3 class="title-1">MEMBER'S</h3> </div> <div class="w3ls_banner_bottom_grids"> <div class="row" > <?php $report_details = $db->get_all_member_details(); if(!empty($report_details)) { $counter =0; foreach($report_details as $record) { $id = $report_details[$counter][0]; $member_name = $report_details[$counter][1]; $deignation = $report_details[$counter][2]; $images = $report_details[$counter][3]; ?> <div class="col-lg-3 col-lg-3 col-lg-3 col-xs-6 card"> <?php if($images!="") { ?> <center><img src="member_profile/<?php echo $images; ?>" class="sp_img card-img-top" alt="..."> </center> <?php } ?> <div class="card-body"> <h5 class="card-title"><?php echo $member_name; ?></h5> <h4 class="card-title"><?php echo $deignation; ?></h4> </div> </div> <?php $counter ++; } } else { ?> <div class="col-md-12 agile-gallery_grid_main"> <div class="gallery-img-grid gallery_grid1 hover14 column"> <div class="gallery_effect"> <a href="images/no-image.png" class="sb" title=""> <figure> <img src="images/no-image.png" alt=" " class="img-fluid" /> </figure> </a> </div> </div> </div> <?php } ?> <div class="clearfix"> </div> </div> </div> </div> </div> <!-- //team --> <!--//banner slider--> <!-- about --> <div class="about py-5" id="about"> <div class="container"> <div class="h3-head text-center"> <h3 class="title-1">About QR Scan Doctor</h3> </div> <div class="row py-3"> <div class="col-md-12 about-content"> <p class="about-text-p text-center"><?php echo $description=$db->get_about_us_details(); ?> Maharashtra Community Medical Council Through this conference QR code scanner has been established to free Naturopathy, Alternative Medicine, Electro Homeopathy, CMS & ED and all therapy doctors from bogus doctor list. <br /> It has been decided that Naturopathy, Electro Homeopathy, Alternative Medicine, CMS & ED and all Alternative Therapies can practice their profession in their respective Pathies as per the orders of the State Government and Central Government as well as the educational qualification taken as per the order of the Court. Therefore, no action can be taken against these doctors as bogus doctors. It is requested that legal and strict action should be taken against them if they are treating in any other path apart from the academic qualifications taken. </p> </div> </div> </div> </div> <!-- //about --> <?php $data=array(); $data=$db->get_contact_us_details(); if(!empty($data)) { $address = $data[0]; $email = $data[1]; $contact_no = $data[2]; $website = $data[3]; } ?> <!-- mail --> <div class="banner-bottom mail-contact py-5" id="mail"> <div class="container"> <div class="h3-head text-center"> <h3 class="title-2">Contact</h3> </div> <div class="w3ls_banner_bottom_grids py-3"> <div class="row"> <div class="col-md-6 w3layouts_mail_grid_left"> <div class="agileits_mail_grid_left"> <h3>Contact Info</h3> <ul> <li><label><i class="fas fa-phone-volume"></i></label><?php echo $website; ?></li> <li><label><i class="fas fa-map-marker"></i></label><?php echo $address; ?></li> <li><label><i class="far fa-envelope"></i></label><?php echo $email; ?></li> <li><label><i class="fas fa-phone-volume"></i></label><?php echo $contact_no; ?></li> </ul> </div> <div class="agileits_w3layouts_socila_mail"> <h3>Share us on social</h3> <ul> <li><a href="#" class="w3_facebook"><i class="fab fa-facebook-f"></i> facebook</a></li> <li><a href="#" class="w3l_google-plus"><i class="fab fa-google-plus-g"></i> google-plus</a></li> <li><a href="#" class="agileits_linkedin"><i class="fab fa-linkedin-in"></i> linkedin</a></li> <li><a href="#" class="w3ls_twitter"><i class="fab fa-twitter"></i> twitter</a></li> <li><a href="#" class="w3ls_pinterest"><i class="fab fa-pinterest-p"></i> Pinterest</a></li> <li><a href="#" class="w3ls_vimeo"><i class="fab fa-vimeo-v"></i> Vimeo</a></li> </ul> <div class="clearfix"></div> </div> </div> <div class="col-md-6 wthree_mail_pos"> <?php $flag =0; $Name =""; $Email =""; $Phone =""; $description =""; if(isset($_POST['add_btn'])) { $Name = $_POST['Name']; $Email = $_POST['Email']; $Phone = $_POST['Phone']; $description = $_POST['description']; if(strlen($Phone)!=10) { ?> <script> alert("Enter 10 Digit Contact No"); </script> <?php $flag=1; } if($flag==0) { if($db->add_contact_us_details($Name,$Email,$Phone,$description)) { ?> <script> alert("Details Submited Successfully"); </script> <?php } } } ?> <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST" autocomplete="off" > <div class="w3_agileits_contact_left"> <h3>Contact form</h3> <input type="text" name="Name" placeholder="Your Name" required="" > <input type="email" name="Email" placeholder="Your Email" required=""> <input type="text" name="Phone" placeholder="Phone Number" required=""> <textarea name="description" placeholder="Your Text Here..." required=""></textarea> </div> <div class="w3_agileits_contact_right"> <input type="submit" value="send" name="add_btn"> </div> <div class="clearfix"> </div> </form> </div> </div> <div class="clearfix"></div> </div> </div> </div> <?php include('footer.php'); ?>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4