-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
25 lines (19 loc) · 978 Bytes
/
about.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
<?php include_once('header.php');?>
<!-- Hero section -->
<section class="hero-section">
<div class="hero-slider owl-carousel">
<div class="hs-item set-bg" data-setbg="img/profile.jpg">
<div class="container">
<div class="row">
<div class="col-xl-6 col-lg-7 text-white">
<span><h3>About Us</h3></span><br>
<h4>Indees is a global technological solution startup with high aspiration to provide high quality premium educational platform to make study better, easy and joyful.</h4>
<br>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<?php include_once('footer.php'); ?>