-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-2.html
135 lines (135 loc) · 8.59 KB
/
home-2.html
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
<!DOCTYPE html>
<html>
<head>
<title>Home-2</title>
<link rel="stylesheet" type="text/css" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<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">
<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>
<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="ar">
<div class="ac l100 m100 s100">
<div class="slider owl-carousel owl-theme gallery aione-theme owl-loaded owl-drag">
<div>
<div class="ar pv-50 ph-10p">
<div class="ac l50 m50 s50">
<div class="mt-70 mb-40 animate bounceInLeft">
<h2 class="font-weight-700 blue-grey darken-4">Online Advertising</h2>
<p class="font-size-17 line-height-27 blue-grey font-weight-300">Use this feature for keeping your website safe, or for deep competitor research and monitoring.</p>
</div>
<div class="animate zoomInRight">
<button class="bg-light-blue bg-darken-2 white">How we help</button>
</div>
</div>
<div class="ac l50 m50 s50">
<div class="animate fadeInLeft">
<img src="assets/images/target-audience-img.png">
</div>
</div>
</div>
</div>
<div>
<div class="ar pv-50 ph-5p">
<div class="ac l100 m100 s100">
<div class="ar">
<div class="center-align mb-32">
<h2 class="font-weight-700 blue-grey darken-4 mb-10">Advanced Web Analytics</h2>
<p class="font-weight-300 font-size-17 line-height-27 blue-grey">we are for deep competitor research and monitoring.</p>
</div>
<div class="ac l33 m33 s33">
<div class="pl-80 animate fadeInLeftBig">
<img style="max-height: 200px;width: auto;" src="assets/images/stats1-1.png">
</div>
</div>
<div class="ac l33 m33 s33">
<div class="pl-80 animate pulse">
<img style="max-height: 200px;width: auto;" src="assets/images/monitor1.png">
</div>
</div>
<div class="ac l33 m33 s33">
<div class="pl-100 animate fadeInRightBig">
<img style="max-height: 200px;width: auto;" src="assets/images/stats1-2.png">
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="ar pv-50 ph-10p">
<div class="ac l50 m50 s50">
<div class="mb-40">
<h2 class="font-weight-700 blue-grey darken-4">Track and measure the right metrics</h2>
<p class="font-size-17 line-height-27 blue-grey font-weight-300">Use this feature for keeping your website safe, or for deep competitor research and monitoring.</p>
</div>
<div>
<span>
<button class="bg-blue-grey bg-darken-2 white">Learn More</button>
</span>
<span>
<button class="bg-light-blue bg-darken-2 white">Purchase Now</button>
</span>
</div>
</div>
<div class="ac l50 m50 s50">
<div class="animate fadeInLeftBig pl-100">
<img style="max-height: 345px;width: auto;" src="assets/images/file-slider-1.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="ar pv-50">
<div class="slider owl-carousel owl-theme gallery aione-theme owl-loaded owl-drag">
<div>
<img style="max-height: 400px;" src="assets/images/slide-1-1920x650.jpg">
</div>
<div>
<img style="max-height: 400px;" src="assets/images/slide-2-1920x650.jpg">
</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 m-0">
</div>
<!-- .aione-footer -->
<div id="aione_copyright" class="aione-copyright dark load-template m-0">
</div>
<!-- .aione-copyright -->
</div>
<!--wrapper-->
</div>
</body>
</html>