-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrm.html
More file actions
65 lines (63 loc) · 3.45 KB
/
crm.html
File metadata and controls
65 lines (63 loc) · 3.45 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://aioneframework.com/aioneframework/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">
<script type="text/javascript" src="http://aioneframework.com/aioneframework/assets/js/vendor.js"></script>
<script type="text/javascript" src="http://aioneframework.com/aioneframework/assets/js/aione.js"></script>
<title>CRM</title>
<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"></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('http://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">CRM</h2>
</div>
</div>
</section>
<section>
<div class="ar p-10p">
<div class="ac l100 s100 m50">
<div class="">
<h4 class="font-weight-600 grey darken-4">About customer relationship management (CRM)</h4>
<p class="font-weight-300 font-size-20 grey darken-4 line-height-30 ">In CRM (customer relationship management), CRM software is a category of software that covers a broad set of applications designed to help businesses manage many of the following business processes: customer data. customer interaction. access business information. automate sales.</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>
</html>