mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
@@ -0,0 +1,2 @@
|
|||||||
|
# [Echecs France](https://www.echecsfrance.com/)
|
||||||
|
[](https://github.com/TheRealOwenRees/plantID_discordbot/blob/master/README.md)
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
# [Echecs France](https://www.echecsfrance.com/)
|
# [Echecs France](https://www.echecsfrance.com/)
|
||||||
|
[](https://github.com/TheRealOwenRees/echecsfrance/blob/main/README-fr.md)
|
||||||
|
|
||||||
|

|
||||||
|
[](https://depfu.com)
|
||||||
|

|
||||||
|
|
||||||
## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map
|
## A website displaying upcoming chess tournaments for the [FFE](http://www.echecs.asso.fr/) on a map
|
||||||
|
|
||||||
@@ -16,7 +21,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
|
- [Nodemailer](https://nodemailer.com/about/) - a module for Node.js applications to allow easy as cake email sending
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
Contributions are encouraged.
|
Contributions are encouraged. Please open an issue to discuss your ideas.
|
||||||
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.
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ MISC
|
|||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
//TODO multi-language i18n support - https://nextjs.org/docs/app/building-your-application/routing/internationalization
|
//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 move smaller ui components into a new folder, and make them reusable - such as using generic prop names
|
||||||
//TODO readme
|
//TODO readme badges
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import ContactForm from "@/components/ContactForm";
|
|||||||
export default function Contact() {
|
export default function Contact() {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<section className="grid place-items-center bg-white dark:bg-gray-800">
|
<section className="grid place-items-center bg-white dark:bg-gray-800">
|
||||||
<div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md">
|
<div className="pt-8 pb-32 lg:pt-16 px-4 mx-auto max-w-screen-md">
|
||||||
<h2
|
<h2
|
||||||
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
|
className="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-900 dark:text-white"
|
||||||
|
|||||||
+2
-2
@@ -6,9 +6,9 @@ import { Inter } from "next/font/google";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Echecs France",
|
title: "Echecs France- Tournois d'Echecs",
|
||||||
description: "Trouvez Vos Tournois d'Echecs en France Sur Une Carte",
|
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({
|
export default function RootLayout({
|
||||||
|
|||||||
@@ -2,10 +2,6 @@
|
|||||||
"name": "client",
|
"name": "client",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines": {
|
|
||||||
"node": ">=18.16.0",
|
|
||||||
"npm": "please-use-npm"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
|
|||||||
Reference in New Issue
Block a user