Skip to content

Commit ada2fc7

Browse files
committed
add sponsors to homepage
1 parent c56b1a0 commit ada2fc7

File tree

3 files changed

+44
-121
lines changed

3 files changed

+44
-121
lines changed

content/index.ejs

+23-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ dest: index.html
3636
<h2 class="text-blue-dark">Easy to get started with.</h2>
3737

3838
<p class="text-blue-dark leading-normal">
39-
NativeScript-Vue is easy to get started with, it is a single dependency that you can install through npm.
39+
NativeScript-Vue is easy to get started with, it is a single dependency that you can install through
40+
npm.
4041
</p>
4142
</div>
4243

@@ -56,4 +57,25 @@ dest: index.html
5657
</p>
5758
</div>
5859
</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+
</div>
5981
</div>

0 commit comments

Comments
 (0)