forked from devgateway/www.developmentgateway.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
expertise.html
45 lines (32 loc) · 1.39 KB
/
expertise.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
---
layout: page
title: Expertise
title_summary: because data should work for people
permalink: /expertise/
weight: 2
nav_data: expertise_topics
---
{% multicols pageintro half clearfix %}
![Information Management](/images/other/information-management.png)
<--colbreak-->
<h2 class="title">Analytical Dashboards
Data Visualizations
Agile Platforms
Knowledge Networks</h2>
<h3 class="title">Technical tools for better outcomes</h3>
<ul>
<li>Making informed decisions requires understandable data</li>
<li>Understandable data depends on organized input information and accurate impact visualization</li>
<li>Analytics platforms, databases, dashboards, and graphics enable better organization, analysis, and results</li>
</ul>
{% endmulticols %}
<div class="layout-spacing">
<p class="post-center page-banner">
<img src="/images/other/expertise-banner.png" alt="AMP Preview">
</p>
{% assign featured_programs = site.programs | dg_find_all: 'featured', true %}
{% include widgets/entries-list.html entries=featured_programs class="expertise-featured-programs clearfix" %}
{% include widgets/entries-list.html entries=site.data.expertise_topics class="expertise-topics clearfix" %}
{% assign normal_programs = site.programs | dg_find_all: 'featured', false %}
{% include widgets/entries-list.html entries=normal_programs class="expertise-programs clearfix" %}
</div>