Skip to content

Commit

Permalink
Add 'Others' partners category (#360)
Browse files Browse the repository at this point in the history
- Move Vocdoni to this category
- Add BSC as partner
- Add Metagov as partner
  • Loading branch information
andreslucena authored Sep 5, 2024
1 parent 81f3a46 commit 4b48526
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions data/partners/bsc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: BSC
url: https://www.bsc.es
image: /uploads/logo-partner-bsc.png
joined_at: 2024.06.01
type: other
5 changes: 5 additions & 0 deletions data/partners/metagov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: Metagov
url: https://metagov.org
image: /uploads/logo-partner-metagov.png
joined_at: 2024.07.01
type: other
2 changes: 1 addition & 1 deletion data/partners/vocdoni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Vocdoni
url: https://vocdoni.io/
image: /uploads/logo_partner_vocdoni.svg
joined_at: 2023.02.20
type: technology
type: other
2 changes: 1 addition & 1 deletion locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,9 +392,9 @@ en:
subtitle: These entities and organizations collaborate with Decidim.
title: Partners
type:
other: Others
provider: Service providers
public: Public institutions
technology: Technology partners
partnership-policy:
explanation:
p1: Sustaining Decidim takes time and resources. Several tasks need to be handled, such as reviewing contributions, triaging issues, fixing bugs, writing documentation, and answering general doubts shared by the community. Any organization (enterprise, association, or collective) willing to become a Decidim Partner is committed to contribute to the Decidim Association with a reduced fee of the 3% of the yearly income generated by Decidim activities. In the case of nonprofit organizations, this fee is 1.5%.
Expand Down
2 changes: 1 addition & 1 deletion source/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ collections:
# - {label: "Joined at", name: "joined_at", widget: "datetime", date_format: "YYYY.MM.DD", time_format: false, required: true}
# In the meantime we use a string as a workaround
- {label: "Joined at", name: "joined_at", widget: "string", default: "YYYY.MM.DD", required: true}
- {label: "Type", name: "type", widget: "select", options: ["public", "provider", "technology"], required: false}
- {label: "Type", name: "type", widget: "select", options: ["public", "provider", "other"], required: false}
- name: "Installation (usedby)"
label: "Installation"
format: yml
Expand Down
2 changes: 1 addition & 1 deletion source/localizable/partners.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description:
<div class="container pb-12">
<%= partial "partials/partners", locals: { type: "public" } %>
<%= partial "partials/partners", locals: { type: "provider" } %>
<%= partial "partials/partners", locals: { type: "technology" } %>
<%= partial "partials/partners", locals: { type: "other" } %>
</div>
</section>

Expand Down
Binary file added source/uploads/logo-partner-bsc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/uploads/logo-partner-metagov.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 4b48526

Please sign in to comment.