-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.html
More file actions
95 lines (93 loc) · 5.4 KB
/
modules.html
File metadata and controls
95 lines (93 loc) · 5.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Modules</title>
<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">
<style type="text/css"></style>
</head>
<style type="text/css">
.aione-button{
margin-top: 20px;
}
</style>
<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">
</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="ar p-5p bg-grey bg-lighten-4">
<div class="ac l50 m50 s100">
<div class="pt-22p">
<h4 class="grey darken-4 font-weight-600">HRM</h4>
<p class="line-height-22">Sed egestas viverra porttitor. Donec hendrerit ex nulla. Nullam vel mauris lobortis massa ullamcorper vestibulum vitae quis elit. Aliquam at porttitor lorem.</p>
<button class="aione-button">Know More</button>
</div>
</div>
<div class="ac l50 m50 s100">
<div class="">
<img src="assets/images/hrm.png">
</div>
</div>
</div>
<div class="ar p-7p">
<div class="ac l50 m50 s100">
<div class="">
<img src="assets/images/what-can-crm-software-do-for-your-business (2).png">
</div>
</div>
<div class="ac l50 m50 s100">
<div class="pt-10p">
<h4 class="grey darken-4 font-weight-600">CRM</h4>
<p class="line-height-22 ">Sed egestas viverra porttitor. Donec hendrerit ex nulla. Nullam vel mauris lobortis massa ullamcorper vestibulum vitae quis elit. Aliquam at porttitor lorem.</p>
<button class="aione-button">Know More</button>
</div>
</div>
</div>
<div class="ar p-5p bg-grey bg-lighten-4">
<div class="ac l50 m50 s100 ">
<div class="pt-22p">
<h4 class="grey darken-4 font-weight-600">Support</h4>
<p class="line-height-22 ">Sed egestas viverra porttitor. Donec hendrerit ex nulla. Nullam vel mauris lobortis massa ullamcorper vestibulum vitae quis elit. Aliquam at porttitor lorem.</p>
<button class="aione-button">Know More</button>
</div>
</div>
<div class="ac l50 m50 s100">
<div class="">
<img src="assets/images/hrm.png">
</div>
</div>
</div>
</section>
</div>
</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://cdn.aioneframework.com/assets/js/vendor.min.js"></script>
<script type="text/javascript" src="https://cdn.aioneframework.com/assets/js/aione.min.js"></script>
</html>