aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/registration.html
blob: de1b19170c152f00e30a21d194f49b055fa93218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
                <center><h1 style="padding-bottom:25px;">New Account Registration</h1></center>
                    <div class="row">
                        <div id="register-text" class="col-md-8">
                            <div class="row">
                                <p>This page allows you to create a new XMPP/Jabber account in this server for the domain {{ site.xmpp-url }}.  Your new JID will be created in the form
                                <code>username@{{ site.xmpp-url }}</code>.</p>
                                <div class="alert alert-warning" style="margin:0 auto;" role="alert">
                                    Please read the sites <a href="{{ site.url }}/privacy-policy/" title="Privacy Policy">privacy policy</a>
                                    before registering a new account.
                                </div>

                                <div class="client-mobile">
                                        <h3>Clients</h3>
                                        <p>After creating an account, you must use a software client to login into the server.
                                            Below is a small list of clients you may use, but really any XMPP client can work.</p>
                                        <p>Once you have logged into the server, you may then chat with users on nearly any XMPP server.</p>
                                        <div class="row">
                                            <div class="col-md-3">
                                                <center><a href="https://conversations.im/" title="Conversations User Guide" target=”_blank”>
                                                    <img src="{{ site.url }}/assets/img/clients/conversations_logo.png" height="80px" width="80px"></a></center>
                                                <center><h4>Conversations</h4></center>
                                            </div>
                                            <div class="col-md-3">
                                                <center><a href="https://swift.im/" title="Swift User Guide" target=”_blank”>
                                                    <img src="{{ site.url }}/assets/img/clients/swift_logo.svg" height="80px" width="80px"></a></center>
                                                <center><h4>Swift</h4></center>
                                            </div>
                        <div class="col-md-3">
                            <center><a href="https://chatsecure.org/" title="Chatsecure User Guide" target=”_blank”>
                                <img src="{{ site.url }}/assets/img/clients/chatsecure_logo.png" height="80px" width="80px"></a></center>
                            <center><h4>ChatSecure</h4></center>
                        </div>
                        <div class="col-md-3">
                            <center><a href="https://gajim.org/" title="Gajim User Guide" target=”_blank”>
                                <img src="{{ site.url }}/assets/img/clients/gajim_logo.png" height="80px" width="80px"></a></center>
                            <center><h4>Gajim</h4></center>
                        </div>
                        </div>
                        <hr style="color:grey">
                        <p>Please see the <a href="{{ site.url }}/help/clients/">client list</a> for a longer list of available clients that may be used.</p>
                    </div>
                </div>
            </div>
        </div>
       {% include registration-form.html %}
    </div>