-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
51 lines (43 loc) · 2.5 KB
/
index.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<?php include 'includes/head.php'; ?><!--/#HEAD-->
<body>
<!--<div class='preloader'><div class='loaded'> </div></div>-->
<?php include 'includes/header.php'; ?><!--/#NavBar Header Section-->
<?php include 'includes/header_section.php'; ?><!--/#Main Header Section-->
<?php include 'includes/works_section.php'; ?><!--/#Features-->
<?php include 'includes/works_2_section.php'; ?><!--/#More Features-->
<?php include 'includes/video_section.php'; ?><!--/#Video Tour Guide-->
<?php include 'includes/description_first_section.php'; ?><!--/#First Layout Description-->
<?php include 'includes/description_second_section.php'; ?><!--/#Second Layout Description--->
<?php include 'includes/description_third_section.php'; ?><!--/#Third Layout Description--->
<?php include 'includes/description_fourth_section.php'; ?><!--/#Fourth Layout Description--->
<?php include 'includes/screenshots_section.php'; ?><!--/#App ScreenShots Gallery--->
<?php include 'includes/pricing_section.php'; ?><!--/#Free and Pro Version App Pricing--->
<?php include 'includes/testimonials_section.php'; ?><!--/#Feedbacks and App Reviews--->
<!-- Clients logo Section -->
<!--<section id="clientsLogo">
<div class="container">
<div class="row">
<div class="client_heading_text center-content wow zoomIn" data-wow-duration="1.5s">
<h1>As Seen On</h1>
<a href=""><img src="images/c1.png" alt="" /></a>
<a href=""><img src="images/c2.png" alt="" /></a>
<a href=""><img src="images/c3.png" alt="" /></a>
<a href=""><img src="images/c4.png" alt="" /></a>
<a href=""><img src="images/c5.png" alt="" /></a>
</div>
</div>
</div>
</section>-->
<?php include 'includes/downloads_section.php'; ?><!--/#Download App--->
<?php include 'includes/subscribe_section.php'; ?><!--/#Subscribe--->
<?php include 'includes/feedback_section.php'; ?><!--/#Subscribe--->
<?php include 'includes/footer.php'; ?><!--/#Footer--->
<!-- START SCROLL TO TOP -->
<div class="scrollup">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
<?php include 'includes/javascript.php'; ?><!--/#JS--->
</body>
</html>