-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
115 lines (115 loc) · 7.66 KB
/
about.html
File metadata and controls
115 lines (115 loc) · 7.66 KB
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
<!DOCTYPE html>
<html>
<title>
About
</title>
<head>
<link rel="stylesheet" type="text/css" href="https://cdn.aioneframework.com/assets/css/aione.min.css" >
<!-- <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,800,900"> -->
<!-- <link rel="stylesheet" type="text/css" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"> -->
<style type="text/css">
</style>
</head>
<body>
<div id="aione_wrapper" class="aione-wrapper page-home layout-header-top aione-layout-wide aione-theme-arcane">
<div class="wrapper">
<div id="aione_header" class="aione-header light load-template" role="banner">
</div>
<!--aione-header-->
<div id="aione_main" class="aione-main fullwidth p-0">
<div class="wrapper">
<div id="aione_content" class="aione-content">
<div class="wrapper">
<div id="aione_page_content" class="aione-page-content m-0">
<div class="wrapper">
<section>
<div class="aione-slider" style="background-image: url('https://t.commonsupport.com/venezia/images/background/bg-banner.jpg');background-size: contain;height: 300px;">
<div class="pt-6p aione-align-center">
<h2 class="font-weight-900 grey darken-4 line-height-60">
About
</h2>
</div>
</div>
</section>
<section>
<div class="ar">
<div class="ac l100 m50 s100">
<div class="ph-5p pv-7p">
<p class="font-weight-300 font-size-20 grey darken-4 line-height-30 aione-align-center">
AdminPie is a super dashboard, A CMS, Project Management, Time and task management, Support System, A complete ERP Solution having HRM, CRM, Datasets, Forms, Visualizations, User Management, Accounting, Sales Force, Domain Names and Web Hosting reseller panel, all provided software as a service.
</p>
</div>
</div>
</div>
</section>
<section>
<div class="ar ph-5p pt-3 pb-7p">
<div class="ac l43 m50 s100 p-0" style="box-shadow: 0px 0px 15px 0px #e8e8e8;">
<div class="gallery-item" >
<div class="gallery-icon">
<img src="assets/images/news-4.jpg">
</div>
<div class="gallery-caption">
</div>
</div>
<div class="clear">
</div>
<div class="p-20">
<h5 class="grey darken-4 font-weight-600">
Our Mission
</h5>
<p class=" font-weight-300 grey darken-4 line-height-22 aione-align-justify">
AdminPie is a super dashboard, A CMS, Project Management, Time and task management, Support System, A complete ERP Solution having HRM, CRM, Datasets, Forms, Visualizations.
</p>
</div>
</div>
<div class="ac l4 m50 s100">
</div>
<div class="ac l4 m50 s100">
</div>
<div class="ac l43 m50 s100 p-0" style="box-shadow: 0px 0px 15px 0px #e8e8e8;">
<div class="gallery-item" >
<div class="gallery-icon">
<img src="assets/images/news-4.jpg">
</div>
<div class="gallery-caption">
</div>
</div>
<div class="clear">
</div>
<div class="p-20">
<h5 class="grey darken-4 font-weight-600">
Our Mission
</h5>
<p class=" font-weight-300 grey darken-4 line-height-22 aione-align-justify">
AdminPie is a super dashboard, A CMS, Project Management, Time and task management, Support System, A complete ERP Solution having HRM, CRM, Datasets, Forms, Visualizations.
</p>
</div>
</div>
</div>
</section>
</div>
<!--wrapper-->
</div>
<!--aione-page-content-->
</div>
<!--wrapper-->
</div>
<!--aione_content-->
</div>
<!--wrapper-->
</div>
<!--aione-main-->
<div id="aione_footer" class="aione-footer dark load-template">
</div>
<!-- .aione-footer -->
<div id="aione_copyright" class="aione-copyright dark load-template">
</div>
<!-- .aione-copyright -->
</div>
<!--wrapper-->
</div>
</body>
<script type="text/javascript" src="https://aioneframework.com/aioneframework/assets/js/vendor.min.js"></script>
<script type="text/javascript" src="https://aioneframework.com/aioneframework/assets/js/aione.min.js"></script>
</html>