Skip to content

Commit 81fdf07

Browse files
author
Guillaume Chau
committed
chore: update sponsors
1 parent 2037d18 commit 81fdf07

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
3030
<a href="https://vueschool.io/" target="_blank">
3131
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" width="200px">
3232
</a>
33+
34+
<a href="https://www.vuemastery.com/" target="_blank">
35+
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" width="200px">
36+
</a>
3337
</p>
3438

3539
### Bronze
@@ -38,6 +42,10 @@ Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
3842
<a href="https://vuetifyjs.com" target="_blank">
3943
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" width="100">
4044
</a>
45+
46+
<a href="https://www.frontenddeveloperlove.com/" target="_blank" title="Frontend Developer Love">
47+
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267744249085953/frontend_love-logo.png" width="56">
48+
</a>
4149
</p>
4250

4351
<br>

docs/.vuepress/style.styl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
.home .hero img
22
max-width 80vw
33

4+
.gold-sponsor,
5+
.silver-sponsor,
6+
.bronze-sponsor
7+
margin 0 20px
8+
49
.gold-sponsor
510
max-width 300px !important
611

712
.silver-sponsor
813
max-width 200px !important
914

1015
.bronze-sponsor
11-
max-width 150px !important
16+
max-width 100px !important
17+
max-height 50px !important

docs/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,21 @@ footer: LICENCE MIT - Created by Guillaume CHAU (@Akryum)
2727
<a href="https://vueschool.io/" target="_blank">
2828
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" class="silver-sponsor">
2929
</a>
30+
31+
<a href="https://www.vuemastery.com/" target="_blank">
32+
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267759130607630/Vue-Mastery-Big.png" alt="Vue Mastery logo" class="silver-sponsor">
33+
</a>
3034
</p>
3135

3236
### Bronze
3337

3438
<p align="center">
35-
<a href="https://vuetifyjs.com" target="_blank" title="Vuetify">
36-
<img src="https://cdn.vuetifyjs.com/images/logos/v-alt.svg" width="48" height="48">
39+
<a href="https://vuetifyjs.com" target="_blank">
40+
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" alt="Vuetify logo" class="bronze-sponsor">
41+
</a>
42+
43+
<a href="https://www.frontenddeveloperlove.com/" target="_blank" title="Frontend Developer Love">
44+
<img src="https://cdn.discordapp.com/attachments/258614093362102272/557267744249085953/frontend_love-logo.png" alt="Frontend Developer Love logo" class="bronze-sponsor">
3745
</a>
3846
</p>
3947

0 commit comments

Comments
 (0)