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.

19 lines
513 B

  1. .wrapper
  2. %h1
  3. = image_tag 'logo.png'
  4. Mastodon
  5. %p
  6. Mastodon is a
  7. %em free, open-source
  8. social network server. A
  9. %em decentralized
  10. alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Anyone can run Mastodon and participate in the
  11. %em social network
  12. seamlessly.
  13. %p
  14. %em= Rails.configuration.x.local_domain
  15. is a Mastodon instance.
  16. .actions
  17. = link_to 'Get started', new_user_session_path, class: 'button'