-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html.haml
73 lines (73 loc) · 2.79 KB
/
index.html.haml
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
---
layout: base
---
.homepage
%section.main-banner
.container
%h1.fade-in-up.one
The Open Source
%span Mobile Services Platform
.buttons.fade-in.two
%a.btn.btn-primary.btn-lg{:href => "#{site.base_url}/downloads"} Download LiveOak
%a.btn.btn-default.btn-lg{:href => "https://github.com/liveoak-io/liveoak"} View on GitHub
%p.version.fade-in.three
- latest = site.releases.first
%i.fa.fa-list-ul>
#{latest.version} - #{latest.date}
%section.boxes
.row
.server-side.box.col-sm-4
.content
%h3 No server-side code
%p Invest time on your application
.services.box.col-sm-4
.content
%h3 Services ready to use
%p Storage, security, push and more
.cloud.box.col-sm-4
.content
%h3 On-premise or in the cloud
%p Also running on OpenShift
%section.description
%p
LiveOak provides a flexible and easy to use services platform, on-premise or in the cloud. You focus on developing an amazing
mobile application quickly, while we take away the headaches by providing all the services you need.
%section.main-features
.container
%h2 LiveOak Features
.row
%ul
%li.col-md-3.col-sm-4
%i.fa.fa-magic
%h4 Example Applications
%p Ready to run applications showcasing LiveOak features across multiple devices.
%li.col-md-3.col-sm-4
%i.fa.fa-cloud
%h4 Storage Resources
%p Flexible, scalable and high performance database with MongoDB based storage.
%li.col-md-3.col-sm-4
%i.fa.fa-table
%h4 Data Editor
%p View and manage your data in the management console, including real time updates.
%li.col-md-3.col-sm-4
%i.fa.fa-lock
%h4 Security
%p Out of the box Single Sign On (SSO) and Identity Management (IDM) with Keycloak.
%li.col-md-3.col-sm-4
%i.fa.fa-mobile
%h4 Push Notifications
%p Add Push Notifications to your applications with the Aerogear Unified Push Server (UPS).
%li.col-md-3.col-sm-4
%i.fa.fa-globe
%h4 Application Clients
%p Whether you are developing native mobile or web applications, we've got you covered with LiveOak.
%li.col-md-3.col-sm-4
%i.fa.fa-code
%h4 Business Logic
%p Extend your applications' capabilities by running JavaScript inside LiveOak, using the console Code Editor.
%li.col-md-3.col-sm-4
%i.fa.fa-dashboard
%h4
Analytics
%span (coming soon)
%p Watch your application growth and performance with the Analytics dashboard.