You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
773 B

  1. - content_for :page_title do
  2. = Rails.configuration.x.local_domain
  3. .wrapper
  4. %h1
  5. = image_tag 'logo.png'
  6. Mastodon
  7. %p
  8. Mastodon is a
  9. %em free, open-source
  10. social network server. A
  11. %em decentralized
  12. alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the
  13. %em social network
  14. seamlessly.
  15. %p
  16. %em= Rails.configuration.x.local_domain
  17. is a Mastodon instance.
  18. .screenshot= image_tag 'screenshot.png'
  19. .actions
  20. .info
  21. = link_to 'Source code', 'https://github.com/Gargron/mastodon'
  22. = link_to 'Get started', new_user_registration_path, class: 'button'
  23. = link_to 'Log in', new_user_session_path, class: 'button'