diff --git a/docs/themes/navy/languages/en.yml b/docs/themes/navy/languages/en.yml index ab3562721..812186791 100644 --- a/docs/themes/navy/languages/en.yml +++ b/docs/themes/navy/languages/en.yml @@ -11,9 +11,12 @@ index: contributors: title: Contributors description: 'LiquidJS follows the all-contributors specification, see guildelines here! Thanks goes to these wonderful people:' - sponsors: + backers: title: Backers description: 'Love LiquidJS and want to contribute? Become a backer. Find out more how to contribute!' + sponsors: + title: Sponsors + description: 'If LiquidJS is benefiting your business/company, please sponsor us to make it better!' playground: title: Playground diff --git a/docs/themes/navy/layout/index.swig b/docs/themes/navy/layout/index.swig index 0be6df095..15729aa12 100644 --- a/docs/themes/navy/layout/index.swig +++ b/docs/themes/navy/layout/index.swig @@ -43,14 +43,21 @@ +
+
+
+

{{__('index.backers.title')}}

+

{{__('index.backers.description')}}

+ +
+
+

{{__('index.sponsors.title')}}

{{__('index.sponsors.description')}}

-
- -
+
diff --git a/docs/themes/navy/source/css/_partial/index.styl b/docs/themes/navy/source/css/_partial/index.styl index 97de33836..864644947 100644 --- a/docs/themes/navy/source/css/_partial/index.styl +++ b/docs/themes/navy/source/css/_partial/index.styl @@ -171,7 +171,7 @@ background: var(--color-link-hover) color: #fff -#sponsors-wrap, #contributors-wrap +#backers-wrap, #sponsors-wrap, #contributors-wrap background: var(--color-navy-lighter) border-top: 1px solid #161d24 border-bottom: 1px solid #161d24 @@ -211,10 +211,8 @@ background: #fff color: var(--color-navy-lighter) -#sponsors-wrap - background: var(--color-content-bg) +#sponsors-wrap, #backers-wrap border: none - text-align: right overflow: hidden; .inner h3 @@ -222,7 +220,7 @@ p color: var(--color-gray) .open-collective - margin: 0 auto + max-width: 100% .description a color: #333 &:hover @@ -236,3 +234,7 @@ &:hover background: #fff color: var(--color-navy-lighter) + +#backers-wrap + text-align: right + background: var(--color-content-bg)