mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Merge pull request #101 from TheRealOwenRees/about
minor about page adjustments
This commit is contained in:
@@ -66,7 +66,7 @@ export default function About() {
|
|||||||
),
|
),
|
||||||
})}
|
})}
|
||||||
</p>
|
</p>
|
||||||
<ul className="mb-4 flex justify-around text-primary-600">
|
<ul className="mx-auto mb-4 flex max-w-lg justify-around text-primary-600">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://nextjs.org/" target="_blank">
|
<Link href="https://nextjs.org/" target="_blank">
|
||||||
NextJS
|
NextJS
|
||||||
@@ -91,7 +91,7 @@ export default function About() {
|
|||||||
<p className="mb-4 text-center font-light text-gray-500 dark:text-gray-400 md:text-xl">
|
<p className="mb-4 text-center font-light text-gray-500 dark:text-gray-400 md:text-xl">
|
||||||
{t("techWith")}
|
{t("techWith")}
|
||||||
</p>
|
</p>
|
||||||
<ul className="mb-4 flex justify-around text-primary-600">
|
<ul className="mx-auto mb-8 flex max-w-md justify-around text-primary-600">
|
||||||
<li>
|
<li>
|
||||||
<Link href="https://leafletjs.com/" target="_blank">
|
<Link href="https://leafletjs.com/" target="_blank">
|
||||||
Leaflet
|
Leaflet
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
"p3": " I plan to implement an online donation button for those who wish to contribute to the expenses associated with the website. Once the operating costs are deducted, any remaining funds will be redirected to the chess community, either by sponsoring events or through the creation of donations.",
|
"p3": " I plan to implement an online donation button for those who wish to contribute to the expenses associated with the website. Once the operating costs are deducted, any remaining funds will be redirected to the chess community, either by sponsoring events or through the creation of donations.",
|
||||||
"thanksTitle": "Thanks",
|
"thanksTitle": "Thanks",
|
||||||
"thanksInfo": "This project is what it is thanks to the contributions of all of you. I would like to extend special thanks to the following individuals for their contributions:",
|
"thanksInfo": "This project is what it is thanks to the contributions of all of you. I would like to extend special thanks to the following individuals for their contributions:",
|
||||||
"techTitle": "Tech Blurb",
|
"techTitle": "Tech",
|
||||||
"techInfo": "<homeLink>Échecs France</homeLink> uses\u00a0:",
|
"techInfo": "<homeLink>Échecs France</homeLink> uses\u00a0:",
|
||||||
"techWith": "with",
|
"techWith": "with",
|
||||||
"contribInfo": "For more information on how to contribute, please visit our <link>GitHub</link>."
|
"contribInfo": "For more information on how to contribute, please visit our <link>GitHub</link>."
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
"p3": "Je compte mettre en place un bouton de don en ligne pour ceux qui souhaitent participer aux frais associés au site. Une fois les coûts de fonctionnement déduits, tous les fonds restant seront redirigés vers le monde des échecs soit en sponsorant des événements ou par la création de dons.",
|
"p3": "Je compte mettre en place un bouton de don en ligne pour ceux qui souhaitent participer aux frais associés au site. Une fois les coûts de fonctionnement déduits, tous les fonds restant seront redirigés vers le monde des échecs soit en sponsorant des événements ou par la création de dons.",
|
||||||
"thanksTitle": "Remerciements",
|
"thanksTitle": "Remerciements",
|
||||||
"thanksInfo": "Ce projet est ce qu'il est grâce aux contributions de vous tous. Je souhaite en particulier remercier les personnes suivantes pour leurs contributions\u00a0:",
|
"thanksInfo": "Ce projet est ce qu'il est grâce aux contributions de vous tous. Je souhaite en particulier remercier les personnes suivantes pour leurs contributions\u00a0:",
|
||||||
"techTitle": "Tech Blurb",
|
"techTitle": "Tech",
|
||||||
"techInfo": "<homeLink>Échecs France</homeLink> utilise\u00a0:",
|
"techInfo": "<homeLink>Échecs France</homeLink> utilise\u00a0:",
|
||||||
"techWith": "avec",
|
"techWith": "avec",
|
||||||
"contribInfo": "Pour plus d'informations sur les moyens de contribution, veuillez visiter notre <link>GitHub</link>."
|
"contribInfo": "Pour plus d'informations sur les moyens de contribution, veuillez visiter notre <link>GitHub</link>."
|
||||||
|
|||||||
Reference in New Issue
Block a user