Skip to content

Revamp support & membership #2725

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

thibaultamartin
Copy link
Contributor

@thibaultamartin thibaultamartin commented May 5, 2025

Supersedes #2682

Signed-off-by: Thib <thib@ergaster.org>
Signed-off-by: Thib <thib@ergaster.org>
Signed-off-by: Thib <thib@ergaster.org>
@thibaultamartin thibaultamartin marked this pull request as draft May 5, 2025 11:41
Copy link

cloudflare-workers-and-pages bot commented May 5, 2025

Deploying matrix-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 019e4eb
Status: ✅  Deploy successful!
Preview URL: https://7cb76fc9.matrix-website.pages.dev
Branch Preview URL: https://revamp-support-membership.matrix-website.pages.dev

View logs

Signed-off-by: Thib <thib@ergaster.org>
Comment on lines -24 to -92
<div id="join-foundation">
<h2>Join the Matrix.org Foundation</h2>
<p>
As an organisation, you can have the greatest impact on the
financial health of Matrix. Whether your organisation relies on
Matrix for its internal communication, built a Matrix-based product,
or want to be one of the organisations fuelling the change towards
better online communications, you can join the Matrix.org Foundation
as a member and run for the governing board.
</p>
<a href="/membership" class="call-to-action">Become a member</a>
</div>
<div id="supporters">
<div class="supporters-section" id="platinum-supporters">
<h2>Platinum Members</h2>
<div class="cards">
{% for supporter in supporters.platinum %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/support/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
</div>
</div>
<div class="supporters-section" id="gold-supporters">
<h2>Gold Members</h2>
<div class="cards">
{% for supporter in supporters.gold %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/support/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
</div>
</div>
<div class="supporters-section" id="silver-supporters">
<h2>Silver Members</h2>
<div class="cards">
{% for supporter in supporters.silver %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/support/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
</div>
</div>
<div class="supporters-section" id="ecosystem-supporters">
<h2>Ecosystem Members</h2>
<div class="cards">
{% for supporter in supporters.ecosystem %}
<a href="{{ supporter.website }}" target="_blank" class="supporters-card">
<img src="/support/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
</div>
</div>
<div class="supporters-section" id="associate-supporters">
<h2>Associate Members</h2>
<div class="cards">
{% for supporter in supporters.associate %}
<a href="{{ supporter.website }}" class="supporters-card">
<img src="/support/{{ supporter.logo }}" alt="{{ supporter.name }}'s logo">
<span>{{ supporter.name }}</span>
</a>
{% endfor %}
</div>
</div>
</div>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ftr this means the references from recent blog posts get "broken"

Copy link
Collaborator

@HarHarLinks HarHarLinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I would like the /support headlines to be a bit more specific about who you are donating to where applicable. The navbar says "Support us".

Comment on lines +29 to +30
If you believe in what we do and want to support us in our
mission, a donation, even small, can go a long way.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

benevity code?

are we charitable with some tax exempt status for donations yet?

<div class="content">
<img src="/assets/frontpage/federation-visual-mobile.svg"
alt="An abstract representation of the federation" />
<h2>Join as a member</h2>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would read nicer if it didn't repeat "Join" :)

<div class="content">
<h2>Make a donation</h2>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if one time donations should be the priority? Probably not since they're less sustainable than memberships?

<div class="content">
<h2>Join a working group</h2>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe worth mentioning wrt volunteering, I think the SCT has also repeatedly said you can support it by writing spec PRs and stuff, but they also struggle to find these contributors.

@HarHarLinks HarHarLinks changed the title Revamp support membership Revamp support & membership May 5, 2025
@HarHarLinks HarHarLinks added enhancement This would be an improvement to the website. foundation Things that are foundation related or external services mentioning matrix that need changes labels May 5, 2025
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is an issue with the Membership tiers title alignment compared to the member constituencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This would be an improvement to the website. foundation Things that are foundation related or external services mentioning matrix that need changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants