File tree Expand file tree Collapse file tree 2 files changed +48
-35
lines changed
themes/vue/layout/partials Expand file tree Collapse file tree 2 files changed +48
-35
lines changed Original file line number Diff line number Diff line change 12
12
< %_ } _% >
13
13
-->
14
14
15
- <h3 >使用 APIJSON 的 企业或项目 </h3 >
15
+ <h3 >谁在使用 APIJSON ? </h3 >
16
16
17
17
<% _ for (const sponsor of theme .platinum_sponsors ) {_% >
18
18
< a href= " <%- sponsor.url %>" target= " _blank" style= " width: 160px;" >
21
21
< % _ } _%>
22
22
<br >
23
23
24
- <a class =" become-sponsor button white" href =" https://github.com/APIJSON/APIJSON/issues/73" >登记使用 </a >
24
+ <a class =" become-sponsor button white" href =" https://github.com/APIJSON/APIJSON/issues/73" >更多 APIJSON 使用者 </a >
25
25
26
26
<div class =" open-collective-sponsors" >
27
- <h3 >APIJSON 生态及社区的贡献者</h3 >
27
+ <h3 >生态及社区的贡献者</h3 >
28
28
<h4 style =" margin-bottom : 10px " >主项目的贡献者</h4 >
29
29
<% _ for (const sponsor of theme .gold_sponsors ) {_% >
30
30
< a href= " <%- sponsor.url %>" target= " _blank" style= " width: 60px;padding: 0px;margin: 0px" >
31
- < img src= " <%- url_for(`${sponsor.img}`) %>" style= " width: auto;height: 60px" / >
31
+ < img src= " <%- url_for(`${sponsor.img}`) %>" style= " width: auto;height: 60px;border-radius: 60px; " / >
32
32
< / a>
33
33
< % _ } _%>
34
34
<h4 style =" margin-bottom : 10px " >其它项目的作者</h4 >
35
35
<% _ for (const sponsor of theme .silver_sponsors ) {_% >
36
36
< a href= " <%- sponsor.url %>" target= " _blank" style= " width: 60px;padding: 0px;margin: 0px" >
37
- < img src= " <%- url_for(`${sponsor.img}`) %>" style= " width: auto;height: 60px" / >
37
+ < img src= " <%- url_for(`${sponsor.img}`) %>" style= " width: auto;height: 60px;border-radius: 60px; " / >
38
38
< / a>
39
39
< % _ } _%>
40
40
</div >
You can’t perform that action at this time.
0 commit comments