From 437135fff7a0d954505d14c6b4feb96ff6440a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 1 Feb 2022 20:58:31 +0400 Subject: [PATCH] Create KatRezoNou components --- components/kat-rezo-nou/gade.js | 36 +++++++++++++++++++++++++++++++ components/kat-rezo-nou/nouvel.js | 36 +++++++++++++++++++++++++++++++ components/kat-rezo-nou/pale.js | 34 +++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 components/kat-rezo-nou/gade.js create mode 100644 components/kat-rezo-nou/nouvel.js create mode 100644 components/kat-rezo-nou/pale.js diff --git a/components/kat-rezo-nou/gade.js b/components/kat-rezo-nou/gade.js new file mode 100644 index 0000000..add6f54 --- /dev/null +++ b/components/kat-rezo-nou/gade.js @@ -0,0 +1,36 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Gade() { + return ( + + + + + + Gadé + + + + Alternative pour YouTube + + + Streaming vidéo sans aucune publicité. +
+ Vous pouvez commenter les vidéos avec un compte {'"Palé"'}. +
+
+ + + + + +
+
+ ) +} diff --git a/components/kat-rezo-nou/nouvel.js b/components/kat-rezo-nou/nouvel.js new file mode 100644 index 0000000..0c840cc --- /dev/null +++ b/components/kat-rezo-nou/nouvel.js @@ -0,0 +1,36 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Nouvel() { + return ( + + + + + + Nouvèl + + + + Traite de l'actualité + + + Vous souhaitez devenir auteur ? +
+ Contactez-nous ➡️ kontak@oki.re +
+
+ + + + + +
+
+ ) +} diff --git a/components/kat-rezo-nou/pale.js b/components/kat-rezo-nou/pale.js new file mode 100644 index 0000000..c58edda --- /dev/null +++ b/components/kat-rezo-nou/pale.js @@ -0,0 +1,34 @@ +import Box from '@mui/material/Box' +import Card from '@mui/material/Card' +import CardActions from '@mui/material/CardActions' +import CardContent from '@mui/material/CardContent' +import Button from '@mui/material/Button' +import Typography from '@mui/material/Typography' +import Link from '@mui/material/Link' + +export default function Pale() { + return ( + + + + + + Palé + + + + Alternative pour Twitter + + + Les posts sont limités à 5 000 caractères. + + + + + + + + + + ) +}