mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-11 20:07:22 +00:00
88 lines
4.2 KiB
HTML
88 lines
4.2 KiB
HTML
{% extends "skel.html" %}
|
|
{% block head_extra %}
|
|
<meta name="description"
|
|
content="The homepage of the matrix.org website. Chat securely with your family, friends, community, or build great apps with Matrix!">
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
|
|
{% endblock head_extra %}
|
|
{% block content %}
|
|
<div id="frontpage">
|
|
<div id="hero" class="section">
|
|
<div class="hero_content">
|
|
<img src="images/matrix-logo-white.svg" alt="The Matrix Logo" />
|
|
<h2>An open network for secure, decentralised communication</h2>
|
|
</div>
|
|
<div id="hero_curve1"></div>
|
|
<div id="hero_curve2"></div>
|
|
<div id="hero_curve3"></div>
|
|
<div id="hero_curve4"></div>
|
|
</div>
|
|
<div id="use-case-personal" class="section">
|
|
<div class="use-case-personal-content">
|
|
<div class="col">
|
|
<h2>Chat with friends, family, communities and co-workers</h2>
|
|
<div class="cta-row">
|
|
<a href="/try-matrix" class="call-to-action">Start a conversation</a>
|
|
<a href="/support" class="call-to-action secondary">Support us</a>
|
|
</div>
|
|
</div>
|
|
<img src="assets/frontpage/personal-graphic.svg" alt="An artist view of a chat timeline." />
|
|
</div>
|
|
<div id="personal_bottom"></div>
|
|
</div>
|
|
<div id="use-case-community" class="section">
|
|
<h2>A cozy, safe, supercharged place for your community</h2>
|
|
<div class="cta-row">
|
|
<a href="/docs/communities" class="call-to-action inverted">Reclaim your Space</a>
|
|
</div>
|
|
<img src="assets/frontpage/community-graphic.svg" alt="An artist view of a chat community." />
|
|
</div>
|
|
<div id="complex-apps" class="section">
|
|
<div class="col">
|
|
<h2>Build advanced, rich communication applications on top of Matrix.</h2>
|
|
<div class="cta-row">
|
|
<a href="/docs/technical" class="call-to-action">Start building apps</a>
|
|
</div>
|
|
</div>
|
|
<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>
|
|
</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"
|
|
alt="A conceptual representation of a bridged system" />
|
|
<img id="homeserver" src="/assets/frontpage/homeserver.svg" alt="A conceptual representation of a homeserver" />
|
|
<img id="federation_visual" src="/assets/frontpage/federation-visual.svg"
|
|
alt="A conceptual representation of the federation between homeservers" />
|
|
<h2>Build on Matrix</h2>
|
|
<p>
|
|
Matrix is a rich ecosystem of clients, servers, bots and application
|
|
services. Find out more in our developer documentation.
|
|
</p>
|
|
<div class="cta-col" style="z-index: 1;">
|
|
<a href="https://github.com/matrix-org" class="call-to-action inverted"><img
|
|
src="/assets/frontpage/github-mark.svg" alt="" /> We're open source</a>
|
|
<a href="https://spec.matrix.org" class="call-to-action inverted">Browse the Specification</a>
|
|
<a href="/support" class="call-to-action inverted secondary">Support us</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock content %}
|