about summary refs log tree commit diff
path: root/app/views/about/index.html.haml
blob: 8e014760ef2d3ef342b7b4090f14017322da13c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.wrapper
  %h1
    = image_tag 'logo.png'
    Mastodon

  %p
    Mastodon is a
    %em free, open-source
    social network server. A
    %em decentralized
    alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the
    %em social network
    seamlessly.
  %p
    %em= Rails.configuration.x.local_domain
    is a Mastodon instance.

  .actions
    = link_to 'Get started', new_user_session_path, class: 'button'