-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
157 lines (141 loc) · 6.02 KB
/
thankyou.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
<!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/thankyou.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/thankyou.html">PT</a>
</div>
</div>
<div id="myLinks">
<div class="menu-items">
<div class="menu-sub"><a href="index.html">Home</a></div>
<div class="menu-sub"><a href="about.html">About</a></div>
<div class="menu-sub"> <a href="index.html#topics">Topic</a></div>
<div class="menu-sub"><a href="team.html">Team</a></div>
<div class="menu-sub"><a href="recommendations.html">Explore Recommendations</a></div>
<div class="menu-sub"><a href="strategies.html">Explore Strategies</a></div>
<div class="menu-sub"><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 class="row top-section topic">
<h1>Share Your Expertise</h1>
<p>Smarter Crowdsourcing for Coronavirus</p>
</div>
<body>
<section class="top-section top-section--main-color">
<h1>Thank you!</h1>
<h3>Your application has been submitted.</h3>
</section>
<section class="page-section">
<div class="row align-center">
<div class="medium-10 large-9 column">
<p>Please note that, in an effort to make conversation meaningful, we are limiting the size of each group. We will confirm your participation and provide login instructions by return email.</p>
</div>
</div>
</section>
</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>
</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>