-
Notifications
You must be signed in to change notification settings - Fork 372
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Thib <thib@ergaster.org>
Signed-off-by: Thib <thib@ergaster.org>
Signed-off-by: Thib <thib@ergaster.org>
Deploying matrix-website with
|
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 |
Signed-off-by: Thib <thib@ergaster.org>
<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> |
There was a problem hiding this comment.
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"
There was a problem hiding this 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".
If you believe in what we do and want to support us in our | ||
mission, a donation, even small, can go a long way. |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Supersedes #2682