Edit CGU 06-03-022
This commit is contained in:
+43
-5
@@ -441,11 +441,49 @@ export default function Cgu() {
|
||||
</Typography>
|
||||
|
||||
<Typography paragraph variant='body1'>
|
||||
Le site dispose d’une page permettant de faire des dons de manière sécurisée à « Organisation KA Internationale ». Pour se faire, l’utilisateur a deux possibilités (choix à faire grâce au bouton situé sous le titre « Faire un don »).
|
||||
Le site dispose d’une page permettant de faire des dons ou d’adhé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> ». L’utilisateur 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, l’utilisateur 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 d’adhérer à l’association « Organisation KA Internationale ». Le montant de l’adhésion est de 10 euros pour une année.
|
||||
L’utilisateur doit fournir des informations personnelles pour valider le formulaire, prénom, nom et adresse e-mail. Après validation, l’association aura connaissance des informations précités.
|
||||
</Typography>
|
||||
|
||||
<Typography gutterBottom variant='h6' component='h3'>
|
||||
9.1 PayPal
|
||||
9.2 PayPal
|
||||
</Typography>
|
||||
|
||||
<Typography paragraph variant='body1'>
|
||||
@@ -453,7 +491,7 @@ export default function Cgu() {
|
||||
</Typography>
|
||||
|
||||
<Typography gutterBottom variant='h6' component='h3'>
|
||||
9.2 Carte bancaire
|
||||
9.3 Carte bancaire
|
||||
</Typography>
|
||||
|
||||
<Typography paragraph variant='body1'>
|
||||
@@ -467,7 +505,7 @@ export default function Cgu() {
|
||||
</Typography>
|
||||
|
||||
<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 paragraph variant='body1'>
|
||||
@@ -486,7 +524,7 @@ export default function Cgu() {
|
||||
</Typography>
|
||||
|
||||
<Typography gutterBottom variant='caption' >
|
||||
Dernières modifications le 21/02/2022
|
||||
Dernières modifications le 06/03/2022
|
||||
</Typography>
|
||||
</Root>
|
||||
)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user