-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_us.php
executable file
·33 lines (24 loc) · 1.29 KB
/
contact_us.php
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
32
33
<?php
include('header.php');
?>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Contact Us Page</h2>
<p class="lead">This is Contact Us page. This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.This is Contact Us page.</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" src="public/images/php_2.png" alt="500x500" style="width: 500px; height: 500px;" src="" data-holder-rendered="true">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<?php
include('footer.php');
?>