Skip to content

Commit

Permalink
Merge pull request #466 from GFDRR/fix-home
Browse files Browse the repository at this point in the history
Minor changes for text in homepage
  • Loading branch information
pzwsk committed Mar 13, 2019
2 parents 03ae9be + fb4dbd2 commit 6d85769
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
<div class="col odfri_home_title col-xs-12">
<h1>Tracking Open Data for Resilience</h1>

<p>Discover which disaster risk data are open, restricted, or closed in your area.</p>
<p>Discover which disaster risk data are open, restricted or closed in your area.</p>

<p>
<strong>{{datasets_total_count}} datasets</strong> in
<strong>{{countries_count}} countries</strong>
to date.
<p>
<strong>{{datasets_total_count}} </strong> datasets in
<strong>{{countries_count}} </strong> countries
to date, including
</p>
</div>
</div>
Expand All @@ -109,21 +109,21 @@ <h1>Tracking Open Data for Resilience</h1>
<div class="stats-boxes" ng-cloak>
<div class="odfri_box_counter type--open">
<span ng-show="!bLoading">{{datasets_open_count}}</span>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">datasets are fully&nbsp;open</h3>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">open datasets</h3>

<img ng-show="bLoading" src="img/template/loading-inverted.gif" alt="" style="max-width:80px;" />
</div>

<div class="odfri_box_counter type--restricted">
<span ng-show="!bLoading">{{datasets_restricted_count}}</span>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">datasets are partially&nbsp;open</h3>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">restricted datasets</h3>

<img ng-show="bLoading" src="img/template/loading-inverted.gif" alt="" style="max-width:80px;" />
</div>

<div class="odfri_box_counter type--closed">
<span ng-show="!bLoading">{{datasets_closed_count}}</span>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">datasets are closed</h3>
<h3 ng-show="!bLoading" class="odfri_box_counter_description">closed datasets</h3>

<img ng-show="bLoading" src="img/template/loading-inverted.gif" alt="" style="max-width:80px;" />
</div>
Expand Down

0 comments on commit 6d85769

Please sign in to comment.