Skip to content
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

Cleaning up try now page #761

Merged
merged 1 commit into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions gatsby/src/pages/try-now.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,24 @@ const TryNow = () => {
<MXContentMain>
<div class="mxblock mxblock--try">
<h1 class="mxblock--try__hx">Try Now</h1>
<p class="mxblock--try__p">The easiest way to try Matrix is to use the <a href="https://about.riot.im/" rel="noopener noreferrer" target="_blank">Riot Web</a> client in your browser, which is configured by default to connect to the matrix.org homeserver.</p>

<img src="/images/riot-ensemble.png" width="1120" srcset="/images/riot-ensemble-p-500.png 500w, /images/riot-ensemble-p-800.png 800w, /images/riot-ensemble-p-1080.png 1080w, /images/riot-ensemble.png 1803w" sizes="(max-width: 479px) 96vw, (max-width: 767px) 97vw, (max-width: 991px) 95vw, 800px" alt="" class="mxblock--try__img" />

<a href="https://about.riot.im/" rel="noopener noreferrer" target="_blank" class="mxblock__btn mxblock--hero__btn mxblock--hero_btn--try w-button">Go to Riot.im</a>
<p class="mxblock--try_p">
In order to communicate through matrix, you need to chose a client,
register an account on a homeserver, and join a room.
While your account is tied to your homeserver, you can switch to a different client later,
so go and have a play!
</p>
<p class="mxblock--try__p">
The easiest way to try Matrix is to use
the <a href="https://about.riot.im/" rel="noopener noreferrer" target="_blank">Riot Web</a> client
in your browser, which is configured by default to connect to the matrix.org homeserver.
</p>

<a href="https://about.riot.im/" rel="noopener noreferrer" target="_blank">
<img src="/images/riot-ensemble.png" width="1120" srcset="/images/riot-ensemble-p-500.png 500w, /images/riot-ensemble-p-800.png 800w, /images/riot-ensemble-p-1080.png 1080w, /images/riot-ensemble.png 1803w" sizes="(max-width: 479px) 96vw, (max-width: 767px) 97vw, (max-width: 991px) 95vw, 800px" alt="" class="mxblock--try__img" />
</a>
<a href="https://about.riot.im/" rel="noopener noreferrer" target="_blank" class="mxblock__btn mxblock--hero__btn mxblock--hero_btn--try w-button">
Start Riot Web
</a>

<p class="mxblock--try__p">Alternatively, you can find more clients and servers in <a href="/docs/projects/try-matrix-now">Discover</a>.</p>
</div>
Expand Down