forked from aerogear/aerogear.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·60 lines (57 loc) · 2.66 KB
/
index.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
---
layout: base
title: Open Source Libraries for Mobile Connectivity
---
<div class="start-header" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<div class="start-title">Bringing Mobile and Enterprise Together!</div>
<p>Libraries to <strong>simplify</strong> and <strong>unify</strong> mobile development across different platforms.</p>
</div>
<div>
<div class="modules">
<a href="/javascript/" class="module web">
<img src="img/js-logo.png" alt="Web">
<h3>Web</h3><p>Javascript</p>
</a>
<a href="/ios/" class="module ios">
<img src="img/ios-logo.png" alt="iOS">
<h3>iOS</h3><p>Objective-C</p>
</a>
<a href="/android/" class="module android">
<img src="img/library_android.png" alt="Android">
<h3>Android</h3><p>Java</p>
</a>
<a href="/cordova/" class="module hybrid">
<img src="img/cordova-logo.png" alt="Hybrid">
<h3>Hybrid</h3><p>Cordova</p>
</a>
</div>
<div class="features">
<div class="feature">
<div class="description">
<div class="illustration"><img src="img/feature_1.png" alt=""></div>
<h3>Unify mobile development</h3>
<p>AeroGear provides flexible and extensible libraries to simplify mobile development across platforms and cut common repetitive infrastructure tasks. Integrate with the most exotic of endpoints.</p>
<p><a href="/download/">Learn more</a></p>
</div>
<div class="clearfix"></div>
</div>
<div class="feature">
<div class="description">
<div class="illustration left"><img src="img/feature_2.png" alt=""></div>
<h3>AeroGear Push</h3>
<p>AeroGear provides support for different push notification technologies like Google Cloud Messaging, Apple's APNs or Mozilla's SimplePush.</p>
<p><a href="/push/">Learn more</a></p>
</div>
<div class="clearfix"></div>
</div>
<div class="feature">
<div class="description">
<div class="illustration"><img src="img/feature_4.png" alt=""></div>
<h3>Mobility and security, both</h3>
<p>Integrate with your existing enterprise environment. AeroGear provides Two-Factor Authentication and One-Time-Password features to improve your application's security.</p>
<p><a href="/docs/guides/aerogear-security/">Learn about AeroGear Security</a></p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>