File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
30
30
<a href =" https://vueschool.io/ " target =" _blank " >
31
31
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" width="200px">
32
32
</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 >
33
37
</p >
34
38
35
39
### Bronze
@@ -38,6 +42,10 @@ Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)
38
42
<a href =" https://vuetifyjs.com " target =" _blank " >
39
43
<img src="https://cdn.discordapp.com/attachments/537832759985700914/537832771691872267/Horizontal_Logo_-_Dark.png" width="100">
40
44
</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 >
41
49
</p >
42
50
43
51
<br >
Original file line number Diff line number Diff line change 1
1
.home .hero img
2
2
max-width 80vw
3
3
4
+ .gold-sponsor ,
5
+ .silver-sponsor ,
6
+ .bronze-sponsor
7
+ margin 0 20px
8
+
4
9
.gold-sponsor
5
10
max-width 300px !important
6
11
7
12
.silver-sponsor
8
13
max-width 200px !important
9
14
10
15
.bronze-sponsor
11
- max-width 150px !important
16
+ max-width 100px !important
17
+ max-height 50px !important
Original file line number Diff line number Diff line change @@ -27,13 +27,21 @@ footer: LICENCE MIT - Created by Guillaume CHAU (@Akryum)
27
27
<a href =" https://vueschool.io/ " target =" _blank " >
28
28
<img src="https://vueschool.io/img/logo/vueschool_logo_multicolor.svg" alt="VueSchool logo" class="silver-sponsor">
29
29
</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 >
30
34
</p >
31
35
32
36
### Bronze
33
37
34
38
<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">
37
45
</a >
38
46
</p >
39
47
You can’t perform that action at this time.
0 commit comments