diff --git a/TODO b/TODO index d0449fc..cd3a66d 100644 --- a/TODO +++ b/TODO @@ -4,14 +4,9 @@ TESTS ----------------------------------------------------------------- BUGS -//TODO about page is not centred in Safari //TODO tournament page load is weird on 2nd click. On safari it pauses for a few seconds. Is it trying to load the entire page before displaying? //TODO Nodemailer 'from' reverts to echecsfrance@gmail.com - quick fix done with sender address in subject line ----------------------------------------------------------------- -PAGES -//TODO about page - ---------------------------------------------------------------- DESIGN CHANGES //TODO font size on mobile screen diff --git a/app/page.tsx b/app/page.tsx index 9744d03..1f60bcd 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,12 +1,9 @@ -// noinspection HttpUrlsUsage,HtmlUnknownTarget - import Link from "next/link"; import Image from "next/image"; import Layout from "@/components/Layout"; import bgImage from "@/public/images/map-bg.jpg"; export default function Home() { - // noinspection HtmlUnknownTarget return (
diff --git a/app/qui-sommes-nous/page.tsx b/app/qui-sommes-nous/page.tsx index b04bf52..968d350 100644 --- a/app/qui-sommes-nous/page.tsx +++ b/app/qui-sommes-nous/page.tsx @@ -4,21 +4,21 @@ import Layout from "@/components/Layout"; export default function About() { return ( -
-
+
+

Qui Sommes-Nous?

-

+

This project was first started in early 2022 as a means to visualise where chess tournaments were taking place in France. Having moved to France in 2019, I did not know my way around the country and wanted to know which tournaments were happening near me.

-

+

The project was shelved until Spring 2023 when it was given a new lease of life. Rebuilt from the ground up,{" "} @@ -26,85 +26,85 @@ export default function About() { {" "} is now open source and open to contributions.

-

+

I will be setting up a donation link if you wish to help cover some of the costs of running this website. After costs, and remaining funds will put back into the chess community by means of sponsoring events or by donations.

Credits

-

+

This project is what it is thanks to the contributions of the wider community. In particular I would like to thank the following for their contributions so far: -

    -
  • - - Alvaro - -
  • -
  • - - Flo - -
  • -

+
    +
  • + + Alvaro + +
  • +
  • + + Flo + +
  • +

Tech Blurb

-

+

Echecs France {" "} is built on the following tech stack: -

    -
  • - - NextJS - -
  • -
  • - - Typescript - -
  • -
  • - - Tailwind - -
  • -
  • - - MongoDB - -
  • -

-

+

    +
  • + + NextJS + +
  • +
  • + + Typescript + +
  • +
  • + + Tailwind + +
  • +
  • + + MongoDB + +
  • +
+

with the following core dependencies: -

    -
  • - - Leaflet - -
  • -
  • - - Nodemailer - -
  • -

-

+

    +
  • + + Leaflet + +
  • +
  • + + Nodemailer + +
  • +
+

For more information and details on how to contribute, please visit our{" "} - GitHub repository + GitHub repository.

- .