-
Notifications
You must be signed in to change notification settings - Fork 0
/
recommendations.html
195 lines (176 loc) · 7.93 KB
/
recommendations.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DV8KTW4TBH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DV8KTW4TBH');
</script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Smarter Crowdsourcing: Coronavirus</title>
<link href="/images/favicon.ico" rel="shortcut icon">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://use.typekit.net/kad3hcl.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/@directus/[email protected]/dist/directus-sdk.umd.min.js"></script>
<script src="https://kit.fontawesome.com/f713a12e61.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="homepage" onwheel="scroll_dismiss()">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<!-- Top Navigation Menu -->
<div class="topnav">
<div class="menu-bars">
<div class="bar-wrap">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<a class="top_logo" href="index.html"><img src="images/coronavirus-full-h-white.png"
alt="Smarter Crowdsourcing | Zika"></a>
<!-- Navigation links (hidden by default) -->
<div class='lang-select'>
<a style="padding: 15px 5px" href="es/recommendations.html">ES</a>
<p style="color:#ffffff">|</p>
<a style="padding: 15px 5px" href="#" class="active">EN</a>
<p style="color:#ffffff">|</p>
<a style="padding: 15px 5px" href="pt/recommendations.html">PT</a>
</div>
</div>
<div id="myLinks">
<div class="menu-items">
<div class="menu-sub" onclick="dismiss_menu()"><a href="index.html">Home</a></div>
<div class="menu-sub" onclick="dismiss_menu()"><a href="about.html">About</a></div>
<div class="menu-sub" onclick="dismiss_menu()"> <a href="topics.html">Topic</a></div>
<div class="menu-sub" onclick="dismiss_menu()"><a href="team.html">Team</a></div>
<div class="menu-sub" onclick="dismiss_menu()"><a href="recommendations.html">Explore Recommendations</a></div>
<div class="menu-sub" onclick="dismiss_menu()"> <a href="strategies.html">Explore Strategies</a></div>
<div class="menu-sub" onclick="dismiss_menu()"><a href="outcomes.html">See all resources</a></div>
<!-- <div class="menu-sub"><a href="/recommendations.html">Recommendations</a></div>
<div class="menu-sub"><a href="/map.html">Explore the Map</a></div>
<div class="menu-sub"><a href="https://medium.com/smarter-crowdsourcing">Blog</a></div> -->
</div>
</div>
<div onclick="dismiss_menu()">
<div class="row top-section topic strategies">
<h1>Recommendations</h1>
<p>Recommendations for governments to strengthen government capacity for COVID testing strategies, contact tracing programs, public health communications, vulnerable population supports, monitoring systems, and mental health interventions</p>
</div>
<body>
<div id="home-page">
<section class="dark-section">
<br> <br>
<div class="row">
<p>The outcomes of this project are a set of <a class="link_pink" href="recommendations.html">18
recommendations</a> developed with the support of global experts. These recommendations are designed for
government officials to aid them as they address the COVID-19 pandemic. Each recommendation is supported by
<a class="link_pink" href="strategies.html">a set of strategies</a> to achieve that recommendation. Strategies in turn detail
actions and global examples that guide governments of the specific steps needed for implementing the
strategy.</p>
<div class="main-buttons accent-color">
<a href="recommendations.html#recco" class="button">Explore all recommendations</a>
<a href="strategies.html" target="_blank" class="button">Explore all strategies</a>
</div>
</div>
</section>
<div class="divider recco" id="recco">
<h1>Recommendations</h1>
</div>
<div class="recco-page">
<div class="recco-col" v-for="recco in ReccoData">
<div class="recco-item">
<a class="recco-link" :href="'recommendations/'+recco.slug">
<div class="recco-title" v-html="recco.title_en">
</div>
<div class="recco-description" v-html="recco.description_en">
</div>
<div class="recco-tag">
<div class="recco-tag-title">
<p>TOPIC</p>
</div>
<div class="recco-tag-body">
<div v-for="tag in recco.topic">
<a :href="tag.topics_id.translations[0].slug"><span class="tag-item">{{tag.topics_id.translations[0].topic_title}}</span></a>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
<footer class='footer-alt'>
<div class="row align-center">
<div class="medium-6 medium-centered columns">
<!-- <h4>In collaboration with</h4> -->
<!-- <h4>EN COLABORACIÓN CON</h4> -->
<h4>IN COLLABORATION WITH</h4>
</div>
</div>
<div class="row">
<div class="column">
<a class="footer_partner-logo" href="http://www.iadb.org/" target="_blank"><img
src="images/partners/idb-white.gif" alt="Inter-American Development Bank"></a>
</div>
<div class="column">
<a class="footer_partner-logo" href="http://www.thegovlab.org" target="_blank"><img
src="images/govlab-logo-white.png" alt="The GovLab"></a>
</div>
</div>
</footer>
<div class="copyright">
<div class="row">
<div class="column">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img class="copyright_cc-badge" alt="Creative Commons License"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
<p> This work is licensed under a</p> <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0
International License.</a>.
</div>
</div>
</div>
</div>
</body>
<script>
/* Toggle between showing and hiding the navigation menu links when the user clicks on the hamburger menu / bar icon */
function myFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
<script>
/* Toggle between showing and hiding the navigation menu links when the user clicks on the hamburger menu / bar icon */
function scroll_dismiss() {
if (document.body.scrollTop > 10 || document.documentElement.scrollTop > 10) {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
}
}
}
</script>
<script>
/* Toggle between showing and hiding the navigation menu links when the user clicks on the hamburger menu / bar icon */
function dismiss_menu() {
var x = document.getElementById("myLinks");
x.style.display = "none";
}
</script>
<script src="js/fadein.js"></script>
<script src='https://unpkg.com/[email protected]/dist/vue.js'></script>
<script src="https://unpkg.com/vue-meta/dist/vue-meta.min.js"></script>
<script src="js/coronavirus.js"></script>
</html>