This repository has been archived on 2024-07-22 . You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-13 16:03:12 -07:00
- content_for :page_title do
= Rails.configuration.x.local_domain
2016-09-27 14:12:33 -07:00
.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.
2016-11-01 08:58:13 -07:00
.screenshot= image_tag 'screenshot.png'
2016-09-27 14:12:33 -07:00
.actions
2016-11-01 08:58:13 -07:00
.info
2016-11-01 10:03:51 -07:00
=# link_to 'Terms', terms_path
2016-11-01 08:58:13 -07:00
= link_to 'Source code', 'https://github.com/Gargron/mastodon'
2016-10-13 16:03:12 -07:00
= link_to 'Get started', new_user_registration_path, class: 'button'
= link_to 'Log in', new_user_session_path, class: 'button'