Skip to content

Commit

Permalink
update sponsors (website)
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Nov 3, 2021
1 parent fefd2e3 commit 749998a
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 15 deletions.
62 changes: 50 additions & 12 deletions docs/.vuepress/components/Sponsors.vue
Original file line number Diff line number Diff line change
@@ -1,29 +1,67 @@
<template>
<div class="sponsors">
<div class="sponsors" :class="level">
<slot />
</div>
</template>

<script>
export default {
props: {
level: {
type: String,
},
},
}
</script>

<style lang="stylus" scoped>
.sponsors
max-width 800px
margin 0 auto
h2
margin-left 0
text-decoration none
a.header-anchor
width auto
margin-right 0
p
font-size 24px
img
width 100%
&.platinum, &.gold, &.bronze
img
width 100%
a
display block
margin-bottom 10px
@media only screen and (min-width: $MQMobileNarrow)
display inline-block
margin-bottom 0
a:last-child
margin-right 0
&.platinum
a
width 100%
@media only screen and (min-width: $MQMobileNarrow)
width 45%
margin-right 8%
&.gold
a
width 45%
margin-right 4%
@media only screen and (min-width: $MQMobileNarrow)
width 31%
margin-right 2%
a
width 100%
display block
margin-bottom 10px
@media only screen and (min-width: $MQMobileNarrow)
&.bronze
a
width 45%
display inline-block
margin-bottom 0
margin-right 4%
@media only screen and (min-width: $MQMobileNarrow)
width 22%
margin-right 3%
a:first-child
margin-right 8%
</style>
Binary file added docs/.vuepress/public/img/microsoft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 21 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,32 @@ Use JSON Type Definition or JSON Schema
</Feature>
</Features>

<Sponsors>
<Sponsors level="platinum">

Platinum sponsors
## Ajv sponsors

[![mozilla](/img/mozilla.svg)](https://www.mozilla.org)
[![reserved](/img/reserved.svg)](https://opencollective.com/ajv)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)

</Sponsors>

<Sponsors level="gold">

[![mozilla](/img/microsoft.png)](https://opensource.microsoft.com)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)

</Sponsors>

<Sponsors level="bronze">

[![retool](/img/retool.svg)](https://retool.com/?utm_source=sponsor&utm_campaign=ajv)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)
[![reserved](/img/reserved.svg)](https://github.com/sponsors/epoberezkin)

</Sponsors>

</HeroSection>

<HomeSection>
Expand Down
Binary file modified docs/projects/tsed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 749998a

Please sign in to comment.