|
|
@ -37,7 +37,7 @@ export default function Abbout(props) { |
|
|
|
objetivo engajar comunidades, escolas, defesas civis e outras |
|
|
|
agências governamentais na geração e circulação de dados |
|
|
|
relacionados à inundações. {"\n\n"}Mais informações:{"\n"} |
|
|
|
<Text onPress={() => Linking.openURL(linkWarwick)}> |
|
|
|
<Text style={styles.url} onPress={() => Linking.openURL(linkWarwick)}> |
|
|
|
{linkWarwick} |
|
|
|
</Text> |
|
|
|
</Text> |
|
|
@ -56,7 +56,7 @@ export default function Abbout(props) { |
|
|
|
possibilitando, assim, a construção de sociedades sustentáveis e |
|
|
|
resilientes. (Texto adaptado do site do Cemaden Educação) {"\n\n"} |
|
|
|
Mais informações: {"\n"} |
|
|
|
<Text onPress={() => Linking.openURL(linkCEMADEN)}> |
|
|
|
<Text style={styles.url} onPress={() => Linking.openURL(linkCEMADEN)}> |
|
|
|
{linkCEMADEN} |
|
|
|
</Text> |
|
|
|
</Text> |
|
|
@ -70,7 +70,7 @@ export default function Abbout(props) { |
|
|
|
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 onPress={() => Linking.openURL(linkNorface)}> |
|
|
|
<Text style={styles.url} onPress={() => Linking.openURL(linkNorface)}> |
|
|
|
{linkNorface} |
|
|
|
</Text> |
|
|
|
acessado em 16 de agosto de 2021), co-financiado pelo DLR/BMBF |
|
|
@ -115,6 +115,11 @@ const styles = StyleSheet.create({ |
|
|
|
textAlign: "left", |
|
|
|
padding: dimensions.spacing.normal_padding, |
|
|
|
}, |
|
|
|
url: { |
|
|
|
fontSize: dimensions.text.default, |
|
|
|
color: "blue", |
|
|
|
textDecorationLine: 'underline', |
|
|
|
}, |
|
|
|
txtDescription: { |
|
|
|
fontSize: dimensions.text.default, |
|
|
|
}, |
|
|
|