Skip to content

Commit 749998a

Browse files
committedNov 3, 2021
update sponsors (website)
1 parent fefd2e3 commit 749998a

File tree

4 files changed

+71
-15
lines changed

4 files changed

+71
-15
lines changed
 
+50-12
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,67 @@
11
<template>
2-
<div class="sponsors">
2+
<div class="sponsors" :class="level">
33
<slot />
44
</div>
55
</template>
66

7+
<script>
8+
export default {
9+
props: {
10+
level: {
11+
type: String,
12+
},
13+
},
14+
}
15+
</script>
16+
717
<style lang="stylus" scoped>
818
.sponsors
919
max-width 800px
1020
margin 0 auto
1121
22+
h2
23+
margin-left 0
24+
text-decoration none
25+
26+
a.header-anchor
27+
width auto
28+
margin-right 0
1229
p
1330
font-size 24px
1431
15-
img
16-
width 100%
32+
&.platinum, &.gold, &.bronze
33+
img
34+
width 100%
35+
a
36+
display block
37+
margin-bottom 10px
38+
@media only screen and (min-width: $MQMobileNarrow)
39+
display inline-block
40+
margin-bottom 0
41+
a:last-child
42+
margin-right 0
43+
44+
&.platinum
45+
a
46+
width 100%
47+
@media only screen and (min-width: $MQMobileNarrow)
48+
width 45%
49+
margin-right 8%
50+
51+
&.gold
52+
a
53+
width 45%
54+
margin-right 4%
55+
@media only screen and (min-width: $MQMobileNarrow)
56+
width 31%
57+
margin-right 2%
1758
18-
a
19-
width 100%
20-
display block
21-
margin-bottom 10px
22-
@media only screen and (min-width: $MQMobileNarrow)
59+
&.bronze
60+
a
2361
width 45%
24-
display inline-block
25-
margin-bottom 0
62+
margin-right 4%
63+
@media only screen and (min-width: $MQMobileNarrow)
64+
width 22%
65+
margin-right 3%
2666
27-
a:first-child
28-
margin-right 8%
2967
</style>
3.96 KB
Loading

‎docs/README.md

+21-3
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,32 @@ Use JSON Type Definition or JSON Schema
3434
</Feature>
3535
</Features>
3636

37-
<Sponsors>
37+
<Sponsors level="platinum">
3838

39-
Platinum sponsors
39+
## Ajv sponsors
4040

4141
[![mozilla](/img/mozilla.svg)](https://www.mozilla.org)
42-
[![reserved](/img/reserved.svg)](https://opencollective.com/ajv)
42+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
43+
44+
</Sponsors>
45+
46+
<Sponsors level="gold">
47+
48+
[![mozilla](/img/microsoft.png)](https://opensource.microsoft.com)
49+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
50+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
4351

4452
</Sponsors>
53+
54+
<Sponsors level="bronze">
55+
56+
[![retool](/img/retool.svg)](https://retool.com/?utm_source=sponsor&utm_campaign=ajv)
57+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
58+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
59+
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
60+
61+
</Sponsors>
62+
4563
</HeroSection>
4664

4765
<HomeSection>

‎docs/projects/tsed.png

1.29 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.