Skip to content

Commit f30f0ad

Browse files
authored
Merge pull request vuejs#149 from Alex-Sokolov/master
Обновление спонсоров
2 parents 71661ff + eb29faa commit f30f0ad

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

src/support-vuejs/index.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Vue.js является программным продуктом с откры
1818
### Gold ($500/mo)
1919

2020
<p style="text-align: center; margin-top: 0; margin-bottom: 60px" class="sponsors-page">
21-
<a href="https://jsfiddle.net">
21+
<a href="https://deepstreamhub.com" target="_blank" style="width:130px;top:1px">
22+
<img src="/images/deepstream.png" style="width:130px">
23+
</a><a href="https://jsfiddle.net">
2224
<img src="/images/jsfiddle.png">
2325
</a><a href="https://laravel.com">
2426
<img src="/images/laravel.png">
@@ -32,8 +34,6 @@ Vue.js является программным продуктом с откры
3234
<img src="/images/monterail.png">
3335
</a><a href="https://www.trisoft.ro/" target="_blank">
3436
<img src="/images/trisoft.png">
35-
</a><a href="http://actualize.co" target="_blank" style="width:180px">
36-
<img src="/images/actualize.png" style="width:180px">
3737
</a><a href="https://www.2mhost.com/" target="_blank">
3838
<img src="/images/2mhost.png">
3939
</a><a href="https://vuejsjob.com/?ref=vuejs" target="_blank" style="position:relative;top:6px">
@@ -42,6 +42,8 @@ Vue.js является программным продуктом с откры
4242
<img src="/images/tmvuejs2.png">
4343
</a><a href="https://fancygrid.com" target="_blank">
4444
<img src="https://fancygrid.com/logo/logo.png">
45+
</a><a href="https://component.io" target="_blank" style="width:150px">
46+
<img src="/images/component_io.png" style="width:150px">
4547
</a>
4648
</p>
4749

themes/vue/layout/partials/sponsors.ejs

+10-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<img src="<%- url_for("/images/stdlib.png") %>">
33
</a>
44
<br/>
5+
<a href="https://deepstreamhub.com" target="_blank" style="width:130px;top:1px">
6+
<img src="<%- url_for("/images/deepstream.png") %>" style="width:130px">
7+
</a>
58
<a href="https://jsfiddle.net/" target="_blank">
69
<img src="<%- url_for("/images/jsfiddle.png") %>">
710
</a>
@@ -26,12 +29,15 @@
2629
<a href="https://www.2mhost.com/" target="_blank" style="width:90px">
2730
<img src="<%- url_for("/images/2mhost.png") %>" style="width:90px">
2831
</a>
29-
<a href="https://vuejobs.com/?ref=vuejs" target="_blank" style="width:90px;top:5px">
30-
<img src="<%- url_for("/images/vuejobs.png") %>" style="width:90px">
32+
<a href="https://vuejobs.com/?ref=vuejs" target="_blank" style="width:80px;top:4px">
33+
<img src="<%- url_for("/images/vuejobs.png") %>" style="width:80px">
3134
</a>
3235
<a href="https://leanpub.com/vuejs2" target="_blank">
3336
<img src="<%- url_for("/images/tmvuejs2.png") %>">
3437
</a>
35-
<a href="https://fancygrid.com" target="_blank">
36-
<img src="https://fancygrid.com/logo/logo.png">
38+
<a href="https://fancygrid.com" target="_blank" style="width:110px;">
39+
<img src="https://fancygrid.com/logo/logo.png" style="width:110px">
40+
</a>
41+
<a href="https://component.io" target="_blank" style="width:120px;top:1px">
42+
<img src="<%- url_for("/images/component_io.png") %>" style="width:120px">
3743
</a>
5.64 KB
Loading
16 KB
Loading

0 commit comments

Comments
 (0)