Chore/update readme with made with badges (#17663)

* chore: add badges

* update file names for to future proof

* move images

* Update README.md
This commit is contained in:
Jonathan Summers-Muir
2023-09-23 13:59:19 +08:00
committed by GitHub
parent 3191570982
commit f3f51cc506

View File

@@ -212,6 +212,42 @@ Our approach for client libraries is modular. Each sub-library is a standalone i
<!--- Remove this list if you're translating to another language, it's hard to keep updated across multiple files-->
<!--- Keep only the link to the list of translation files-->
## Badges
![Made with Supabase](./apps/www/public/badge-made-with-supabase.svg)
```md
[![Made with Supabase](https://supabase.com/badge-made-with-supabase.svg)](https://supabase.com)
```
```html
<a href="https://supabase.com">
<img
width="168"
height="28"
src="https://supabase.com/badge-made-with-supabase.svg"
alt="Made with Supabase"
/>
</a>
```
![Made with Supabase (dark)](./apps/www/public/badge-made-with-supabase-dark.svg)
```md
[![Made with Supabase](https://supabase.com/badge-made-with-supabase-dark.svg)](https://supabase.com)
```
```html
<a href="https://supabase.com">
<img
width="168"
height="28"
src="https://supabase.com/badge-made-with-supabase-dark.svg"
alt="Made with Supabase"
/>
</a>
```
## Translations
- [Arabic | العربية](/i18n/README.ar.md)