-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo-contact.php
More file actions
31 lines (25 loc) · 794 Bytes
/
info-contact.php
File metadata and controls
31 lines (25 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php include 'header.php' ?>
<body>
<?php include 'navbar-unlogged.php' ?>
<div class="body-content">
<div class="container">
<div class="row">
<?php include 'info-sidebar.php' ?>
<section id="contact" class="info-body span7 offset1">
<h1>Contact Us</h1>
<p class="lead">Have any questions, concerns, or suggestions?</p>
<p class="lead">Email us at <u>admin@texts.com</u></p>
<ul>
<li>
<a href="" class="btn twitter"><img src="img/twitter-logo.png"> Follow us on Twitter</a>
</li>
<li><a href="" class="btn facebook"><img src="img/facebook-logo.png"> Like Texts.com on Facebook</a></li>
</ul>
</section>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<?php include 'javascript.php' ?>
</body>
</html>