Skip to content

Commit e930ecc

Browse files
committed
add sponsors to all languages, and add Progress as a sponsor
1 parent 90597bf commit e930ecc

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed

content/index.ejs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,12 @@ dest: index.html
7777
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/kiwiirc.png"
7878
alt="KiwiIRC">
7979
</a>
80+
<a href="https://www.progress.com/?source=nativescript-vue.org"
81+
target="_blank"
82+
rel="noopener"
83+
class="p-4">
84+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/progress.png"
85+
alt="Progress">
86+
</a>
8087
</div>
8188
</div>

content/index_ko.ejs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,31 @@ locale: ko
5757
</div>
5858
</div>
5959
</div>
60+
61+
<div class="text-center px-4 md:px-0">
62+
<h1 class="text-blue-dark font-light">Sponsors</h1>
63+
64+
<div class="flex flex-wrap justify-center my-8">
65+
<a href="https://www.privateinternetaccess.com/?source=nativescript-vue.org"
66+
target="_blank"
67+
rel="noopener"
68+
class="p-4">
69+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/pia.png"
70+
alt="PrivateInternetAccess">
71+
</a>
72+
<a href="https://kiwiirc.com/?source=nativescript-vue.org"
73+
target="_blank"
74+
rel="noopener"
75+
class="p-4">
76+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/kiwiirc.png"
77+
alt="KiwiIRC">
78+
</a>
79+
<a href="https://www.progress.com/?source=nativescript-vue.org"
80+
target="_blank"
81+
rel="noopener"
82+
class="p-4">
83+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/progress.png"
84+
alt="Progress">
85+
</a>
86+
</div>
87+
</div>

content/index_pt-BR.ejs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,32 @@ locale: pt-BR
5757
</p>
5858
</div>
5959
</div>
60+
</div>
61+
62+
<div class="text-center px-4 md:px-0">
63+
<h1 class="text-blue-dark font-light">Sponsors</h1>
64+
65+
<div class="flex flex-wrap justify-center my-8">
66+
<a href="https://www.privateinternetaccess.com/?source=nativescript-vue.org"
67+
target="_blank"
68+
rel="noopener"
69+
class="p-4">
70+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/pia.png"
71+
alt="PrivateInternetAccess">
72+
</a>
73+
<a href="https://kiwiirc.com/?source=nativescript-vue.org"
74+
target="_blank"
75+
rel="noopener"
76+
class="p-4">
77+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/kiwiirc.png"
78+
alt="KiwiIRC">
79+
</a>
80+
<a href="https://www.progress.com/?source=nativescript-vue.org"
81+
target="_blank"
82+
rel="noopener"
83+
class="p-4">
84+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/progress.png"
85+
alt="Progress">
86+
</a>
87+
</div>
6088
</div>

content/index_ru.ejs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,32 @@ locale: ru
5757
</p>
5858
</div>
5959
</div>
60+
</div>
61+
62+
<div class="text-center px-4 md:px-0">
63+
<h1 class="text-blue-dark font-light">Sponsors</h1>
64+
65+
<div class="flex flex-wrap justify-center my-8">
66+
<a href="https://www.privateinternetaccess.com/?source=nativescript-vue.org"
67+
target="_blank"
68+
rel="noopener"
69+
class="p-4">
70+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/pia.png"
71+
alt="PrivateInternetAccess">
72+
</a>
73+
<a href="https://kiwiirc.com/?source=nativescript-vue.org"
74+
target="_blank"
75+
rel="noopener"
76+
class="p-4">
77+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/kiwiirc.png"
78+
alt="KiwiIRC">
79+
</a>
80+
<a href="https://www.progress.com/?source=nativescript-vue.org"
81+
target="_blank"
82+
rel="noopener"
83+
class="p-4">
84+
<img class="max-h-16 w-auto" src="https://art.nativescript-vue.org/sponsors/progress.png"
85+
alt="Progress">
86+
</a>
87+
</div>
6088
</div>

0 commit comments

Comments
 (0)