From bd8187fd74e95d47bcc0d7dec0977b6904b7f021 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Fri, 23 Jun 2023 09:07:54 +0200 Subject: [PATCH 1/2] badges added --- README-fr.md | 2 ++ README.md | 9 +++++++-- TODO | 2 +- app/layout.tsx | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 README-fr.md diff --git a/README-fr.md b/README-fr.md new file mode 100644 index 0000000..fae0590 --- /dev/null +++ b/README-fr.md @@ -0,0 +1,2 @@ +# [Echecs France](https://www.echecsfrance.com/) +[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/TheRealOwenRees/plantID_discordbot/blob/master/README.md) diff --git a/README.md b/README.md index 3158857..6291883 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # [Echecs France](https://www.echecsfrance.com/) +[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/TheRealOwenRees/plantID_discordbot/blob/master/README-fr.md) + +![GitHub](https://img.shields.io/github/license/therealowenrees/echecsfrance) +![Depfu](https://img.shields.io/depfu/dependencies/github/TheRealOwenRees/echecsfrance) ## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map @@ -16,7 +20,8 @@ and is deployed on [Vercel](https://vercel.com/) - [Nodemailer](https://nodemailer.com/about/) - a module for Node.js applications to allow easy as cake email sending ## Contributions -Contributions are encouraged. -Please open an issue to discuss your ideas. +Contributions are encouraged. Please open an issue to discuss your ideas. +Add your code into a feature branch such as `feature/feature-name`. We utilise a [Github Flow](https://www.gitkraken.com/learn/git/best-practices/git-branch-strategy#github-flow-considerations) branching strategy. + Please see the TODO file for a list of suggestions. diff --git a/TODO b/TODO index a868abd..1aa5aa1 100644 --- a/TODO +++ b/TODO @@ -30,4 +30,4 @@ MISC ---------------------------------------------------------------- //TODO multi-language i18n support - https://nextjs.org/docs/app/building-your-application/routing/internationalization //TODO move smaller ui components into a new folder, and make them reusable - such as using generic prop names -//TODO readme +//TODO readme badges diff --git a/app/layout.tsx b/app/layout.tsx index 50bb68a..1e52a4a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,9 +6,9 @@ import { Inter } from "next/font/google"; const inter = Inter({ subsets: ["latin"] }); export const metadata = { - title: "Echecs France", + title: "Echecs France- Tournois d'Echecs", description: "Trouvez Vos Tournois d'Echecs en France Sur Une Carte", - keywords: "echecs, France, tournoi, tournois, FFE", + keywords: "echecs, France, tournoi, tournois, FFE, carte", }; export default function RootLayout({ From 25036d579085c58ce5859ddf51dcad7b0bf8ff5e Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Fri, 23 Jun 2023 10:00:38 +0200 Subject: [PATCH 2/2] readme and package updates --- README.md | 5 +++-- app/contactez-nous/page.tsx | 2 +- package.json | 4 ---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6291883..0dbb617 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # [Echecs France](https://www.echecsfrance.com/) -[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/TheRealOwenRees/plantID_discordbot/blob/master/README-fr.md) +[![fr](https://img.shields.io/badge/lang-fr-blue.svg)](https://github.com/TheRealOwenRees/echecsfrance/blob/main/README-fr.md) ![GitHub](https://img.shields.io/github/license/therealowenrees/echecsfrance) +[![Depfu](https://badges.depfu.com/badges/9c033bb722da0655f2a0e31ed9d228bc/status.svg)](https://depfu.com) ![Depfu](https://img.shields.io/depfu/dependencies/github/TheRealOwenRees/echecsfrance) ## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map @@ -24,4 +25,4 @@ Contributions are encouraged. Please open an issue to discuss your ideas. Add your code into a feature branch such as `feature/feature-name`. We utilise a [Github Flow](https://www.gitkraken.com/learn/git/best-practices/git-branch-strategy#github-flow-considerations) branching strategy. -Please see the TODO file for a list of suggestions. +Please see the [TODO](https://github.com/TheRealOwenRees/echecsfrance/blob/main/TODO) file for a list of suggestions. diff --git a/app/contactez-nous/page.tsx b/app/contactez-nous/page.tsx index 8a8a2b3..1ca52c4 100644 --- a/app/contactez-nous/page.tsx +++ b/app/contactez-nous/page.tsx @@ -5,7 +5,7 @@ import ContactForm from "@/components/ContactForm"; export default function Contact() { return ( -
+

=18.16.0", - "npm": "please-use-npm" - }, "scripts": { "dev": "next dev", "build": "next build",