From 25f636da64f66b4dbdfe5c20ce0c6c4fe09e3de6 Mon Sep 17 00:00:00 2001 From: Daouda BA Date: Tue, 26 Nov 2024 17:56:20 +0000 Subject: [PATCH] =?UTF-8?q?Revert=20"(FEAT)=20/=20Getting=20ready=20for=20?= =?UTF-8?q?`deployment`=20=F0=9F=9A=80"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 21 ++++------ LICENSE.md | 21 ---------- README.md | 22 +++++----- components/TheFooter.tsx | 2 +- public/components/cards/1.html | 27 ------------ public/components/cards/2.html | 17 -------- public/components/cards/3.html | 26 ------------ .../components/galsen-ui-footer-links/1.html | 42 +++++++------------ src/data/components/galsen-ui-buttons.mdx | 6 +-- src/data/components/galsen-ui-cards.mdx | 24 ----------- src/data/components/galsen-ui-footers.mdx | 6 +-- src/data/components/galsen-ui-forms.mdx | 6 +-- src/data/components/galsen-ui-navbars.mdx | 6 +-- src/data/components/galsen-ui-selects.mdx | 7 +--- src/data/components/galsen-ui-switchs.mdx | 6 +-- src/data/components/galsen-ui-tables.mdx | 6 +-- utils/components.ts | 14 +++---- 17 files changed, 52 insertions(+), 207 deletions(-) delete mode 100644 LICENSE.md delete mode 100644 public/components/cards/1.html delete mode 100644 public/components/cards/2.html delete mode 100644 public/components/cards/3.html delete mode 100644 src/data/components/galsen-ui-cards.mdx diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3692aea..50522de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,12 +1,12 @@ -# Guide de Contribution +# Guide de Contribution - GalsenUI -Merci de votre intérêt pour contribuer à **Galsen UI** ! +Merci de votre intérêt pour contribuer à **GalsenUI** ! Voici les étapes à suivre pour ajouter des composants : -## Étape 1 : Comment faire pour contribuer +## Étape 1: Comment faire pour contribuer -1. **[Fork le projet](https://github.com/GalsenDev221/galsen.ui)**. +1. **[Fork le projet](https://github.com/GalsenDev221/galsen.ui.git)**. 2. **Clonez votre fork**. @@ -18,7 +18,7 @@ Voici les étapes à suivre pour ajouter des composants : 6. **Attendez que la pull request soit mergé**. -## Étape 2 : Créer un fichier `.mdx` +## Étape 2: Créer un fichier `.mdx` 1. Accédez au dossier `src/components`. 2. Créez un fichier nommé `galsen-ui-nom-du-fichier.mdx` en respectant le format suivant : @@ -27,7 +27,7 @@ Voici les étapes à suivre pour ajouter des composants : --- title: emoji: - + title: description: components: @@ -35,13 +35,8 @@ Voici les étapes à suivre pour ajouter des composants : title: --- - # Nom Components - - + # Nom Components + ``` - **title** : Le titre du composant. diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index ae89f04..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -# MIT License - -Copyright (c) 2024-present Galsen DEV - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md index a9cc0f4..4d27247 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Galsen UI -**Galsen UI** est une bibliothèque de composants **Tailwind** et **CSS pur** réutilisables, conçue pour la communauté des développeurs du Sénégal. Ce projet **made in Senegal** a pour but de partager des éléments UI modernes et flexibles pour aider les développeurs à accélérer la création de projets. +**Galsen UI** est une bibliothèque de composants **Tailwind CSS** et **CSS pur** réutilisables, conçue pour la communauté des développeurs du Sénégal. Ce projet **made in Senegal** a pour but de partager des éléments UI modernes et flexibles pour aider les développeurs à accélérer la création de projets. Ce projet vient renforcer les projets et activités de la communauté **Galsen DEV**. ## Sommaire @@ -29,7 +29,9 @@ L’objectif est de fournir aux développeurs une base solide pour créer des ap --- -![Made-In-Senegal](https://github.com/GalsenDev221/made.in.senegal/blob/master/assets/badge.svg) +![Made-In-Senegal](./public/svgs/madeinsenegal.svg) + +🚧 Si vous souhaitez contribuer à ce projet, veuillez lire **[CONTRIBUTING.md](../CONTRIBUTING.md)** d'abord ! --- @@ -77,19 +79,19 @@ Une fois le projet lancé, ouvrez votre navigateur et accédez à [http://localh ## Contribuer -Les contributions sont les bienvenues ! - -🚧 Si vous souhaitez contribuer sur Galsen UI, veuillez prendre le temps de bien lire le fichier **[CONTRIBUTING](CONTRIBUTING.md)** d'abord ! +Les contributions sont les bienvenues ! Pour contribuer à **Galsen UI**, suivez les étapes ci-dessous : -Merci à tout ceux qui ont contribués ❤️ +1. **Fork** le dépôt. +2. **Créez une branche** pour votre fonctionnalité (`git checkout -b fonctionnalité/ma-fonctionnalité`). +3. **Commitez vos changements** (`git commit -m 'Ajout d'une nouvelle fonctionnalité'`). +4. **Pushez** la branche (`git push origin fonctionnalité/ma-fonctionnalité`). +5. Ouvrez une **pull request** pour examiner et intégrer vos modifications. - - - +Nous vous invitons également à consulter notre [Code de Conduite](CODE_OF_CONDUCT.md) pour un environnement de collaboration respectueux. ## Licence -Ce projet est sous **[licence MIT](LICENSE.md)**. Vous êtes libre de l'utiliser et de le modifier selon vos besoins. +Ce projet est sous licence [MIT](LICENSE.md). Vous êtes libre de l'utiliser et de le modifier selon vos besoins. Merci d'utiliser **Galsen UI** et de soutenir la communauté Galsen DEV ! Pour toute question, suggestion ou amélioration, n'hésitez pas à nous contacter. diff --git a/components/TheFooter.tsx b/components/TheFooter.tsx index c7e80ac..d33a64d 100644 --- a/components/TheFooter.tsx +++ b/components/TheFooter.tsx @@ -6,7 +6,7 @@ export default function TheFooter() {
  • - - Cover -
    - Our blog -
    - Galsen UI Article -
    -

    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime - mollitia. -

    -
    -
    - diff --git a/public/components/cards/2.html b/public/components/cards/2.html deleted file mode 100644 index e81368e..0000000 --- a/public/components/cards/2.html +++ /dev/null @@ -1,17 +0,0 @@ -
    -
    - -
    - Galsen UI Article -
    -
    -

    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia, - molestiae quas vel sint commodi repudiandae consequuntur voluptatum. -

    -
    -

    16 May, 2024

    -
    -
    diff --git a/public/components/cards/3.html b/public/components/cards/3.html deleted file mode 100644 index 31c87c1..0000000 --- a/public/components/cards/3.html +++ /dev/null @@ -1,26 +0,0 @@ -
    -
    - Cover -
    - -
    - Galsen UI Article -
    -
    -
    - Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime - mollitia. -
    -
    -
    -
    diff --git a/public/components/galsen-ui-footer-links/1.html b/public/components/galsen-ui-footer-links/1.html index 6e6f59f..262021e 100644 --- a/public/components/galsen-ui-footer-links/1.html +++ b/public/components/galsen-ui-footer-links/1.html @@ -1,27 +1,17 @@
    -
    - © Galsen UI. Tous droits réservés - -
    -
    +
    + © Galsen UI. Tous droits réservés + +
    + + \ No newline at end of file diff --git a/src/data/components/galsen-ui-buttons.mdx b/src/data/components/galsen-ui-buttons.mdx index c0c03c6..b9a1e16 100644 --- a/src/data/components/galsen-ui-buttons.mdx +++ b/src/data/components/galsen-ui-buttons.mdx @@ -15,8 +15,4 @@ components: # Button Components - + diff --git a/src/data/components/galsen-ui-cards.mdx b/src/data/components/galsen-ui-cards.mdx deleted file mode 100644 index 29c9436..0000000 --- a/src/data/components/galsen-ui-cards.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Cards -emoji: 🃏 -container: p-6 max-w-md mx-auto -wrapper: h-[300px] -seo: - title: Cards Components - description: Cards components created with Tailwind CSS -components: - 1: - title: Large - 2: - title: Simple - 3: - title: Ultra ---- - -# Tables Components - - diff --git a/src/data/components/galsen-ui-footers.mdx b/src/data/components/galsen-ui-footers.mdx index a69e1f3..ee27d41 100644 --- a/src/data/components/galsen-ui-footers.mdx +++ b/src/data/components/galsen-ui-footers.mdx @@ -17,8 +17,4 @@ components: # Footer Components - + diff --git a/src/data/components/galsen-ui-forms.mdx b/src/data/components/galsen-ui-forms.mdx index f3ca1b3..0e15998 100644 --- a/src/data/components/galsen-ui-forms.mdx +++ b/src/data/components/galsen-ui-forms.mdx @@ -17,8 +17,4 @@ components: # Form Components - + diff --git a/src/data/components/galsen-ui-navbars.mdx b/src/data/components/galsen-ui-navbars.mdx index b7966b9..468b3f6 100644 --- a/src/data/components/galsen-ui-navbars.mdx +++ b/src/data/components/galsen-ui-navbars.mdx @@ -19,8 +19,4 @@ components: # Navbars - + diff --git a/src/data/components/galsen-ui-selects.mdx b/src/data/components/galsen-ui-selects.mdx index 6431e45..4745774 100644 --- a/src/data/components/galsen-ui-selects.mdx +++ b/src/data/components/galsen-ui-selects.mdx @@ -18,10 +18,7 @@ components: description: An optionally disabled select input --- + # Select Components - + \ No newline at end of file diff --git a/src/data/components/galsen-ui-switchs.mdx b/src/data/components/galsen-ui-switchs.mdx index 8666423..01cf31c 100644 --- a/src/data/components/galsen-ui-switchs.mdx +++ b/src/data/components/galsen-ui-switchs.mdx @@ -17,8 +17,4 @@ components: # Swicth Components - + diff --git a/src/data/components/galsen-ui-tables.mdx b/src/data/components/galsen-ui-tables.mdx index 30b10ea..f413d36 100644 --- a/src/data/components/galsen-ui-tables.mdx +++ b/src/data/components/galsen-ui-tables.mdx @@ -17,8 +17,4 @@ components: # Tables Components - + diff --git a/utils/components.ts b/utils/components.ts index 2e9f80e..60b1c15 100644 --- a/utils/components.ts +++ b/utils/components.ts @@ -13,6 +13,13 @@ export const componentsFakeData: IComponent[] = [ alt: "Tables components", link: "/components/tables", }, + { + image: "/images/cards.png", + name: "Cards", + count: 4, + alt: "Cards components", + link: "/components/cards", + }, { image: "/images/navbars.png", name: "Navbars", @@ -20,13 +27,6 @@ export const componentsFakeData: IComponent[] = [ alt: "Navbars components", link: "/components/navbars", }, - { - image: "/images/cards.png", - name: "Cards", - count: 3, - alt: "Cards components", - link: "/components/cards", - }, { image: "/images/footers.png", name: "Footers",