From 469099570d922d75289bf2c250b36b8251f81a48 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 11 Sep 2021 20:34:52 +0100 Subject: [PATCH] Add credits page --- _data/features.yml | 2 +- _layouts/default.html | 1 + credits.md | 98 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 credits.md diff --git a/_data/features.yml b/_data/features.yml index 3a8a90b..330c773 100644 --- a/_data/features.yml +++ b/_data/features.yml @@ -56,7 +56,7 @@ - title: Multi-lingual desc: | - Renewed Tab supports Français, Italiano, Bahasa Melayu, Português, and Türkçe. + Renewed Tab supports Français, Italiano, Español, Bahasa Melayu, Português, and Türkçe. Translations are community-maintained, allowing you to add support for your language. diff --git a/_layouts/default.html b/_layouts/default.html index 8950cc5..c171c09 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,6 +37,7 @@ Privacy Policy | Press Kit | Donate | + Credits
Website source | GitLab | GitHub Mirror | diff --git a/credits.md b/credits.md new file mode 100644 index 0000000..10a4a8b --- /dev/null +++ b/credits.md @@ -0,0 +1,98 @@ +--- +title: Credits +layout: article +languages: + Türkçe: + flag: "🇹🇷" + people: + - name: Doğucan Gelbal + + Bahasa Melayu: + flag: "🇲🇾" + people: + - name: Yaya MNH48 + link: https://mnh48.carrd.co/ + + Português: + flag: "🇧🇷" + people: + - name: Darck angel sama + + Italiano: + flag: "🇮🇹" + people: + - name: Zughy + link: https://liberapay.com/Zughy/ + + Français: + flag: "🇫🇷" + people: + - name: EricPorlier + - name: AirSThib + + Español: + flag: "🇪🇸" + people: + - name: j45 +--- + +# Credits + +

+ A big thank you to all the contributors, API providers, open source maintainers, + and users +

+ +## Developers + +Developed by [rubenwardy](https://rubenwardy.com) + +## Contributors + +### Code + +* Thanks to [Auri](https://github.com/Aurailus) for ongoing help with CSS, + design, and a bug fix. + +### Translators + + + +

+ + + Help Translate + +

+ +## Libraries and APIs + +### Libraries + +Thanks to Font-Awesome for icons, React for UI, and WebPack for builds. + +You can see a full list of used libraries in the +[package.json](https://gitlab.com/renewedtab/renewedtab/-/blob/master/package.json) +file. + +### APIs + +Thanks to Unsplash, OpenStreetMap, OpenWeatherMap, Quotes.Rest, +and RocketLaunch.Live for their APIs. + +Thanks to Sentry for keeping Renewed Tab bug free™.