diff --git a/website/src/lib/docs/en/files-and-stats.mdx b/website/src/lib/docs/en/files-and-stats.mdx index a2fb376b3..19d0f29e6 100644 --- a/website/src/lib/docs/en/files-and-stats.mdx +++ b/website/src/lib/docs/en/files-and-stats.mdx @@ -90,14 +90,12 @@ You can also use the mouse wheel to zoom in and out on the elevation profile, an {elevationFill} /> -
-
- -
+
+
### Additional data diff --git a/website/src/lib/docs/en/home/funding.mdx b/website/src/lib/docs/en/home/funding.mdx deleted file mode 100644 index 6327bd332..000000000 --- a/website/src/lib/docs/en/home/funding.mdx +++ /dev/null @@ -1,13 +0,0 @@ - - -## Help keep the website free (and ad-free) - -Each time you add or move GPS points, our servers calculate the best route on the road network. -We also use APIs from MapTiler to display beautiful maps, retrieve elevation data and allow you to search for places. - -Unfortunately, this is expensive. -If you enjoy using this tool and find it valuable, please consider making a small donation to help keep the website free and ad-free. - -Thank you very much for your support! ❤️ \ No newline at end of file diff --git a/website/src/lib/docs/en/home/translation.mdx b/website/src/lib/docs/en/home/translation.mdx deleted file mode 100644 index 07405067d..000000000 --- a/website/src/lib/docs/en/home/translation.mdx +++ /dev/null @@ -1,12 +0,0 @@ - - -## Translation - -The website is translated by volunteers using a collaborative translation platform. -You can contribute by adding or improving translations on our Crowdin project. - -If you would like to start translating into a new language, please get in touch. - -Any help is greatly appreciated! \ No newline at end of file diff --git a/website/src/locales/en.json b/website/src/locales/en.json index abcbfaa65..af1589b84 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -493,7 +493,6 @@ "email": "Email", "contribute": "Contribute", "supported_by": "supported by", - "support_button": "Support gpx.studio on Open Collective", "features": "Features", "route_planning": "Route planning", "route_planning_description": "An intuitive interface to create itineraries tailored to each sport, based on OpenStreetMap data.", @@ -504,8 +503,14 @@ "data_visualization": "Data visualization", "data_visualization_description": "An interactive elevation profile with detailed statistics to analyze recorded activities and future objectives.", "philosophy": "Philosophy", - "identity": "Free, ad-free and open source", - "identity_description": "The website is free to use, without ads, and the source code is publicly available on GitHub. This is only possible thanks to the incredible support of the community." + "foss": "Free, ad-free and open source", + "foss_description": "The website is free to use, without ads, and the source code is publicly available on GitHub.", + "privacy": "Privacy-friendly", + "privacy_description": "Your GPX files never leave your browser. No tracking, no analytics.", + "community": "Made possible by the community", + "community_description": "gpx.studio is funded by user donations, which have sustainably covered its costs for years. The community also helps shape the project through feature suggestions, bug reports, and collaborative translations into many languages.", + "support_button": "Support gpx.studio on Open Collective", + "translate_button": "Help translate the website on Crowdin" }, "docs": { "translate": "Improve the translation on Crowdin", diff --git a/website/src/routes/[[language]]/+page.svelte b/website/src/routes/[[language]]/+page.svelte index a381e77ac..a4f58a78a 100644 --- a/website/src/routes/[[language]]/+page.svelte +++ b/website/src/routes/[[language]]/+page.svelte @@ -1,19 +1,20 @@