renewedtab_website/credits.md

99 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2021-09-11 12:34:52 -07:00
---
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
<p class="has-text-grey-light">
A big thank you to all the contributors, API providers, open source maintainers,
and users
</p>
## 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
<ul>
{% for pair in page.languages | sort %}
<li>
{{ pair[1].flag }}
{{ pair[0] }}:
{% for person in pair[1].people -%}
{%- unless forloop.first %}, {% endunless -%}
{%- if person.link -%}
<a href="{{ person.link }}" rel="nofollow">{{ person.name }}</a>
{%- else -%}
{{ person.name -}}
{%- endif -%}
{% endfor %}
</li>
{% endfor %}
</ul>
<p>
<a class="button is-secondary" href="https://renewedtab.com/translations/">
<i class="fas fa-language mr-2"></i>
Help Translate
</a>
</p>
## 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&trade;.