X7ROOT File Manager
Current Path:
/home/u126090504/domains/xavierhighschoolsoro.in/public_html
home
/
u126090504
/
domains
/
xavierhighschoolsoro.in
/
public_html
/
📁
..
📄
.htaccess
(1.13 KB)
📄
about-us.php
(2.29 KB)
📁
admin
📄
admission.php
(2.92 KB)
📁
ajax-load
📁
aspnet_client
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(4.71 KB)
📄
contactdb.php
(796 B)
📁
css
📄
director's-desk.php
(3.08 KB)
📁
fonts
📄
footer.php
(3.21 KB)
📄
gallery.php
(3.59 KB)
📄
header.php
(6.64 KB)
📁
images
📄
index.php
(21.24 KB)
📁
js
📄
laboratory.php
(3.71 KB)
📄
library.php
(4.26 KB)
📄
peret.php
(266.87 KB)
📄
principal's-desk.php
(3.04 KB)
📄
public-disclosure.php
(9.83 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
smart-classes.php
(3.33 KB)
📄
xavierhighschoolsoro-in.zip
(31.02 MB)
Editing: contact-us.php
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content bg-lighter"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg6.jpg"> <div class="container pt-70 pb-20"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white text-center">Contact</h2> </div> </div> </div> </div> </section> <!-- Divider: Contact --> <section class="divider"> <div class="container pt-0"> <div class="row mb-60 bg-deep"> <div class="col-sm-12 col-md-4"> <div class="contact-info text-center pt-60 pb-60 border-right"> <i class="fa fa-phone font-36 mb-10 text-theme-colored"></i> <h4>Call Us</h4> <h6 class="text-gray" style="color: black; font-size: 16px;">+91-9437155565</h6> </div> </div> <div class="col-sm-12 col-md-4"> <div class="contact-info text-center pt-60 pb-60 border-right"> <i class="fa fa-map-marker font-36 mb-10 text-theme-colored"></i> <h4>Address</h4> <h6 class="text-gray" style="color: black; font-size: 16px;">ST. Xavier's High School,Urmilla Mandap,Uttareswar,Soro, Balasore</h6> </div> </div> <div class="col-sm-12 col-md-4"> <div class="contact-info text-center pt-60 pb-60"> <i class="fa fa-envelope font-36 mb-10 text-theme-colored"></i> <h4>Email</h4> <h6 class="text-gray" style="color: black; font-size: 16px;">info@xavierhighschoolsoro.in</h6> </div> </div> </div> <div class="row pt-10"> <div class="col-md-5"> <h4 class="mt-0 mb-30 line-bottom">Find Our Location</h4> <!-- Google Map HTML Codes --><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d29743.179506189965!2d86.715506!3d21.275527!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc4650b3b10c817ca!2sSt.Xavier's%20High%20School%2CSoro!5e0!3m2!1sen!2sin!4v1645509782804!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </div> <div class="col-md-7"> <h4 class="mt-0 mb-30 line-bottom">Interested in discussing?</h4> <!-- Contact Form --> <?php include('contactdb.php'); require 'admin/database/dbconfig.php'; ?> <form id="contact_form" action="" method="post"> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>Name</label> <input name="coname" class="form-control" type="text" placeholder="Enter Name" required=""> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>Email</label> <input name="coemail" class="form-control required email" type="email" placeholder="Enter Email"> </div> </div> </div> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <label>Subject</label> <input name="cosub" class="form-control required" type="text" placeholder="Enter Subject"> </div> </div> <div class="col-sm-6"> <div class="form-group"> <label>Phone</label> <input name="cophone" class="form-control" type="text" placeholder="Enter Phone"> </div> </div> </div> <div class="form-group"> <label>Message</label> <textarea name="comes" class="form-control required" rows="5" placeholder="Enter Message"></textarea> </div> <div class="form-group"> <button name="submit_contact" type="submit" class="btn btn-flat btn-theme-colored text-uppercase mt-10 mb-sm-30 border-left-theme-color-2-4px">Send your message</button> </div> </form> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include("footer.php"); ?> <a class="scrollToTop" href="#"><i class="fa fa-angle-up"></i></a> </div> <!-- end wrapper --> <!-- Footer Scripts --> <!-- JS | Custom script for all pages --> <script src="js/custom.js"></script> </body> </html>
Upload File
Create Folder