mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 18:50:00 +01:00
fluid
This commit is contained in:
parent
e1d250cadd
commit
1870acdd3a
1 changed files with 19 additions and 18 deletions
|
@ -9,21 +9,22 @@
|
||||||
%small
|
%small
|
||||||
Already a member?
|
Already a member?
|
||||||
= link_to 'Sign in', new_user_session_path
|
= link_to 'Sign in', new_user_session_path
|
||||||
%h2.text-center Features
|
.container-fluid
|
||||||
.row.text-center
|
%h2.text-center Features
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
.row.text-center
|
||||||
%h3
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
Ask and answer questions
|
%h3
|
||||||
%p
|
Ask and answer questions
|
||||||
With justask you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
|
%p
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
With justask you can ask people questions and answer questions from other users or unregistered people. Want to know something more? Keep the discussion ongoing in the comments!
|
||||||
%h3
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
Follow users and get followed
|
%h3
|
||||||
%p
|
Follow users and get followed
|
||||||
Following users allows you to get a personalized feed of all people you want to know more about. You can also send a question to all your followers at once!
|
%p
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
Following users allows you to get a personalized feed of all people you want to know more about. You can also send a question to all your followers at once!
|
||||||
%h3
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
Sharing to other networks
|
%h3
|
||||||
%p
|
Sharing to other networks
|
||||||
Want to share your answer to a question that more people can read it? With the simple click on a button, your answer is shared where you want!
|
%p
|
||||||
= render "shared/links"
|
Want to share your answer to a question so that more people read it? With a simple click on the answer button, your answer is shared wherever you want!
|
||||||
|
= render "shared/links"
|
Loading…
Reference in a new issue