Skip to content

Commit a71f12b

Browse files
committed
chore: fix OpenCollective silver
1 parent 61fbe62 commit a71f12b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

themes/vue/layout/sponsors-page.ejs

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
9191
<%_ } _%>
9292
</p>
9393

94+
<h3>OpenCollective Platinum</h3>
95+
96+
<p class="open-collective-sponsors sponsor-section">
97+
<%_ for (let i = 0; i < 10; i++) {_%>
98+
<a href="https://opencollective.com/vuejs/tiers/platinum-sponsors/<%- i %>/website" target="_blank">
99+
<img src="https://opencollective.com/vuejs/tiers/platinum-sponsors/<%- i %>/avatar.svg">
100+
</a>
101+
<%_ } _%>
102+
</p>
103+
94104
<h3>Special Sponsors (China)</h3>
95105

96106
<p class="platinum">
@@ -131,6 +141,16 @@ Recurring pledges come with exclusive perks, e.g. having your name listed in the
131141
<%_ } _%>
132142
</p>
133143

144+
<h3>OpenCollective Silver</h3>
145+
146+
<p class="open-collective-sponsors sponsor-section">
147+
<%_ for (let i = 0; i < 5; i++) {_%>
148+
<a href="https://opencollective.com/vuejs/tiers/silver-sponsors/<%- i %>/website" target="_blank">
149+
<img src="https://opencollective.com/vuejs/tiers/silver-sponsors/<%- i %>/avatar.svg">
150+
</a>
151+
<%_ } _%>
152+
</p>
153+
134154
<p>
135155
If you run a business and are using Vue in a revenue-generating product, it makes business sense to sponsor Vue development: <b>it ensures the project that your product relies on stays healthy and actively maintained.</b> It can also help your exposure in the Vue community and makes it easier to attract Vue developers.
136156
</p>

0 commit comments

Comments
 (0)