Adapt components with new css & NextJs rules
This commit is contained in:
@@ -13,17 +13,17 @@ export default function Presantasyon() {
|
||||
<>
|
||||
<CGUDialog open={open} setOpen={setOpen} />
|
||||
<Paper sx={{padding: 3, textAlign: 'justify', marginTop: 5}}>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
Tous les services que nous proposons sont <strong>gratuits</strong> et ne contiennent <strong>aucune publicité</strong>. Les réseaux que nous utilisons sont hébergés sur <strong>nos serveurs</strong>. <br />
|
||||
Tout ceci est possible grâce aux <strong>dons</strong> ❤️
|
||||
</Typography>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
<strong>Toute contribution, aussi modeste soit-elle, nous permet d’augmenter nos capacités</strong>.
|
||||
</Typography>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
Concernant les dons, ils peuvent s'effectuer via <Link underline='hover' href='https://liberapay.com/OKi/donate' target='_blank' rel='noreferrer'><strong>Liberapay</strong></Link>, <Link underline='hover' href='https://www.paypal.com/donate/?hosted_button_id=5Q3KPR79CAZVW' target='_blank' rel='noreferrer'><strong>PayPal</strong></Link>.
|
||||
</Typography>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
Veuillez prendre connaissance des <Link underline='hover' href='#' onClick={() => setOpen(true)}><strong>CGU et de la politique de confidentialité</strong></Link> au chapitre 9 "Les dons". <Link underline='hover' href={CGU_PDF_LINK}><small>Cliquez ici pour la version pdf</small></Link>.
|
||||
</Typography>
|
||||
<Typography variant='subtitle1' component='div'>
|
||||
@@ -55,10 +55,10 @@ export default function Presantasyon() {
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
</List>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
Pour toute question, n’hésitez pas à nous contacter par courriel <Link href='mailto:kontak@o-k-i.net'><strong>kontak@o-k-i.net</strong></Link>.
|
||||
</Typography>
|
||||
<Typography paragraph variant='subtitle1' component='div'>
|
||||
<Typography paragraph='true' variant='subtitle1' component='div'>
|
||||
<strong>Merci par avance pour votre soutien 🥰</strong>
|
||||
</Typography>
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user