Fix layout issues & co-locate components (#46)

* Fix layout issues & co-locate components

* Fix front page

* Fix centering
This commit is contained in:
Timothy Armes
2023-07-04 13:26:25 +02:00
committed by GitHub
parent a9822b65fe
commit 75a6c74306
26 changed files with 306 additions and 305 deletions
+7 -7
View File
@@ -1,13 +1,13 @@
{
"Metadata": {
"title": "Echecs France - Tournois d'Echecs",
"description": "Find chess competitions, in France, on a map",
"keywords": "chess, France, competition, competitions, FFE, map"
"description": "Find chess tournaments, in France, on a map",
"keywords": "chess, France, tournament, tournaments, FFE, map"
},
"Nav": {
"title": "Echecs France",
"competitions": "Competitions",
"tournaments": "Tournaments",
"about": "About Us",
"contact": "Contact"
},
@@ -26,19 +26,19 @@
"Home": {
"title": "France Echecs",
"purpose": "Find chess competitions, in France, on a map",
"how": "A graphical representation of all the chess competitions published by the <link>FFE</link>",
"purpose": "Find chess tournaments, in France, on a map",
"how": "A graphical representation of all the chess tournaments published by the <link>FFE</link>",
"mapLink": "See the Map"
},
"Competitions": {
"Tournaments": {
"loading": "Loading...",
"searchLabel": "Search",
"searchPlaceholder": "Search",
"noneFound": "No tournaments found",
"date": "Date",
"town": "Town",
"competition": "Competition",
"tournament": "Tournament",
"timeControl": "Time Control",
"approx": "Géo-localisation is approximative"
},
+3 -3
View File
@@ -7,7 +7,7 @@
"Nav": {
"title": "Échecs France",
"competitions": "Tournois",
"tournaments": "Tournois",
"about": "Qui Sommes-Nous",
"contact": "Contactez-Nous"
},
@@ -31,14 +31,14 @@
"mapLink": "Voir La Carte"
},
"Competitions": {
"Tournaments": {
"loading": "Téléchargement...",
"searchLabel": "Rechercher",
"searchPlaceholder": "Rechercher",
"noneFound": "Pas de tournois trouvé",
"date": "Date",
"town": "Ville",
"competition": "Tournois",
"tournament": "Tournois",
"timeControl": "Cadence",
"approx": "Géolocalisation approximative"
},