@@ -12,10 +12,13 @@ <h1>{{ page.title }}</h1>
12
12
< div class ="step choose-a-client ">
13
13
< div class ="instructions ">
14
14
< h3 > Choose a client</ h3 >
15
- < p > We recommend Element as a safe default, but there is a variety of
16
- clients available.
15
+ < p >
16
+ We recommend Element as a safe default, but there is a variety of clients available.
17
17
</ p >
18
- < a href ="/ecosystem/clients " class ="call-to-action "> Browse clients</ a >
18
+ < div class ="cta-wrapper ">
19
+ < a href ="/ecosystem/clients/element/ " class ="call-to-action "> Install Element</ a >
20
+ < a href ="/ecosystem/clients " class ="call-to-action secondary "> Browse clients</ a >
21
+ </ div >
19
22
</ div >
20
23
< img src ="/assets/try-matrix/client.svg " alt ="Artist view of an abstract matrix client. " />
21
24
</ div >
@@ -24,14 +27,16 @@ <h3>Choose a client</h3>
24
27
< div class ="step choose-a-server ">
25
28
< div class ="instructions ">
26
29
< h3 > Choose a server</ h3 >
27
- < p > Matrix.org is provided for free by the Foundation, but we
28
- encourage you to < a href ="https://joinmatrix.org/servers "> find an existing server</ a >
29
- or get hosting for your organisation.
30
+ < p >
31
+ Matrix is a decentralised protocol: like email, you need to have an account provider to start using
32
+ matrix.
33
+ </ p >
34
+ < p >
35
+ But picking a provider can be overwhelming for your first steps. The Matrix.org Foundation is
36
+ hosting
37
+ the matrix.org Matrix server for every newcomer to create an account. You can safely use it to
38
+ create an account when getting started.
30
39
</ p >
31
- < div class ="cta-wrapper ">
32
- < a href ="https://joinmatrix.org/servers " class ="call-to-action "> Find a public server</ a >
33
- < a href ="/ecosystem/servers " class ="call-to-action "> Install your own</ a >
34
- </ div >
35
40
</ div >
36
41
< img src ="/assets/try-matrix/server.svg " alt ="Artist view of an abstract server. " />
37
42
</ div >
@@ -44,7 +49,11 @@ <h3>Register and start chatting</h3>
44
49
browse the < a href ="/docs/chat_basics "> chat basics</ a >
45
50
documentation.
46
51
</ p >
47
- < a href ="/docs/chat_basics " class ="call-to-action "> Read the docs</ a >
52
+ < div class ="cta-wrapper ">
53
+ < a href ="/docs/chat_basics/matrix-for-im/#creating-a-matrix-account " class ="call-to-action "> Create
54
+ an account</ a >
55
+ < a href ="/docs/chat_basics " class ="call-to-action secondary "> Read the docs</ a >
56
+ </ div >
48
57
</ div >
49
58
< img src ="/assets/try-matrix/chat.svg " alt ="Abstract representation of a chat. " />
50
59
</ div >
0 commit comments