File tree 4 files changed +71
-15
lines changed
4 files changed +71
-15
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" sponsors" >
2
+ <div class =" sponsors" :class = " level " >
3
3
<slot />
4
4
</div >
5
5
</template >
6
6
7
+ <script >
8
+ export default {
9
+ props: {
10
+ level: {
11
+ type: String ,
12
+ },
13
+ },
14
+ }
15
+ </script >
16
+
7
17
<style lang="stylus" scoped>
8
18
.sponsors
9
19
max-width 800px
10
20
margin 0 auto
11
21
22
+ h2
23
+ margin-left 0
24
+ text-decoration none
25
+
26
+ a .header-anchor
27
+ width auto
28
+ margin-right 0
12
29
p
13
30
font-size 24px
14
31
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%
17
58
18
- a
19
- width 100%
20
- display block
21
- margin-bottom 10px
22
- @media only screen and (min-width : $MQMobileNarrow)
59
+ & .bronze
60
+ a
23
61
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%
26
66
27
- a :first-child
28
- margin-right 8%
29
67
</style >
Original file line number Diff line number Diff line change @@ -34,14 +34,32 @@ Use JSON Type Definition or JSON Schema
34
34
</Feature >
35
35
</Features >
36
36
37
- <Sponsors >
37
+ <Sponsors level = " platinum " >
38
38
39
- Platinum sponsors
39
+ ## Ajv sponsors
40
40
41
41
[ ![ 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 )
43
51
44
52
</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
+
45
63
</HeroSection >
46
64
47
65
<HomeSection >
You can’t perform that action at this time.
0 commit comments