-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.php
32 lines (28 loc) · 1.03 KB
/
team.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
<?php include "./includes/head.php" ?>
<?php include "./includes/navigation.php" ?>
<!--Page Title-->
<section class="page-title" style="background-image:url(images/background/4.jpg);">
<div class="auto-container">
<div class="inner-container clearfix">
<div class="title-box">
<h1>Our Team</h1>
<span class="title">The Hardwork and dedication speaks for it self.</span>
</div>
<ul class="bread-crumb clearfix">
<li><a href="index-2.html">Home</a></li>
<li>Our Team</li>
</ul>
</div>
</div>
</section>
<!--End Page Title-->
<!-- Team Section -->
<section class="team-section">
<div class="auto-container">
<div data-team class="row team clearfix">
<!-- Team Goes Here -->
</div>
</div>
</section>
<!--End Team Section -->
<?php include "./includes/footer.php" ?>