Skip to content

Commit

Permalink
Merge pull request #25 from resonatecoop/new-website
Browse files Browse the repository at this point in the history
Update Join now style and links, rename the-coop -> coop and update footer links
  • Loading branch information
angusmcleod authored Oct 19, 2021
2 parents 2455947 + bae55d4 commit d90aedd
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 66 deletions.
10 changes: 9 additions & 1 deletion src/assets/css/_buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@ a.btn {
color: var(--black);
}

.btn-black {
border-color: var(--black);
background: var(--black);
color: var(--near-white);
}
.btn-black:hover {
color: var(--white);
}

.btn-white {
background: none;
border-color: var(--light-gray);
color: var(--light-gray);
}

.btn-white:hover {
border-color: var(--white);
color: var(--white);
Expand Down
62 changes: 27 additions & 35 deletions src/config/_default/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ en:
weight: -110
- name: The Co-op
title: The Co-op
url: /the-coop/
url: /coop/
weight: -109
- name: Blog
title: Resonate Blog
Expand All @@ -38,24 +38,20 @@ en:
weight: 1
- name: The Co-op
title: The Co-op
url: /the-coop/
url: /coop/
weight: 2
- name: Blog
title: Resonate Blog
url: /blog/
weight: 3
- name: Handbook
title: Handbook
url: https://community.resonate.is/c/handbook/60
weight: 4
weight: 3
footer2:
- name: Join
title: Join Resonate
url: https://id.resonate.coop/join
weight: 1
- name: Volunteering
title: Volunteering
url: /volunteering/
url: https://community.resonate.is/
weight: 2
- name: Team
title: Resonate Team
Expand All @@ -79,9 +75,9 @@ en:
url: /contact/
weight: 4
footer4:
- name: Documentation
title: Documentation
url: /documentation/
- name: Help us build
title: Platform - Resonate Community Forum
url: https://community.resonate.is/c/platform
weight: 1
- name: GitHub
title: Resonate GitHub
Expand All @@ -97,12 +93,12 @@ en:
weight: 4
footer:
- name: Terms + Conditions
title: Documentation
url: /terms/
title: Terms + Conditions
url: https://community.resonate.is/docs?topic=1865
weight: 2
- name: Privacy Policy
title: Privacy Policy
url: /privacy-policy/
url: https://community.resonate.is/docs?topic=1863
weight: 3
fr:
weight: 2
Expand Down Expand Up @@ -144,7 +140,7 @@ fr:
weight: 1
- name: La Coop
title: La Coop
url: /the-coop/
url: /coop/
weight: 2
- name: Blog
title: Blog de Resonate
Expand All @@ -161,7 +157,7 @@ fr:
weight: 1
- name: Volunteering
title: Volunteering
url: /volunteering/
url: https://community.resonate.is/
weight: 2
- name: Équipe
title: Équipe de Resonate
Expand All @@ -185,9 +181,9 @@ fr:
url: /contact/
weight: 4
footer4:
- name: Documentation
title: Documentation
url: /documentation/
- name: Help us build
title: Resonate Community Forum Platform
url: https://community.resonate.is/c/platform
weight: 1
- name: GitHub
title: Resonate GitHub
Expand All @@ -203,12 +199,12 @@ fr:
weight: 4
footer:
- name: Terms + Conditions
title: Documentation
url: /terms/
title: Terms + Conditions
url: https://community.resonate.is/docs?topic=1865
weight: 2
- name: Privacy Policy
title: Privacy Policy
url: /privacy-policy/
url: https://community.resonate.is/docs?topic=1863
weight: 3
es:
weight: 3
Expand Down Expand Up @@ -250,24 +246,20 @@ es:
weight: 1
- name: The Co-op
title: The Co-op
url: /the-coop/
url: /coop/
weight: 2
- name: Blog
title: Resonate Blog
url: /blog/
weight: 3
- name: Handbook
title: Handbook
url: https://community.resonate.is/c/handbook/60
weight: 4
weight: 3
footer2:
- name: Join
title: Join Resonate
url: https://id.resonate.coop/join
weight: 1
- name: Volunteering
title: Volunteering
url: /volunteering/
url: https://community.resonate.is/
weight: 2
- name: Team
title: Resonate Team
Expand All @@ -291,9 +283,9 @@ es:
url: /contact/
weight: 4
footer4:
- name: Documentation
title: Documentation
url: /documentation/
- name: Help us build
title: Resonate Community Forum Platform
url: https://community.resonate.is/c/platform
weight: 1
- name: GitHub
title: Resonate GitHub
Expand All @@ -309,10 +301,10 @@ es:
weight: 4
footer:
- name: Terms + Conditions
title: Documentation
url: /terms/
title: Terms and Conditions
url: https://community.resonate.is/docs?topic=1865
weight: 2
- name: Privacy Policy
title: Privacy Policy
url: /privacy-policy/
url: https://community.resonate.is/docs?topic=1863
weight: 3
4 changes: 2 additions & 2 deletions src/content/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ playfair:
- text: "Manifesto"
href: "/manifesto"
- text: "The Co-op"
href: "/the-coop"
href: "/coop"
- text: "stream2own"
href: "/pricing"
cta: "Become a member"
Expand All @@ -39,7 +39,7 @@ features:
src: "images/illustrations/Resonate_Ear.png"
- id: govern-and-own
title: "Gover & own your platform"
text: "**[GOVERN & OWN your platform](/the-coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
text: "**[GOVERN & OWN your platform](/coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
details: "Our members are artists, labels, listeners and workers. <br>One member, one share, one vote."
img:
src: "images/illustrations/Badge.png"
Expand Down
4 changes: 2 additions & 2 deletions src/content/_index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ playfair:
- text: "Manifesto"
href: "/manifesto"
- text: "The Co-op"
href: "/the-coop"
href: "/coop"
- text: "stream2own"
href: "/pricing"
cta: "Become a member"
Expand All @@ -39,7 +39,7 @@ features:
src: "images/illustrations/Resonate_Ear.png"
- id: govern-and-own
title: "Gover & own your platform"
text: "**[GOVERN & OWN your platform](/the-coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
text: "**[GOVERN & OWN your platform](/coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
details: "Our members are artists, labels, listeners and workers. <br>One member, one share, one vote."
img:
src: "images/illustrations/Badge.png"
Expand Down
4 changes: 2 additions & 2 deletions src/content/_index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ playfair:
- text: "Manifesto"
href: "/manifesto"
- text: "The Co-op"
href: "/the-coop"
href: "/coop"
- text: "stream2own"
href: "/pricing"
cta: "Become a member"
Expand All @@ -39,7 +39,7 @@ features:
src: "images/illustrations/Resonate_Ear.png"
- id: govern-and-own
title: "Gover & own your platform"
text: "**[GOVERN & OWN your platform](/the-coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
text: "**[GOVERN & OWN your platform](/coop)** Join as a co-op member to have a real say in the future of digital audio. Be a part of an active co-operative community; govern the decisions and development, share in the profits, build a fairer future."
details: "Our members are artists, labels, listeners and workers. <br>One member, one share, one vote."
img:
src: "images/illustrations/Badge.png"
Expand Down
4 changes: 2 additions & 2 deletions src/content/about/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for:
details: "Resonate stands in solidarity with artists and independent labels fighting the commodification of music and the excessive profits of the majors and tech giants."
links:
- text: "Join a global community of creativity"
href: "/join"
href: "https://id.resonate.coop/join"
img:
src: "images/illustrations/Collaboration.png"
- id: "everyone"
Expand All @@ -29,7 +29,7 @@ for:
links:
- title: "Why we’re a coop"
text: "We’re doing things differently — learn more"
href: "/the-coop"
href: "/coop"
img:
src: "images/illustrations/Badge.png"
why:
Expand Down
4 changes: 2 additions & 2 deletions src/content/about/_index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for:
details: "Resonate stands in solidarity with artists and independent labels fighting the commodification of music and the excessive profits of the majors and tech giants."
links:
- text: "Join a global community of creativity"
href: "/join"
href: "https://id.resonate.coop/join"
img:
src: "images/illustrations/Collaboration.png"
- id: "everyone"
Expand All @@ -29,7 +29,7 @@ for:
links:
- title: "Why we’re a coop"
text: "We’re doing things differently — learn more"
href: "/the-coop"
href: "/coop"
img:
src: "images/illustrations/Badge.png"
why:
Expand Down
4 changes: 2 additions & 2 deletions src/content/about/_index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for:
details: "Resonate stands in solidarity with artists and independent labels fighting the commodification of music and the excessive profits of the majors and tech giants."
links:
- text: "Join a global community of creativity"
href: "/join"
href: "https://id.resonate.coop/join"
img:
src: "images/illustrations/Collaboration.png"
- id: "everyone"
Expand All @@ -29,7 +29,7 @@ for:
links:
- title: "Why we’re a coop"
text: "We’re doing things differently — learn more"
href: "/the-coop"
href: "/coop"
img:
src: "images/illustrations/Badge.png"
why:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "The Co-op"
title: "Co-op"
description: "Resonate is the world’s first co-operative music streaming service — a multi-stakeholder platform co-operative, democratically governed by its members: artists, listeners and workers."
subtitle: "The community-owned music streaming service."
hero:
Expand All @@ -23,8 +23,8 @@ features:
We believe the “one member, one share, one vote” system is democratic, and supports community in a crucial way. Resonate is a co-op because we think that everyone should have the opportunity to own their platform. Everyone involved in the co-op has a say in how platform develops.
cta:
text: "Join the Co-op"
href: "/join"
text: "Join now"
href: "https://id.resonate.coop/join"
link:
text: "Donate"
href: "https://opencollective.com/resonate"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "The Co-op"
title: "Co-op"
description: "Resonate is the world’s first co-operative music streaming service — a multi-stakeholder platform co-operative, democratically governed by its members: artists, listeners and workers."
subtitle: "The community-owned music streaming service."
hero:
Expand All @@ -23,8 +23,8 @@ features:
We believe the “one member, one share, one vote” system is democratic, and supports community in a crucial way. Resonate is a co-op because we think that everyone should have the opportunity to own their platform. Everyone involved in the co-op has a say in how platform develops.
cta:
text: "Join the Co-op"
href: "/join"
text: "Join now"
href: "https://id.resonate.coop/join"
link:
text: "Donate"
href: "https://opencollective.com/resonate"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "The Co-op"
title: "Co-op"
description: "Resonate is the world’s first co-operative music streaming service — a multi-stakeholder platform co-operative, democratically governed by its members: artists, listeners and workers."
subtitle: "The community-owned music streaming service."
hero:
Expand All @@ -23,8 +23,8 @@ features:
We believe the “one member, one share, one vote” system is democratic, and supports community in a crucial way. Resonate is a co-op because we think that everyone should have the opportunity to own their platform. Everyone involved in the co-op has a say in how platform develops.
cta:
text: "Join the Co-op"
href: "/join"
text: "Join now"
href: "https://id.resonate.coop/join"
link:
text: "Donate"
href: "https://opencollective.com/resonate"
Expand Down
2 changes: 1 addition & 1 deletion src/content/pricing/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
p2: "To support exploration of new music, Resonate guarantees artists a minimum earning of One Cent per Play while keeping the price so low Listeners can stream dozens of tracks for the first time for pennies (about 4 cents an hour in most cases). This way, listeners start as explorers and become backers."
link:
text: "Open a new account and we’ll give you around 4 hours of free credit"
href: "/join"
href: "https://id.resonate.coop/join"
pricing:
table: |-
| Stream | Credits | € |
Expand Down
2 changes: 1 addition & 1 deletion src/content/pricing/_index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
p2: "To support exploration of new music, Resonate guarantees artists a minimum earning of One Cent per Play while keeping the price so low Listeners can stream dozens of tracks for the first time for pennies (about 4 cents an hour in most cases). This way, listeners start as explorers and become backers."
link:
text: "Open a new account and we’ll give you around 4 hours of free credit"
href: "/join"
href: "https://id.resonate.coop/join"
pricing:
table: |-
| Stream | Credits | € |
Expand Down
2 changes: 1 addition & 1 deletion src/content/pricing/_index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
p2: "To support exploration of new music, Resonate guarantees artists a minimum earning of One Cent per Play while keeping the price so low Listeners can stream dozens of tracks for the first time for pennies (about 4 cents an hour in most cases). This way, listeners start as explorers and become backers."
link:
text: "Open a new account and we’ll give you around 4 hours of free credit"
href: "/join"
href: "https://id.resonate.coop/join"
pricing:
table: |-
| Stream | Credits | € |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 class="f4 f4-vw-l mb0">{{ .title }}</h2>
<div>{{ .text | markdownify }}</div>
<p class="mt5">
{{ with .cta }}
<a href="{{ .url }}" class="btn mr4">{{ .text }}</a>
<a href="{{ .url }}" class="btn btn-black mr4">{{ .text }}</a>
{{ end }}
{{ with .link }}
<a href="{{ .url }}" class="b">{{ .text }}</a>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="f1 f1-vw-l lh-solid tracked-tight normal black ma0 mb3 pl3" style="ma
<img class="h-auto db center-l" src="{{ $img.Permalink }}" srcset="{{ $img2x.Permalink }} 2x" width="118" height="118" alt="">
</div>
<div class="fl w-100 w-60-m w-40-l pl2 pl3-ns pt3 f5 f5-vw-l">
<a href="https://id.resonate.coop/join" class="btn">{{ T "join_now" }}</a>
<a href="https://id.resonate.coop/join" class="btn btn-black">{{ T "join_now" }}</a>
<p class="mt3"><a href="https://stream.resonate.coop/api/v2/user/connect/resonate" class="b">{{ T "login_player" }}</a></p>
</div>
</div>
Expand Down
Loading

0 comments on commit d90aedd

Please sign in to comment.