8000 add htmlburger as sponsor · poorprogrammer/vuejs.org@f125b2f · GitHub
[go: up one dir, main page]

Skip to content

Commit f125b2f

Browse files
committed
add htmlburger as sponsor
1 parent c5847fa commit f125b2f

File tree

4 files changed

+37
-46
lines changed

4 files changed

+37
-46
lines changed

src/support-vuejs/index.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Support Vue.js Development
22

3-
Current premium sponsors:
3+
<a href="https://www.patreon.com/evanyou" target="_blank">
4+
<img style="width:120px" src="https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png">
5+
<span>Support Vue.js on Patreon (recurring pledge)</span>
6+
</a>
7+
8+
<a href="https://www.paypal.me/evanyou" target="_blank">
9+
<img style="width:120px" src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png">
10+
<span>Donate via PayPal (one time)</span>
11+
</a>
12+
13+
## Current premium sponsors:
414

515
<p style="text-align: center">
616
<a href="https://strikingly.com">
@@ -18,6 +28,9 @@ Current premium sponsors:
1828
<a href="https://chaitin.cn">
1929
<img width="250px" src="/images/chaitin.png">
2030
</a>
31+
<a href="https://htmlburger.com" target="_blank">
32+
<img width="250px" src="/images/htmlburger.png">
33+
</a>
2134
</p>
2235

2336
Vue.js is an MIT licensed open source project and completely free to use.
@@ -27,14 +40,4 @@ If you run a business and are using Vue in a revenue-generating product, it make
2740

2841
If you are an individual user and have enjoyed the productivity of using Vue, consider donating as a sign of appreciation - like buying me coffee once in a while :)
2942

30-
As of now I am exploring the possibility of working on Vue.js fulltime - if you are a business that is building core products using Vue.js, I am also open to conversations regarding custom sponsorship arrangements. [Get in touch on Twitter](https://twitter.com/youyuxi).
31-
32-
<a href="https://www.patreon.com/evanyou" target="_blank">
33-
<img style="width:120px" src="https://s3.amazonaws.com/patreon_public_assets/toolbox/patreon.png">
34-
<span>Support Vue.js on Patreon (recurring pledge)</span>
35-
</a>
36-
37-
<a href="https://www.paypal.me/evanyou" target="_blank">
38-
<img style="width:120px" src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png">
39-
<span>Donate via PayPal (one time)</span>
40-
</a>
43+
As of now I am exploring the possibility of working on Vue.js fulltime - if you are a business that is building core products using Vue.js, I am also open to conversations regarding custom sponsorship / consulting arrangements. [Get in touch on Twitter](https://twitter.com/youyuxi).

themes/vue/layout/index.ejs

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,15 @@
3636
</ul>
3737

3838
<div id="sponsors">
39-
<span>Proudly sponsored by</span>
40-
<br>
41-
<a href="https://strikingly.com/s/careers?utm_source=v" target="_blank" style="top:3px">
42-
<img src="/images/strikingly.png">
43-
</a>
44-
<a href="https://itunescn.com/" target="_blank" style="top:2px">
45-
<img src="/images/itunescn.png">
46-
</a>
47-
<a href="https://jsfiddle.net/" target="_blank">
48-
<img src="/images/jsfiddle.png">
49-
</a>
50-
<a href="https://laravel.com/" target="_blank">
51-
<img src="/images/laravel.png">
52-
</a>
53-
<a href="https://chaitin.cn" target="_blank" style="top:-1px">
54-
<img src="/images/chaitin.png">
55-
</a>
39+
<%- partial('partials/sponsors') %>
5640
</div>
5741
</div>
5842

5943
<div class="down"><img src="/images/down.png"></div>
6044
</div>
6145

6246
<div id="sponsors-mobile">
63-
<span>Proudly sponsored by</span>
64-
<br>
65-
<a href="https://strikingly.com/s/careers?utm_source=v" target="_blank" style="top:3px">
66-
<img src="/images/strikingly.png" style="width:150px">
67-
</a>
68-
<a href="https://itunescn.com/" target="_blank" style="top:2px">
69-
<img src="/images/itunescn.png">
70-
</a>
71-
<a href="https://jsfiddle.net/" target="_blank">
72-
<img src="/images/jsfiddle.png">
73-
</a>
74-
<a href="https://laravel.com/" target="_blank">
75-
<img src="/images/laravel.png">
76-
</a>
77-
<a href="https://chaitin.cn" target="_blank" style="top:-1px">
78-
<img src="/images/chaitin.png">
79-
</a>
47+
<%- partial('partials/sponsors') %>
8048
</div>
8149

8250
<div id="example">
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<span>Proudly sponsored by</span>
2+
<br>
3+
<a href="https://strikingly.com/s/careers?utm_source=v" target="_blank" style="top:3px">
4+
<img src="/images/strikingly.png">
5+
</a>
6+
<a href="https://itunescn.com/" target="_blank" style="top:2px">
7+
<img src="/images/itunescn.png">
8+
</a>
9+
<a href="https://jsfiddle.net/" target="_blank">
10+
<img src="/images/jsfiddle.png">
11+
</a>
12+
<a href="https://laravel.com/" target="_blank">
13+
<img src="/images/laravel.png">
14+
</a>
15+
<a href="https://chaitin.cn" target="_blank" style="top:-1px">
16+
<img src="/images/chaitin.png">
17+
</a>
18+
<a href="https://htmlburger.com" target="_blank">
19+
<img src="/images/htmlburger.png">
20+
</a>
28.2 KB
Loading

0 commit comments

Comments
 (0)
0