diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-27 23:12:33 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-27 23:12:33 +0200 |
commit | e63aebff7a4d978fddd7ed3ddc184ed300843a57 (patch) | |
tree | 959e8d048fe049fa8a69e4d0ff8acf3df2426708 /app/views/about | |
parent | 45a96e899e96da846dbef0d39d6f02db790fccaa (diff) |
Adding landing page
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/index.html.haml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/about/index.html.haml b/app/views/about/index.html.haml new file mode 100644 index 000000000..8e014760e --- /dev/null +++ b/app/views/about/index.html.haml @@ -0,0 +1,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' |