Skip to content

Commit

Permalink
docs: update sponsors section to include mux
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Mar 21, 2021
1 parent 66557ee commit c3740f3
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Vime is a customizable, extensible, accessible and framework agnostic media play

## 🍭 Examples

**The examples below are using web components but there are bindings for React, Vue, Svelte, Stencil
**The examples below are using web components but there are bindings for React, Vue, Svelte, Stencil
and Angular. If you want to see how they look check out our [Demo](https://vimejs.com/demo).**

```html
Expand Down Expand Up @@ -193,6 +193,14 @@ you need to get started can be found in the [Contributing Guide](./.github/CONTR

A huge thanks to our sponsors who support open-source projects like Vime.

<a href="https://mux.com">
<img
width="100%"
alt="mux"
src="./static/sponsors/mux.png"
/>
</a>

<a href="https://vercel.com">
<img
width="100%"
Expand Down
12 changes: 10 additions & 2 deletions docs/docs/welcome/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import IntroPlayer from '../../src/components/players/LoadableIntroPlayer'
## 🍭 &nbsp;Examples

:::note
The examples below are using web components but there are bindings for React, Vue, Svelte, Stencil
The examples below are using web components but there are bindings for React, Vue, Svelte, Stencil
and Angular. If you want to see how they look check out our [Demo](/demo).
:::

Expand Down Expand Up @@ -193,7 +193,15 @@ you need to get started can be found in the [Contributing Guide](https://github.

A huge thanks to our sponsors who support open-source projects like Vime.

<a href="https://vercel.com/">
<a href="https://mux.com">
<img
width="100%"
alt="mux"
src="https://github.com/vime-js/vime/blob/master/static/sponsors/mux.png?raw=true"
/>
</a>

<a href="https://vercel.com">
<img
width="100%"
alt="vercel"
Expand Down
Binary file modified static/sponsors/cypress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/sponsors/mux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/sponsors/vercel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/sponsors/zeit.png
Binary file not shown.

0 comments on commit c3740f3

Please sign in to comment.