-
Notifications
You must be signed in to change notification settings - Fork 0
/
br.html
70 lines (68 loc) · 3.13 KB
/
br.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
---
layout: base
---
<div class="container port-heading">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.br-one }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.br-two }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.br-three }});">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<article class="container portdet">
<section>
<h4 class="portdet-header">Birth Registration</h4>
<p class="portdet-size">
Birth Registration is a an application that was built for UNICEF Nigeria. Birth Registration application is used to monitor birth registration of children, and registration of underage children in Nigeria. Monitors are assigned to hospital centers in different locations all over the country, and they are required to send the number of registered child births, and registered underage children in each location two times in a month. Reports sent in are monitored on the Birth Registration web platform, and further analysis is carried out on reported data and performances. Birth Registration is built on RapidSMS. <strong><a href="http://br.rapidsmsnigeria.org/">Visit Website</a></strong>
</p>
<h5>How does it work?</h5>
<p class="portdet-size">
Monitors are trained and assigned to hospital centers, and are required to send reports of registered child births and underage children as SMS to a short code in a format that the application is designed to accept.
</p>
<h5>Features Includes:</h5>
<p class="portdet-size">
<ul class="portdet-size">
<li>Age group analyses.</li>
<li>Gender group distribution.</li>
<li>Location performance.</li>
<li>Coverage analyses.</li>
<li>Ability to edit reports.</li>
</ul>
</p>
<hr>
<p class="text-center">
<a class="btn btn-outline" href="{{ site.to.apollo-link }}"> << Previous Project <img src="{{ site.in.arrow-left}}"> </a>
</p>
</section>
</article>