mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 12:36:04 +01:00
how about this thing
This commit is contained in:
parent
de69e84e5a
commit
103103764b
1 changed files with 17 additions and 17 deletions
|
@ -9,21 +9,21 @@
|
||||||
%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 Features
|
%h2.text-center Features
|
||||||
.row
|
.row.text-center
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
%h3
|
%h3
|
||||||
Ask and receive questions
|
Ask and receive questions
|
||||||
%p
|
%p
|
||||||
With justask you can ask users questions and receive some from other users or unregistered people! Need to know something more? Keep the discussion ongoing with comments!
|
With justask you can ask users questions and receive some from other users or unregistered people! Need to know something more? Keep the discussion ongoing with comments!
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
%h3
|
%h3
|
||||||
Follow users and get followed
|
Follow users and get followed
|
||||||
%p
|
%p
|
||||||
Following users will allow you to get a personalized feed of all people you want to know more about! Also, you can send a question to all your followers at once!
|
Following users will allow you to get a personalized feed of all people you want to know more about! Also, you can send a question to all your followers at once!
|
||||||
.col-md-4.col-sm-4.col-xs-12
|
.col-md-4.col-sm-4.col-xs-12
|
||||||
%h3
|
%h3
|
||||||
Sharing to other networks
|
Sharing to other networks
|
||||||
%p
|
%p
|
||||||
Want to share the answer you just wrote to a question you think more people should know about? With the simple press of a button your answer is shared where you want!
|
Want to share the answer you just wrote to a question you think more people should know about? With the simple press of a button your answer is shared where you want!
|
||||||
= render "shared/links"
|
= render "shared/links"
|
Loading…
Reference in a new issue