-
-
Notifications
You must be signed in to change notification settings - Fork 404
add a section for platinum members as well as a call to action for becoming a member #3087
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7b7b03d
add a section for platinum members as well as a call to action for be…
MTRNord e62a771
undo extra reformmating
MTRNord f2d285f
fix text centering
MTRNord 2da14ac
fix another missing text-align
MTRNord 16aeef7
convert become-a-member__content to an id
MTRNord db5399a
ensure consistent h2 font sizes
MTRNord 3ae85d5
update title from sponsor to member as per foundation request
MTRNord d3ae99e
improve wording as requested by Element
MTRNord 1ba9832
set up _blank with the correct ref attributes
MTRNord 80740dc
add license information of the element logo used
MTRNord 7ea3dcd
replace cards with a simple logo setup based on feedback
MTRNord File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| All Rights Reserved. The Element name, logo and device are registered trade marks of Element Creations Ltd. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| # SPDX-FileCopyrightText: 2025 Element Creations Ltd | ||
| # | ||
| # SPDX-License-Identifier: LicenseRef-ElementLogo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,6 +46,25 @@ <h2>Build advanced, rich communication applications on top of Matrix.</h2> | |
| <img src="/element-call.webp" id="complex-apps-image" | ||
| alt="A conversation between four people on Element Call, a VoIP conference tool based on Matrix." /> | ||
| </div> | ||
| <div id="platinum-sponsor" class="section"> | ||
| <h2>Platinum member</h2> | ||
| <div class="row"> | ||
| <div class="membership-card"> | ||
| <a target="_blank" rel="noreferrer noopener" href="https://element.io/built-on-matrix" class="membership-card__content"> | ||
| <img alt="Element.io Logo" src="images/element-creators-of-matrix--dark.svg"></img> | ||
| </a> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div id="become-a-member" class="section"> | ||
| <div id="become-a-member__content"> | ||
| <h2>Become a member</h2> | ||
| <p>The Matrix.org Foundation members guide and support the Foundation's focus.</p> | ||
| <a href="/membership" class="call-to-action">Support us</a> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. /me grumbles about link checker
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes but sadly not possible in templates :/ |
||
| </div> | ||
| </div> | ||
|
|
||
| <div id="buildonmatrix" class="section"> | ||
| <img class="logo" src="images/matrix-favicon.svg" alt="The Matrix Logo" /> | ||
| <img id="bridge_visual" src="/assets/frontpage/bridge-visual.svg" | ||
|
|
@@ -67,4 +86,3 @@ <h2>Build on Matrix</h2> | |
| </div> | ||
| </div> | ||
| {% endblock content %} | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.