forked from projectOpenRAP/projectOpenRAP.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
67 lines (58 loc) · 2.87 KB
/
features.html
File metadata and controls
67 lines (58 loc) · 2.87 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
---
title: Feature openRAP
desc: features openRAP
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index,follow">
</head>
<body>
{% include header.html %}
<div>
<!--banner-->
<div class="position-relative text-center">
<img src="/img/Layer_as.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="/img/offline-usage.png" class="img-fluid" alt="Local"></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="/img/monitoring.png" class="img-fluid" alt="Offline"></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="/img/maintaince.png" class="img-fluid" alt="Monitoring & Maintenance"></div>
</div>
</div>
{% include footer.html %}
</body>
</html>