-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfeatures.html
96 lines (93 loc) · 2.98 KB
/
features.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
---
title: Feature openRAP
desc: features openRAP
layout: default
allowSearch: true
---
<div>
<!--banner-->
<div class="position-relative text-center">
<img
src="/assets/images/bg/about-banner.png"
class="img-fluid col-12 p-0"
alt="OpenRAP QuickStart"
/>
<div class="position-absolute text-center banner1">
<h2>What <b>OpenRAP</b> Offers You</h2>
<p></p>
</div>
</div>
<!--/banner-->
</div>
<div class="container text-center pt-40 pb-40 py-xs">
<div class="row pt-40 py-xs">
<div class="col-md-2 pt-40 py-xs calign">
<div class="numbering">1</div>
</div>
<div class="col-md-4 pt-40 text-left">
<h4><b>Local</b></h4>
<p>
The device is placed in a local environment (classroom or village
square) with locally curated, pre-filled content. This provides a great
deal of control to local authorities on the type of content available to
and viewed by students and teachers. It also allows content to be
regularly updated.
</p>
</div>
<div class="col-md-6 mb-20">
<img
src="/assets/images/graphics/offline-usage.png"
class="img-fluid"
alt="Offline"
/>
</div>
<div class="col-12 curve-top d-none d-md-block"> </div>
</div>
<div class="row pt-40">
<div class="col-12 curve-bottom text-left d-none d-md-block"> </div>
<div class="col-md-6 pt-40 align-self-end text-md-left monitoring-img">
<img
src="/assets/images/graphics/monitoring.png"
class="img-fluid"
alt="Monitoring"
/>
</div>
<div class="col-md-2 pt-40 calign"><div class="numbering">2</div></div>
<div class="col-md-4 pt-40 text-left">
<h4><b>Offline</b></h4>
<p>
All content is available on the local device. This allows users to
easily access and download content without dependence on Internet
connectivity.
</p>
</div>
<div class="col-12 curve-top-l text-left d-none d-md-block"> </div>
</div>
<div class="row pt-40">
<div class="col-12 curve-bottom-l text-right d-none d-md-block"> </div>
<div class="col-md-2 pt-40 calign"><div class="numbering">3</div></div>
<div class="col-md-4 pt-40 text-left">
<h4><b>Monitoring & Maintenance</b></h4>
<p>
The OpenRAP solution has in-built monitoring capabilties. It offers
administrators dashboards to monitor usage and performance. This allows
for easy and in-time device maintenance.
</p>
<p>
It is also extremely easy to upload content on the device. This allows
content to be regularly updated.
</p>
<p>
Getting end-user usage reports is also fairly simple as user data is
captured annonymously but automatically.
</p>
</div>
<div class="col-md-6">
<img
src="/assets/images/graphics/maintaince.png"
class="img-fluid"
alt="Monitoring & Maintenance"
/>
</div>
</div>
</div>