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:
committed by
GitHub
parent
3191570982
commit
f3f51cc506
36
README.md
36
README.md
@@ -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
|
||||
|
||||

|
||||
|
||||
```md
|
||||
[](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>
|
||||
```
|
||||
|
||||

|
||||
|
||||
```md
|
||||
[](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)
|
||||
|
||||
Reference in New Issue
Block a user