-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
418 lines (405 loc) · 27.1 KB
/
about.html
File metadata and controls
418 lines (405 loc) · 27.1 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aione Framework | Responsive CSS Framework</title>
<!-- Aione framework website, 3D websites, Grid system -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="identifier-url" content="https://aioneframework.com/" />
<meta name="title" content="Aione Framework | Responsive CSS Framework" />
<meta name="description" content="Aione framework is responsive css framework to make responsive websites, web applications and mobile applications using 100 coulmn grid system" />
<meta name="abstract" content="all in one Responsive CSS Framework" />
<meta name="keywords" content="aione framework, Mobile first css framework, Web application framework, mobile application framework, editor, code, live, css, framework, css4, layout, playground, help" />
<meta name="author" content="OXO IT SOLUTIONS PRIVATE LIMITED" />
<meta name="revisit-after" content="10" />
<meta name="language" content="EN" />
<meta name="copyright" content="©2018 OXO IT SOLUTIONS PRIVATE LIMITED" />
<meta name="robots" content="All" />
<meta name="theme-color" content="#1570a6"/>
<meta name="application-name" content="Aione Framework">
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="https://aioneframework.com/assets/images/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="https://aioneframework.com/assets/images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://aioneframework.com/assets/images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://aioneframework.com/assets/images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://aioneframework.com/assets/images/mstile-310x310.png" />
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://aioneframework.com/assets/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://aioneframework.com/assets/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://aioneframework.com/assets/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://aioneframework.com/assets/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://aioneframework.com/assets/images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://aioneframework.com/assets/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://aioneframework.com/assets/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://aioneframework.com/assets/images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://aioneframework.com/assets/images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://aioneframework.com/assets/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://aioneframework.com/assets/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://aioneframework.com/assets/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://aioneframework.com/assets/images/favicon-128.png" sizes="128x128" />
<link rel="manifest" href="/manifest.json">
<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">
.sideline:before{
content: "";
position: absolute;
width: 0px;
top: 0%;
z-index: 99;
bottom: 0.4%;
left: 46%;
border-right: 83px solid #1e1e1e;
transform: skew(-7deg);
z-index: 99;
}
.circle-udr{
background-color: white;
width: 50px;
height: 50px;
line-height: 47px;
text-align: center;
display: inln;
display: inline-block;
padding: 10px;
border-radius: 50%;
}
.wrp-abt{
background-color: #4c9fd296;
background-image: url(http://fhts.ac.in/wp-content/plugins/aione-admin/assets/images/patterns2/21.png);
background-repeat: repeat;
background-clip: border-box;
background-origin: border-box;
background-size: auto;
background-attachment: scroll;
background-position: center top;
}
#satisfied{
background-image: url('image/banner-2191712_1280.jpg');
-webkit-clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 50% 100%, 0 100%, 0 12%);
padding-top: 115px;
padding-bottom: 115px;
}
.satisfied-dwn{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,.62);
cursor: default;
z-index: 110;
-webkit-clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 50% 100%, 0 100%, 0 12%);
}
.team-curve{
background: #fff;
top: 72%;
border: 1px solid #e8e8e8;
width: 197px;
-webkit-clip-path: polygon(50% 0%, 100% 12%, 100% 100%, 50% 100%, 0 100%, 0 12%);
}
.service-icon:hover{
color: #03a9f4;
}
.aione-footer.dark {
color: #fff;
background-color: #23282d;
}
.aione-nav ul li a {
padding: 0 12px;
font-size: 18px;
}
.aione-copyright.dark {
color: #fff;
background-color: #121519;
border-top: 0;
}
.aione-nav.horizontal{
border-bottom:none;
}
@media (min-width: 350px) and (max-width: 1000px){
.sideline:before{
display: none;
}
}
</style>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Aione Framework",
"url": "https://aioneframework.com/",
"logo": "https://cdn.aioneframework.com/assets/images/aione-framework-logo-small.png",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+91-183-2401000",
"contactType": "customer service"
}
],
"sameAs": [
"https://www.facebook.com/AioneFramework",
"https://twitter.com/AioneFramework"
],
"potentialAction": {
"@type": "SearchAction",
"target": "https://aioneframework.com/?q={search}",
"query-input": "required name=search"
}
}
</script>
</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">
<div class="wrapper">
<div id="aione_content" class="aione-content">
<div class="wrapper">
<div id="aione_page_content" class="aione-page-content">
<div class="wrapper">
<section id="about" class="about" style="background-color: #e9f5ff;">
<div class="section-wrapper wrp-abt">
<div class="aione-title p-40">
<h2 class="aione-align-center white font-weight-700">ABOUT</h2>
</div>
</div>
</section>
<section>
<div class="ar pv-10p ph-7p" >
<div class="ac">
<div class="aione-align-center">
<h2 class="grey darken-4 font-weight-700">What is Aione Framework?</h2>
<h5 class="font-size-24 line-height-30 font-weight-400">Aione Framework is one of lightweight front end framework to make your HTML more beautiful. AioneFramework 1.0 stabled and flexible CSS framework.</h5>
</div>
</div>
</div>
</section>
<section>
<div class="ar p-7p" style="background-color: #f7f7f7;">
<div class="ac l50 m50 s100">
<div class="pt-100">
<h2 class="grey darken-4 font-weight-700">Who We Are?</h2>
<h5 class="font-size-24 line-height-30 font-weight-400">Aione Framework is one of lightweight front end framework to make your HTML more beautiful. AioneFramework 1.0 stabled and flexible CSS framework.</h5>
</div>
</div>
<div class="ac l50 m50 s100">
<div class="aione-align-center animate bounceInDown">
<img src="http://betheme.muffingroupsc.netdna-cdn.com/be/internet/wp-content/uploads/2017/10/home_internet_pic6.png">
</div>
</div>
</div>
</section>
<section>
<div class="ar position-relative">
<div class="ac l50 m100 s100 p-0">
<div class="">
<img src="image/free-macbook-pro-iphone-at-windows-mockup-psd-600x450.jpg" width="100%">
</div>
</div>
<div class="ac l50 m100 s100 p-0 sideline">
<div class="pv-20 ph-40" style="background-color: #1e1e1e;height:445px;position: relative;z-index: 999;">
<h2 class="font-weight-700 white">Why Choose Us</h2>
<div class="pv-20">
<span class="animate-hover rotateIn circle-udr"><i class="ion-ios-bicycle font-size-28 blue font-weight-600"></i></span><span class="font-size-20 white font-weight-500"> Easy To Edit</span>
</div>
<div class="pv-20">
<span class="animate-hover tada animated infinite circle-udr"><i class="ion-ios-notifications-outline font-size-28 blue font-weight-600"></i></span><span class="font-size-20 white font-weight-500"> Easy To Edit</span>
</div>
<div class="pv-20">
<span class="animate-hover wobble animated infinite circle-udr"><i class="ion-ios-heart-empty font-size-28 blue font-weight-600"></i>
</span>
<span class="font-size-20 white font-weight-500"> Easy To Edit</span>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="ar p-7p" style="background-color: #f7f7f7;">
<div class="aione-title pb-30 aione-align-center">
<h2 class="grey darken-4 font-weight-700">Our Service</h2>
</div>
<div class="ac l33 m50 s100 mb-20">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600"> Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100 mb-20">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600" > Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100 mb-20">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600"> Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="clear"></div>
<div class="ac l33 m50 s100 mb-20">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600"> Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100 mb-20">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600" > Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100">
<div class="aione-border aione-rounded p-20 bg-white" style=" box-shadow: 0 7px 10px #e6e6e6;border-radius:20px;">
<span><i class="ion-ios-bicycle font-size-28 grey darken-4 font-weight-600 service-icon"></i></span><span class="font-size-20 grey darken-4 font-weight-600"> Easy To Edit</span>
<p class="font-size-14 line-height-22 pt-15">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
</div>
</section>
<section style="background-color: #f7f7f7;" class="position-relative" id="satisfied">
<div class="ar position-relative" style="z-index: 99999;">
<div class="ac l33 m50 s100">
<div class="aione-align-center pt-50">
<div class="pb-20"><i class="ion-ios-image font-size-60 white service-icon"></i>
</div>
<span class="font-size-30 white font-weight-600"> Easy To Edit</span>
<p class="font-size-16 white line-height-22 p-20">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100">
<div class="aione-align-center pt-50">
<div class="pb-20"><i class="ion-ios-image font-size-60 white service-icon"></i>
</div>
<span class="font-size-30 white font-weight-600"> Easy To Edit</span>
<p class="font-size-16 white line-height-22 p-20">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
<div class="ac l33 m50 s100">
<div class="aione-align-center pt-50">
<div class="pb-20"><i class="ion-ios-image font-size-60 white service-icon"></i>
</div>
<span class="font-size-30 white font-weight-600"> Easy To Edit</span>
<p class="font-size-16 white line-height-22 p-20">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut.</p>
</div>
</div>
</div>
<div class="position-absolute satisfied-dwn"></div>
</section>
<section>
<div class="wrapper p-7p">
<div class="aione-align-center mb-60">
<h2 class="grey darken-4 font-weight-700">The People</h2>
<h6>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</h6>
</div>
<div class="ar">
<div class="ac l25 m50 s100">
<div class="aione-align-center position-relative image mb-20">
<div class="">
<img src="image/team/sgssandhu2.jpg">
</div>
<div class="position-absolute team-curve p-30 animate-hover bounce">
<h5 class="grey darken-4 font-weight-600">SGS Sandhu</h5>
<h6 class="grey darken-4 font-weight-600">CEO and Founder</h6>
<ul class="aione-social-icons small circle horizontal colored">
<li class="facebook"><a href="https://www.facebook.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Facebook</span></a></li>
<li class="twitter"><a href="https://twitter.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Twitter</span></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/company/oxo-solutions/" target="_blank"><span class="icon"></span><span class="label">Linkedin</span></a></li>
</ul>
</div>
</div>
</div>
<div class="ac l25 m50 s100 position-relative image mb-20">
<div class="aione-align-center">
<div class="">
<img src="image/team/amritdeepkaur.jpg">
</div>
<div class="position-absolute team-curve p-30 animate-hover bounce">
<h5 class="grey darken-4 font-weight-600">Amritdeep Kaur</h5>
<h6 class="grey darken-4 font-weight-600">Project Manager</h6>
<ul class="aione-social-icons small circle horizontal colored">
<li class="facebook"><a href="https://www.facebook.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Facebook</span></a></li>
<li class="twitter"><a href="https://twitter.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Twitter</span></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/company/oxo-solutions/" target="_blank"><span class="icon"></span><span class="label">Linkedin</span></a></li>
</ul>
</div>
</div>
</div>
<div class="ac l25 m50 s100 position-relative image mb-20">
<div class="aione-align-center">
<div class="">
<img src="image/team.jpg">
</div>
<div class="position-absolute team-curve p-30 animate-hover bounce">
<h5 class="grey darken-4 font-weight-600">Lucy</h5>
<h6 class="grey darken-4 font-weight-600">Web Designer</h6>
<ul class="aione-social-icons small circle horizontal colored">
<li class="facebook"><a href="https://www.facebook.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Facebook</span></a></li>
<li class="twitter"><a href="https://twitter.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Twitter</span></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/company/oxo-solutions/" target="_blank"><span class="icon"></span><span class="label">Linkedin</span></a></li>
</ul>
</div>
</div>
</div>
<div class="ac l25 m50 s100">
<div class="aione-align-center position-relative image mb-20">
<div class="">
<img src="image/team5-large.jpg">
</div>
<div class="position-absolute team-curve p-30 animate-hover bounce">
<h5 class="grey darken-4 font-weight-600">Great Man</h5>
<h6 class="grey darken-4 font-weight-600">Web Developer</h6>
<ul class="aione-social-icons small circle horizontal colored">
<li class="facebook"><a href="https://www.facebook.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Facebook</span></a></li>
<li class="twitter"><a href="https://twitter.com/oxosolutions" target="_blank"><span class="icon"></span><span class="label">Twitter</span></a></li>
<li class="linkedin"><a href="https://www.linkedin.com/company/oxo-solutions/" target="_blank"><span class="icon"></span><span class="label">Linkedin</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<!-- .wrapper -->
</div>
<!-- .aione-content -->
</div>
<!-- .wrapper -->
</div>
<div id="aione_footer" class="aione-footer dark load-template mb-0">
</div>
<!-- .aione-footer -->
<div id="aione_copyright" class="aione-copyright dark load-template">
</div>
<!-- .aione-copyright -->
</div>
</div>
<!-- Core-->
<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>
<!-- Google Analytics-->
<script type="text/javascript" src="assets/js/ga.min.js"></script>
<script type="text/javascript">
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/serviceworker.js', { scope: '/' }).then(function(reg) {
if(reg.installing) {
//console.log('Service worker installing');
} else if(reg.waiting) {
//console.log('Service worker installed');
} else if(reg.active) {
//console.log('Service worker active');
}
}).catch(function(error) {
//console.log('Registration failed with ' + error);
});
}
</script>
</body>
}
</html>