mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
french translations
This commit is contained in:
@@ -15,6 +15,7 @@ export async function GET() {
|
||||
/**
|
||||
* Converts date from string into a date to allow ordering
|
||||
*/
|
||||
// TODO add into a middleware?
|
||||
const data = await db
|
||||
.collection("tournaments")
|
||||
.aggregate([
|
||||
|
||||
@@ -3,10 +3,10 @@ import Layout from "@/components/Layout";
|
||||
export default function Contact() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-176px)] md:h-[calc(100%-132px)] place-items-center">
|
||||
<header className="grid h-[calc(100%-216px)] md:h-[calc(100%-172px)] place-items-center">
|
||||
<div className="relative h-full w-full bg-amber-200"></div>
|
||||
<div className="absolute">
|
||||
<h1>Contact Page</h1>
|
||||
<h1>Contactez-Nous</h1>
|
||||
</div>
|
||||
</header>
|
||||
</Layout>
|
||||
+6
-6
@@ -4,16 +4,16 @@ import Layout from "@/components/Layout";
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-176px)] md:h-[calc(100%-132px)] place-items-center">
|
||||
<header className="grid h-[calc(100%-216px)] md:h-[calc(100%-172px)] place-items-center">
|
||||
<div className="relative h-full w-full bg-[url('/images/map-bg.jpg')] bg-cover bg-center brightness-[0.2]"></div>
|
||||
<div className="absolute text-center">
|
||||
<h1 className="text-5xl p-5">Echecs France</h1>
|
||||
<h2 className="text-3xl p-5 capitalize">
|
||||
Find chess tournaments in France on a map
|
||||
<h2 className="text-3xl p-5">
|
||||
Trouvez Vos Tournois d'Echecs en France Sur Une Carte
|
||||
</h2>
|
||||
<h3 className="text-xl p-5 mb-5">
|
||||
A visual representation of all the chess tournaments published by
|
||||
the{" "}
|
||||
Une représentation visuelle de tous les tournois d'échecs publiés
|
||||
par la{" "}
|
||||
<Link href="http://www.echecs.asso.fr/" target="_blank">
|
||||
<abbr title="Fédération Française des Échecs">FFE</abbr>
|
||||
</Link>
|
||||
@@ -22,7 +22,7 @@ export default function Home() {
|
||||
href="/tournois"
|
||||
className="text-white bg-gradient-to-r from-teal-400 via-teal-500 to-teal-600 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-teal-300 dark:focus:ring-teal-800 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-2 mb-2"
|
||||
>
|
||||
Get Started
|
||||
Voir La Carte
|
||||
</Link>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@@ -3,10 +3,10 @@ import Layout from "@/components/Layout";
|
||||
export default function About() {
|
||||
return (
|
||||
<Layout>
|
||||
<header className="grid h-[calc(100%-176px)] md:h-[calc(100%-132px)] place-items-center">
|
||||
<header className="grid h-[calc(100%-216px)] md:h-[calc(100%-172px)] place-items-center">
|
||||
<div className="relative h-full w-full bg-amber-200"></div>
|
||||
<div className="absolute">
|
||||
<h1>About Page</h1>
|
||||
<h1>Qui Sommes-Nous</h1>
|
||||
</div>
|
||||
</header>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user