-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGetInTouch.php
54 lines (40 loc) · 1.18 KB
/
GetInTouch.php
1
<!DOCTYPE HTML><html> <?php $title = 'The School Street'; include 'head.php'; ?> <body> <div id="page"> <div id="page-wrapper"> <?php include 'header.php' ?> <?php $primary_selected = 'get_in_touch'; include 'primary-menu.php'; ?> <div id="content"> <div class="content-main"> <h2>Get In Touch</h2> <div class="cover-story"> <!--<h3>USIEF-IIE University Fair 2011</h3> --> <table> <tr> <td class="cover-story-image"> <!--<img src="./images/cover-story-image-1.jpg" />--> </td> <td class="cover-story-content"> <p> Please fill the following form with your query and our support staff will get back to you as soon as possible. Feel free to contact us at <a href="mailto:[email protected]">[email protected]</a> or +919450356928 for any information. </p> </td> </tr> </table> </div> </div> <div class="sidebar-cover"> <?php include 'search-block.php'; ?> <?php include 'notices-block.php' ?> </div> </div> </div> </div> <?php include 'footer.php' ?> </body> </html>