-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
executable file
·76 lines (68 loc) · 2.75 KB
/
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
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<!--Head-->
<?php require_once('partials/head.php');?>
<!--Head-->
<body>
<div class="colorlib-loader"></div>
<div id="page">
<!--Nav-->
<?php require_once('partials/nav.php');?>
<!--Nav-->
<section id="home" class="video-hero" style="height: 500px; background-image: url(images/background.png); background-size:cover; background-position: center center;background-attachment:fixed;" data-section="home">
<div class="overlay"></div>
<div class="display-t display-t2 text-center">
<div class="display-tc display-tc2">
<div class="container">
<div class="col-md-12 col-md-offset-0">
<div class="animate-box">
<h2>About liteERP</h2>
<p class="breadcrumbs"><span><a href="index.php">Home</a></span> <span>About liteERP</span></p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="colorlib-about">
<div class="container">
<div class="row row-pb-lg">
<div class="col-md-12 animate-box">
<h2>About liteERP</h2>
<p>liteERP is a powerful, scalable and easily customizable open source ERP system. Benefit from optimized ergonomics for a better user experience and enjoy the advantages of a modern all-in-one solution without the rigidity of traditional ERPs.</p>
<p>For even more flexibility, liteERP offers both a cloud and on-premises offer. You can start in the cloud, and return at any time to your own servers or another host: total freedom guaranteed</p>
<p>liteERP is all about modularity, scalability, intuitive end user interface and security for your business.</p>
<p>liteERP is not only Open Source. You benefit from a solid publisher who provides you with professional support and guarantees. Keep the benefits of Open Source and proprietary solutions</p>
</div>
</div>
</div>
</div>
<!--Footer-->
<?php require_once('partials/footer.php');?>
<!-- ./Footer-->
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up2"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- YTPlayer -->
<script src="js/jquery.mb.YTPlayer.min.js"></script>
<!-- Owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Counters -->
<script src="js/jquery.countTo.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>