Edit CGU 06-03-022

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-03-06 10:12:48 +04:00
parent 928ef6adde
commit 6867fab90b
2 changed files with 43 additions and 5 deletions
+43 -5
View File
@@ -441,11 +441,49 @@ export default function Cgu() {
</Typography> </Typography>
<Typography paragraph variant='body1'> <Typography paragraph variant='body1'>
Le site dispose dune page permettant de faire des dons de manière sécurisée à « Organisation KA Internationale ». Pour se faire, lutilisateur a deux possibilités (choix à faire grâce au bouton situé sous le titre « Faire un don »). Le site dispose dune page permettant de faire des dons ou dadhérer à « Organisation KA Internationale » de manière sécurisée.
Pour se faire, il faut se rendre sur la page « <Link href='/soutyen'><strong>soutyen</strong></Link> ». Lutilisateur a 3 choix possibles :
</Typography>
<List>
<ListItem>
<ListItemIcon>
<ArrowRightAltIcon />
</ListItemIcon>
<ListItemText>
Adhésion
</ListItemText>
</ListItem>
<ListItem>
<ListItemIcon>
<ArrowRightAltIcon />
</ListItemIcon>
<ListItemText>
Don PayPal
</ListItemText>
</ListItem>
<ListItem>
<ListItemIcon>
<ArrowRightAltIcon />
</ListItemIcon>
<ListItemText>
Don carte bancaire
</ListItemText>
</ListItem>
</List>
<Typography gutterBottom variant='h6' component='h3'>
9.1 Adhésion
</Typography>
<Typography paragraph variant='body1'>
Le choix par défaut est « Adhésion ». En cliquant sur le bouton disponible en dessous, lutilisateur est redirigé vers le site <Link target='_blank' rel='noreferrer' href='https://www.helloasso.com/qui-sommes-nous'><strong>HelloAsso</strong></Link>.
Cette plateforme permet dadhérer à lassociation « Organisation KA Internationale ». Le montant de ladhésion est de 10 euros pour une année.
Lutilisateur doit fournir des informations personnelles pour valider le formulaire, prénom, nom et adresse e-mail. Après validation, lassociation aura connaissance des informations précités.
</Typography> </Typography>
<Typography gutterBottom variant='h6' component='h3'> <Typography gutterBottom variant='h6' component='h3'>
9.1 PayPal 9.2 PayPal
</Typography> </Typography>
<Typography paragraph variant='body1'> <Typography paragraph variant='body1'>
@@ -453,7 +491,7 @@ export default function Cgu() {
</Typography> </Typography>
<Typography gutterBottom variant='h6' component='h3'> <Typography gutterBottom variant='h6' component='h3'>
9.2 Carte bancaire 9.3 Carte bancaire
</Typography> </Typography>
<Typography paragraph variant='body1'> <Typography paragraph variant='body1'>
@@ -467,7 +505,7 @@ export default function Cgu() {
</Typography> </Typography>
<Typography gutterBottom variant='h6' component='h3'> <Typography gutterBottom variant='h6' component='h3'>
9.3 Données enregistrées par <Link target='_blank' rel='noreferrer' href='https://stripe.com/fr/'><strong>Stripe</strong></Link> 9.4 Données enregistrées par <Link target='_blank' rel='noreferrer' href='https://stripe.com/fr/'><strong>Stripe</strong></Link>
</Typography> </Typography>
<Typography paragraph variant='body1'> <Typography paragraph variant='body1'>
@@ -486,7 +524,7 @@ export default function Cgu() {
</Typography> </Typography>
<Typography gutterBottom variant='caption' > <Typography gutterBottom variant='caption' >
Dernières modifications le 21/02/2022 Dernières modifications le 06/03/2022
</Typography> </Typography>
</Root> </Root>
) )
Binary file not shown.