diff --git a/data/partners/bsc.yml b/data/partners/bsc.yml new file mode 100644 index 00000000..799444b5 --- /dev/null +++ b/data/partners/bsc.yml @@ -0,0 +1,5 @@ +name: BSC +url: https://www.bsc.es +image: /uploads/logo-partner-bsc.png +joined_at: 2024.06.01 +type: other diff --git a/data/partners/metagov.yml b/data/partners/metagov.yml new file mode 100644 index 00000000..04bc1317 --- /dev/null +++ b/data/partners/metagov.yml @@ -0,0 +1,5 @@ +name: Metagov +url: https://metagov.org +image: /uploads/logo-partner-metagov.png +joined_at: 2024.07.01 +type: other diff --git a/data/partners/vocdoni.yml b/data/partners/vocdoni.yml index 243afb45..20ef8bdf 100644 --- a/data/partners/vocdoni.yml +++ b/data/partners/vocdoni.yml @@ -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 diff --git a/locales/en.yml b/locales/en.yml index 547891a2..799b1764 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -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%. diff --git a/source/admin/config.yml b/source/admin/config.yml index 9a6c1b03..661d5b54 100644 --- a/source/admin/config.yml +++ b/source/admin/config.yml @@ -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 diff --git a/source/localizable/partners.html.erb b/source/localizable/partners.html.erb index b1bb0704..7ef33639 100644 --- a/source/localizable/partners.html.erb +++ b/source/localizable/partners.html.erb @@ -24,7 +24,7 @@ description:
<%= partial "partials/partners", locals: { type: "public" } %> <%= partial "partials/partners", locals: { type: "provider" } %> - <%= partial "partials/partners", locals: { type: "technology" } %> + <%= partial "partials/partners", locals: { type: "other" } %>
diff --git a/source/uploads/logo-partner-bsc.png b/source/uploads/logo-partner-bsc.png new file mode 100644 index 00000000..7ab970b3 Binary files /dev/null and b/source/uploads/logo-partner-bsc.png differ diff --git a/source/uploads/logo-partner-metagov.png b/source/uploads/logo-partner-metagov.png new file mode 100644 index 00000000..dea8c37b Binary files /dev/null and b/source/uploads/logo-partner-metagov.png differ