Skip to content

Commit c2320d0

Browse files
committed
adjust sponsor layout
1 parent c225002 commit c2320d0

File tree

3 files changed

+39
-20
lines changed

3 files changed

+39
-20
lines changed

themes/vue/_config.yml

Lines changed: 29 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ platinum:
4242
- name: Chrome Frameworks Fund
4343
url: https://opencollective.com/2021-frameworks-fund
4444
img: chrome_frameworks_fund.png
45+
- name: HeroDevs
46+
url: https://www.herodevs.com/support/vue
47+
img: herodevs.png
48+
platinum_china:
49+
- name: Aircode
50+
url: https://docs-cn.aircode.io/chatgpt/
51+
img: aircode.png
52+
description: 5 分钟用 JS 接入 ChatGPT
4553
gold:
4654
- name: Volta
4755
url: https://volta.net/?utm_source=vuejs.org&utm_campaign=sponsoring/
@@ -70,9 +78,6 @@ gold:
7078
- name: FASTCODING Inc
7179
url: 'https://fastcoding.jp/javascript/ '
7280
img: fastcoding_inc.svg
73-
- name: VPSServer.com
74-
url: https://www.vpsserver.com
75-
img: vpsserver_com.png
7681
- name: LINE Corporation
7782
url: https://linecorp.com
7883
img: line_corporation.png
@@ -91,19 +96,13 @@ gold:
9196
- name: Crisp
9297
url: https://crisp.chat/en/
9398
img: crisp.png
94-
- name: Cypress.io
95-
url: https://cypress.io
96-
img: cypress_io.svg
9799
- name: Localazy
98100
url: >-
99101
https://localazy.com/blog/how-to-localize-vuejs-app-with-vue-i18n-and-localazy?utm_source=vuejs&utm_medium=banner&utm_campaign=sponsorships_vuejs&utm_content=logo
100102
img: localazy.svg
101103
- name: LearnVue
102104
url: https://learnvue.co
103105
img: learnvue.png
104-
- name: Quickbooks tool hub
105-
url: https://quickbookstoolhub.com
106-
img: quickbooks_tool_hub.png
107106
- name: Casinoburst.com
108107
url: https://casinoburst.com/casino-utan-licens/
109108
img: casinoburst_com.png
@@ -122,15 +121,27 @@ gold:
122121
- name: Goread.io
123122
url: https://goread.io/buy-instagram-followers
124123
img: goread_io.png
125-
- name: Definir Tech
126-
url: https://definir-tech.com/
127-
img: definir_tech.png
128124
- name: Twicsy
129125
url: https://twicsy.com/buy-instagram-likes
130126
img: twicsy.png
131127
- name: Sentry
132128
url: sentry.io/for/vue?utm_source=vuejs.org&utm_medium=paid-community
133129
img: sentry.png
130+
- name: Famous Fonts
131+
url: https://www.fontbolt.com/
132+
img: famous_fonts.png
133+
- name: Justanotherpanel
134+
url: https://justanotherpanel.com/
135+
img: justanotherpanel.png
136+
- name: Likes.io
137+
url: https://likes.io/buy-instagram-followers
138+
img: likes_io.png
139+
- name: Howsociable
140+
url: https://howsociable.com/buy-instagram-followers/
141+
img: howsociable.png
142+
- name: Poprey.com
143+
url: https://poprey.com/
144+
img: poprey_com.png
134145
silver:
135146
- name: Draxlr
136147
url: https://www.draxlr.com
@@ -153,13 +164,16 @@ silver:
153164
- name: Gcore
154165
url: https://gcore.com
155166
img: gcore.png
167+
- name: awisee.agency
168+
url: https://awisee.agency
169+
img: awisee_agency.png
170+
- name: Optimizers
171+
url: https://www.optimizers.nl
172+
img: optimizers.png
156173
bronze:
157174
- name: Derek Pollard
158175
url: https://polyglotengineer.com/derek.pollard
159176
img: derek_pollard.png
160-
- name: Earthlink
161-
url: https://www.earthlink.ro
162-
img: earthlink.png
163177
- name: BGASoft
164178
url: https://www.bgasoft.com
165179
img: bgasoft.png
@@ -178,9 +192,6 @@ bronze:
178192
- name: Bürkert Werke GmbH & Co KG
179193
url: https://www.burkert.com
180194
img: b_rkert_werke_gmbh___co_kg.png
181-
- name: Arcanite
182-
url: https://arcanite.ch
183-
img: arcanite.png
184195
# END SPONSORS
185196
video_china:
186197
- url: http://cloud.youku.com/index.php?source=vuejs

themes/vue/layout/index.ejs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@
4848
})()
4949
</script>
5050
</a>
51+
<br>
52+
<a class="description" href="<%- sponsor.url %>" target="_blank" rel="noopener sponsored">
53+
<%-sponsor.description-%>
54+
</a>
5155
<%_ } _%>
5256
<%_if (theme.platinum_china.length < 2) { _%>
5357
<!-- end: special logic for cn -->
5458
<br>
55-
<a class="become-backer" href="/support-vuejs/#special-sponsor-china">
59+
<!-- <a class="become-backer" href="/support-vuejs/#special-sponsor-china">
5660
成为特别赞助商
57-
</a>
61+
</a> -->
5862
<%_} _%>
5963
</div>
6064
<%_ } _%>

themes/vue/source/css/_sponsors-index.styl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,8 @@
6262
padding: 4px 0
6363
text-align: center
6464
margin: 20px 0 0
65+
.description
66+
margin: 20px 0
67+
.description:hover
68+
color: $green
6569
// end: special logic for cn

0 commit comments

Comments
 (0)