-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·169 lines (160 loc) · 5.45 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE HTML>
<html>
<!--Head-->
<?php require_once("partials/head.php");?>
<!--./Head-->
<body>
<div class="colorlib-loader"></div>
<div id="page">
<!--Navigation bar-->
<?php require_once("partials/nav.php");?>
<section id="home" class="video-hero" style="height: 700px; 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 text-center">
<div class="display-tc">
<div class="container">
<div class="col-md-12 col-md-offset-0">
<div class="animate-box">
<h2>Take on your corporation information management to a whole new level</h2>
<p>with liteERP high quality management features</p>
<!--GET LITE ERP--<p><a href="gallery.html" class="btn btn-primary btn-lg btn-custom">Get liteERP</a></p>-->
</div>
</div>
</div>
</div>
</div>
</section>
<!--show a screenshot of lite erp-->
<div class="colorlib-featured">
<div class="row animate-box">
<div class="featured-wrap">
<div class="owl-carousel">
<div class="item">
<div class="col-md-8 col-md-offset-2">
<div class="featured-entry">
<img class="img-responsive" src="images/dashboard_full_1.jpg" alt="">
</div>
</div>
</div>
<div class="item">
<div class="col-md-8 col-md-offset-2">
<div class="featured-entry">
<img class="img-responsive" src="images/dashboard_full_2.jpg" alt="">
</div>
</div>
</div>
<div class="item">
<div class="col-md-8 col-md-offset-2">
<div class="featured-entry">
<img class="img-responsive" src="images/dashboard_full_3.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End Screenshots-->
<div class="colorlib-services colorlib-bg-white">
<div class="container">
<div class="row">
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-browser"></i>
</span>
<div class="desc">
<h3>Opensurce ERP</h3>
<p>liteERP is a opensource software, its under MIT License thus The code is freely available to you avoiding costly vendor lock ins.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-download"></i>
</span>
<div class="desc">
<h3>A multi-distribution model</h3>
<p>Install the application where you want : You can install and use liteERP as a local application or online on a mutualized, dedicated or virtual machine to use it from anywhere and any device.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-layers"></i>
</span>
<div class="desc">
<h3>Scalable</h3>
<p>Flexible, agile and customizable for businesses of all sizes. Follow your on schedule and let the software adapt smoothly to your changing needs.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-tree"></i>
</span>
<div class="desc">
<h3>Full-Web and Multi Platform</h3>
<p>Securely accessible from anywhere through the cloud. Can execute on multiple devices such as PC, Tablet and Smartphone.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-briefcase"></i>
</span>
<div class="desc">
<h3>An all-in-one suite</h3>
<p>No more double entries in information management. liteERP integrates between the features and modules with a ready "in-the-box" algorithm and users are immediately ready to work, even without customization.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center animate-box">
<div class="services">
<span class="icon">
<i class="icon-power"></i>
</span>
<div class="desc">
<h3>Hyper Responsive</h3>
<p>liteERP can run on all devices with varying screen widths and aspect ratio witout any user interface distortions.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<?php require_once('partials/footer.php');?>
</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>