|
@ -27,12 +27,10 @@ export default function Abbout(props) { |
|
|
<View style={{ padding: dimensions.spacing.normal_padding }}> |
|
|
<View style={{ padding: dimensions.spacing.normal_padding }}> |
|
|
<View style={styles.sectionStyle}> |
|
|
<View style={styles.sectionStyle}> |
|
|
<View style={styles.titleBackground}> |
|
|
<View style={styles.titleBackground}> |
|
|
<Text style={styles.txtTitle}> |
|
|
|
|
|
Sobre o Projeto Dados à Prova D’água |
|
|
|
|
|
</Text> |
|
|
|
|
|
|
|
|
<Text style={styles.txtTitle}>Dados à Prova d'Água</Text> |
|
|
</View> |
|
|
</View> |
|
|
<Text style={styles.txtDescription}> |
|
|
<Text style={styles.txtDescription}> |
|
|
O projeto Dados à Prova D’água investiga a governança de riscos |
|
|
|
|
|
|
|
|
O projeto Dados à Prova d'Água investiga a governança de riscos |
|
|
relacionados à água com foco nos aspectos sociais e culturais das |
|
|
relacionados à água com foco nos aspectos sociais e culturais das |
|
|
práticas de dados. Normalmente, os dados fluem das cidades para os |
|
|
práticas de dados. Normalmente, os dados fluem das cidades para os |
|
|
“centros de pesquisa” e, em seguida, os alertas e as intervenções |
|
|
“centros de pesquisa” e, em seguida, os alertas e as intervenções |
|
@ -92,9 +90,10 @@ export default function Abbout(props) { |
|
|
<Text style={styles.txtTitle}>Cooperação e financiamento</Text> |
|
|
<Text style={styles.txtTitle}>Cooperação e financiamento</Text> |
|
|
</View> |
|
|
</View> |
|
|
<Text style={styles.txtDescription}> |
|
|
<Text style={styles.txtDescription}> |
|
|
O aplicativo Dados à Prova D’água é parte do projeto T2S Waterproofing Data (em |
|
|
|
|
|
inglês) que é apoiado financeiramente pelo Belmont Forum e NORFACE |
|
|
|
|
|
Joint Research Programme on Transformations to Sustainability ( |
|
|
|
|
|
|
|
|
O aplicativo Dados à Prova d'Água é parte do projeto T2S |
|
|
|
|
|
Waterproofing Data (em inglês) que é apoiado financeiramente pelo |
|
|
|
|
|
Belmont Forum e NORFACE Joint Research Programme on |
|
|
|
|
|
Transformations to Sustainability ( |
|
|
<Text |
|
|
<Text |
|
|
style={styles.url} |
|
|
style={styles.url} |
|
|
onPress={() => Linking.openURL(linkNorface)} |
|
|
onPress={() => Linking.openURL(linkNorface)} |
|
@ -109,7 +108,7 @@ export default function Abbout(props) { |
|
|
</Text> |
|
|
</Text> |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
</View> |
|
|
<View style={[styles.sectionStyle, {marginBottom: 80}]}> |
|
|
|
|
|
|
|
|
<View style={[styles.sectionStyle, { marginBottom: 80 }]}> |
|
|
<Image |
|
|
<Image |
|
|
style={{ |
|
|
style={{ |
|
|
resizeMode: "center", |
|
|
resizeMode: "center", |
|
@ -163,7 +162,7 @@ const styles = StyleSheet.create({ |
|
|
fontSize: dimensions.text.default, |
|
|
fontSize: dimensions.text.default, |
|
|
color: "blue", |
|
|
color: "blue", |
|
|
textDecorationLine: "underline", |
|
|
textDecorationLine: "underline", |
|
|
textAlign:"left", |
|
|
|
|
|
|
|
|
textAlign: "left", |
|
|
}, |
|
|
}, |
|
|
txtDescription: { |
|
|
txtDescription: { |
|
|
textAlign: "justify", |
|
|
textAlign: "justify", |
|
|