forked from secondsun/aerogear.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·69 lines (49 loc) · 3.17 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
61
62
63
64
65
66
67
68
69
---
layout: home
title: Open Source Libraries for Mobile Connectivity
section: homepage
---
<!-- TODO(agalante) **what is this xmlns for? **
<div class="start-header" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
-->
<div class="main-background"></div>
<section class="aditional-actions">
<div class="container">
<a class="news fixed" href="{{ site.posts.first.url }}"><strong>Check it out!</strong> {{ site.posts.first.title }}</a>
</div>
</section>
<section class="main-features">
<div class="container">
<h2 class="section-header">AeroGear Modules</h2>
<div class="row">
<div class="col-md-4 push">
<h3><a href="/push/"><i class="fa fa-paper-plane"></i> AeroGear<strong>Push</strong></a></h3>
<p class="alt">Send push notifications to any device, regardless of platform or network.</p>
<p>Send push notifications from the <strong>Unified Push Server</strong> via <span title="Google Cloud Messaging, Apple’s APNs, Amazon's ADM, Microsoft's WNS and MPNS, SimplePush, WebPush">7 push networks</span> to any mobile device.</p>
<p><a href="/push/" class="btn btn-primary">Learn about AeroGear<strong>Push</strong></a></p>
</div><!-- col -->
<div class="col-md-4 security">
<h3><a href="/security/"><i class="fa fa-shield"></i> AeroGear<strong>Security</strong></a></h3>
<p class="alt">Integrate with your existing security and authentication infrastructure.</p>
<p>A small set of classes to provide integration with security providers written in Java, like <strong>PicketLink</strong> and <strong>Apache Shiro</strong>.</p>
<p><a href="/security/" class="btn btn-primary">Learn about AeroGear<strong>Security</strong></a></p>
</div><!-- col -->
<div class="col-md-4 sync">
<h3><a href="/sync/"><i class="fa fa-refresh"></i> AeroGear<strong>Sync</strong></a></h3>
<p class="alt">Real-time, client-server data synchronization with ease and efficiency.</p>
<p>Full real-time data sync where updates are initiated from both the client and server over a bi-directional channel.</p>
<p><a href="/sync/" class="btn btn-primary">Learn about AeroGear<strong>Sync</strong></a></p>
</div><!-- col -->
</div><!-- row -->
</div><!-- container -->
</section><!--main features-->
<section class="custommers">
<div class="container">
<h2 class="section-header">Mobile development begins here</h2>
<p>Using mobile technologies will never be so easy as in the cloud. AeroGear supports several cloud-enabled providers and technologies.</p>
<p>
<a href="http://www.feedhenry.com/feedhenry-and-red-hat-pushing-ahead-with-integrations/"><img src="{{ site.baseurl }}/img/logos_home/feedhenry.gif" alt="feedhenry" /></a>
<a href="https://developers.openshift.com/en/xpaas-unified-push.html"><img src="{{ site.baseurl }}/img/logos_home/openshift.gif" alt="openshift" /></a>
</p>
</div><!-- container -->
</section>