Skip to content

Commit 473a752

Browse files
authored
Merge pull request vuejs#154 from Alex-Sokolov/master
Новые правки
2 parents ab25e65 + f762895 commit 473a752

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

src/support-vuejs/index.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ 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://deepstreamhub.com" target="_blank" style="width:130px;top:1px">
22-
<img src="/images/deepstream.png" style="width:130px">
21+
<a href="https://deepstreamhub.com" target="_blank" style="width:140px;top:1px">
22+
<img src="/images/deepstream.png" style="width:140px">
2323
</a><a href="https://jsfiddle.net">
2424
<img src="/images/jsfiddle.png">
2525
</a><a href="https://laravel.com">
@@ -40,10 +40,12 @@ Vue.js является программным продуктом с откры
4040
<img src="/images/vuejobs.png">
4141
</a><a href="https://leanpub.com/vuejs2" target="_blank">
4242
<img src="/images/tmvuejs2.png">
43+
</a><a href="https://famebroker.com" target="_blank" style="width:135px">
44+
<img src="/images/famebroker.png" style="width:135px">
4345
</a><a href="https://fancygrid.com" target="_blank">
4446
<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">
47+
</a><a href="https://component.io" target="_blank" style="width:140px">
48+
<img src="/images/component_io.png" style="width:140px">
4749
</a>
4850
</p>
4951

themes/vue/layout/partials/language_dropdown.ejs

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<li><a href="https://cn.vuejs.org/" class="nav-link" target="_blank">中文</a></li>
66
<li><a href="https://jp.vuejs.org/" class="nav-link" target="_blank">日本語</a></li>
77
<li><a href="https://kr.vuejs.org/" class="nav-link" target="_blank">한국어</a></li>
8+
<li><a href="https://br.vuejs.org/" class="nav-link" target="_blank">Português</a></li>
89
</ul>
910
</li>

themes/vue/layout/partials/sponsors.ejs

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<a href="https://leanpub.com/vuejs2" target="_blank">
3636
<img src="<%- url_for("/images/tmvuejs2.png") %>">
3737
</a>
38+
<a href="https://famebroker.com" target="_blank" style="width:115px">
39+
<img src="<%- url_for("/images/famebroker.png") %>" style="width:115px">
40+
</a>
3841
<a href="https://fancygrid.com" target="_blank" style="width:110px;">
3942
<img src="<%- url_for("/images/fancygrid.png") %>" style="width:110px">
4043
</a>
3.73 KB
Loading

0 commit comments

Comments
 (0)