Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 14bb706d authored by Hugues's avatar Hugues Committed by Christophe Chaudier
Browse files

change icone path

parent f0b682f7
No related branches found
No related tags found
1 merge request!19Resolve "add tagline icones on index"
Pipeline #2186 passed
content/assets/catalyst-site-logo.png

170 KiB | W: | H:

content/assets/catalyst-site-logo.png

5.3 KiB | W: | H:

content/assets/catalyst-site-logo.png
content/assets/catalyst-site-logo.png
content/assets/catalyst-site-logo.png
content/assets/catalyst-site-logo.png
  • 2-up
  • Swipe
  • Onion skin
content/assets/freedom.png

4.51 KiB

content/assets/gdpr.png

2.75 KiB

content/assets/securite.png

2.21 KiB

......@@ -38,35 +38,34 @@ import { Grid } from 'theme-ui'
<Grid
gap={0}
columns={[ 2, null, 3 ]}
bg='primary'
ml={100}
mr={100}
>
<Box>
<Card
>
<Box>
<Card
sx={{
maxWidth: 256,
mt: 40,
mt: 10,
mb: 40,
}}>
<Image
display='block'
objectFit= 'contain'
<Image
height= '100%'
width='55px'
ml={100}
mr={0}
src={'https://d1yei2z3i6k35z.cloudfront.net/23847/5d59204f29c18_logo_64_shield.png'} />
<Text
sx={{
/>
![featuredImage](../assets/securite.png)
<Text
sx={{
fontSize: 30,
textAlign: 'center',
fontWeight: '700',
color: 'white',
}}>
Sécurisé
</Text>
<Text
</Text>
<Text
sx={{
fontSize: 10,
textAlign: 'center',
......@@ -74,91 +73,83 @@ import { Grid } from 'theme-ui'
color: 'white',
}}>
Vos données sont en lieu sûr et sauvegardées toutes les nuits
</Text>
</Text>
</Card>
</Box>
<Box>
<Card
</Box>
<Box>
<Card
sx={{
//display: 'flex',
//flexDirection: 'column',
//minHeight: '100vh',
variant: 'layout.root',
maxWidth: 256,
//ml: 10,
//mr: 10,
mt: 40,
mb: 40,
ml: 10,
mr: 10,
mt: 10,
mb: 40,
}}>
<Image
alignItems='center'
height= '100%'
width='55px'
ml={100}
mr={100}
src={'https://d1yei2z3i6k35z.cloudfront.net/23847/5d59205cb224f_logo_64_gdpr.png'} />
<Text
<Image
height= '100%'
width='55px'
ml={100}
mr={100}
/>
![featuredImage](../assets/gdpr.png)
<Text
sx={{
fontSize: 30,
textAlign: 'center',
fontWeight: '700',
color: 'white',
color: 'white',
}}
>
Souverain
</Text>
<Text>
<Text
sx={{
Souverain
</Text>
<Text
sx={{
fontSize: 10,
textAlign: 'center',
fontWeight: '400',
color: 'white',
}}
>
Nous sommes hébergés en France et conformes au RGPD
</Text>
</Text>
Nous sommes hébergés en France et conformes au RGPD
</Text>
</Card>
</Box>
<Box>
<Card
<Box>
<Card
sx={{
maxWidth: 256,
ml: 50,
mr: 10,
mt: 40,
mb: 40,
maxWidth: 256,
ml: 50,
mr: 10,
mt: 10,
mb: 40,
}}>
<Image
<Image
height= '100%'
width='55px'
ml={85}
mr={0}
src={'https://d1yei2z3i6k35z.cloudfront.net/23847/5e90aa8c5541d_freedom_logo_64.png'} />
<Text sx={{
mr={0}
/>
![featuredImage](../assets/freedom.png)
<Text
sx={{
fontSize: 30,
textAlign: 'center',
fontWeight: '700',
color: 'white',
}}>
Libre
</Text>
<Text
Libre
</Text>
<Text
sx={{
fontSize: 10,
textAlign: 'center',
fontWeight: '400',
color: 'white',
}}>
Notre solution s'appuie sur des logiciels libres et nos conditions générales sont éthiques.
</Text>
Notre solution s'appuie sur des logiciels libres et nos conditions générales sont éthiques.
</Text>
</Card>
</Box>
</Grid>
</Box>
\ No newline at end of file
</Grid>
</Box>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment