Skip to content

Commit

Permalink
docs: update sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and Akryum committed Nov 29, 2019
1 parent 8a4d790 commit 401cad1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 22 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@
</a>
</p>

<p align="center">
<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
</a>
</p>

### Silver

<p align="center">
<a href="https://vueschool.io/" target="_blank">
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" width="200px">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
</a>
</p>

### Bronze
Expand Down
6 changes: 6 additions & 0 deletions packages/docs/src/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.home .hero img
max-width 80vw

.sponsors
display flex
align-items center
justify-content center
flex-wrap wrap

.gold-sponsor,
.silver-sponsor,
.bronze-sponsor
Expand Down
14 changes: 7 additions & 7 deletions packages/docs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ footer: LICENCE MIT - Created by Guillaume CHAU (@Akryum)

### Gold

<p style="text-align: center;">
<p class="sponsors">
<a href="https://www.sumcumo.com/en/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/570728242399674380/logo-sumcumo.png" alt="sum.cumo logo" class="gold-sponsor">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="gold-sponsor">
</a>
</p>

### Silver

<p style="text-align: center;">
<p class="sponsors">
<a href="https://vueschool.io/" target="_blank">
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" class="silver-sponsor">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="silver-sponsor">
</a>
</p>

### Bronze

<p align="center">
<p class="sponsors">
<a href="https://vuetifyjs.com" target="_blank">
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" alt="Vuetify logo" class="bronze-sponsor">
</a>
Expand Down
14 changes: 7 additions & 7 deletions packages/docs/src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ This library integrates [apollo](https://www.apollographql.com/) in your [Vue](h

### Gold

<p style="text-align: center;">
<p class="sponsors">
<a href="https://www.sumcumo.com/en/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/570728242399674380/logo-sumcumo.png" alt="sum.cumo logo" class="gold-sponsor">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="gold-sponsor">
</a>
</p>

### Silver

<p style="text-align: center;">
<p class="sponsors">
<a href="https://vueschool.io/" target="_blank">
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" class="silver-sponsor">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="silver-sponsor">
</a>
</p>

### Bronze

<p align="center">
<p class="sponsors">
<a href="https://vuetifyjs.com" target="_blank">
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" alt="Vuetify logo" class="bronze-sponsor">
</a>
Expand Down
10 changes: 6 additions & 4 deletions packages/vue-apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@
</a>
</p>

<p align="center">
<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
</a>
</p>

### Silver

<p align="center">
<a href="https://vueschool.io/" target="_blank">
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" width="200px">
</a>

<a href="https://www.vuemastery.com/" target="_blank">
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
</a>
</p>

### Bronze
Expand Down

0 comments on commit 401cad1

Please sign in to comment.