2020-05-09 23:40:32 -07:00
|
|
|
- provide(:title, APP_CONFIG['site_name'])
|
2022-04-08 12:55:05 -07:00
|
|
|
.jumbotron
|
2020-04-26 15:59:53 -07:00
|
|
|
.jumbotron__content
|
2015-05-12 14:53:42 -07:00
|
|
|
.container
|
|
|
|
= render 'layouts/messages'
|
|
|
|
%h1= APP_CONFIG['site_name']
|
2015-05-26 12:15:18 -07:00
|
|
|
%p= t 'views.front.subtitle'
|
2015-05-12 14:53:42 -07:00
|
|
|
%p
|
2020-05-09 23:40:32 -07:00
|
|
|
%a.btn.btn-outline-light.btn-lg{ href: url_for(new_user_registration_path) }
|
2015-05-12 14:53:42 -07:00
|
|
|
Register now
|
|
|
|
%small
|
|
|
|
Already a member?
|
|
|
|
= link_to 'Sign in', new_user_session_path
|
2022-04-08 12:55:05 -07:00
|
|
|
%svg{:viewbox => "0 0 1440 320", :xmlns => "http://www.w3.org/2000/svg"}
|
|
|
|
%path{:d => "M0,160L80,186.7C160,213,320,267,480,250.7C640,235,800,149,960,128C1120,107,1280,149,1360,170.7L1440,192L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z", :fill => "var(--primary)", "fill-opacity" => "1"}
|
|
|
|
.container
|
|
|
|
.row.my-5
|
|
|
|
.col-sm-6
|
|
|
|
%h2.mb-4 Receive and ask questions
|
|
|
|
%p
|
|
|
|
After registering on
|
|
|
|
= APP_CONFIG['site_name']
|
|
|
|
share your unique link to your profile and receive questions in your inbox to answer
|
|
|
|
them right away.
|
|
|
|
%p
|
|
|
|
You can of course also use your account to ask anyone else on the site
|
|
|
|
questions, and once you accumulated followers you can send out questions to all of them
|
|
|
|
at once.
|
|
|
|
.col-sm-6
|
|
|
|
%i.fa.fa-envelope
|
2020-04-26 16:18:46 -07:00
|
|
|
|
2022-04-08 12:55:05 -07:00
|
|
|
.row.my-5
|
|
|
|
.col-sm-6
|
|
|
|
%i.fa.fa-comments
|
|
|
|
.col-sm-6
|
|
|
|
%h2.mb-4 Keep the discussion going
|
2020-05-09 23:40:32 -07:00
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
Someone answered your question and maybe not everything is cleared up? Use comments!
|
|
|
|
On
|
2020-05-09 23:40:32 -07:00
|
|
|
= APP_CONFIG['site_name']
|
2022-04-08 12:55:05 -07:00
|
|
|
you can leave comments on answers to keep the discussion going.
|
2020-04-26 16:18:46 -07:00
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
Don't need to say anything, but still like the answer? Leave a smile (our form of likes) on an answer!
|
|
|
|
|
|
|
|
.row.my-5
|
|
|
|
.col-sm-6
|
|
|
|
%h2.mb-4 Share your answers
|
2020-04-26 16:18:46 -07:00
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
Want your followers on another platform to see your
|
|
|
|
= APP_CONFIG['site_name']
|
|
|
|
answers? You can configure automatic sharing to your favorite platforms easily.
|
|
|
|
%p.text-muted
|
|
|
|
Not sure if it's a favorite, but at the moment only
|
|
|
|
%b Twitter
|
|
|
|
is supported.
|
|
|
|
.col-sm-6
|
|
|
|
%i.fa.fa-share
|
|
|
|
|
|
|
|
.row.my-5
|
|
|
|
.col-sm-6
|
|
|
|
%i.fa.fa-paint-brush
|
|
|
|
.col-sm-6
|
|
|
|
%h2.mb-4 Customize your experience
|
2020-04-26 16:18:46 -07:00
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
Make your
|
|
|
|
= APP_CONFIG['site_name']
|
|
|
|
profile your own with the ability to set a custom profile picture and header image.
|
2020-04-26 16:18:46 -07:00
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
Going a step further, you can customize all colors of
|
2020-04-26 16:18:46 -07:00
|
|
|
= APP_CONFIG['site_name']
|
2022-04-08 12:55:05 -07:00
|
|
|
to your own liking. Don't like purple? Make it blue, red or green!
|
|
|
|
%p
|
|
|
|
For a quick demonstration, you can try this out here with a few presets:
|
|
|
|
|
|
|
|
.container.text-center
|
|
|
|
%h2.mb-4 But wait, there's more!
|
|
|
|
.row.my-5
|
|
|
|
.col-sm-4
|
|
|
|
%h3.mb-3
|
2020-04-26 16:18:46 -07:00
|
|
|
%i.fa.fa-fw.fa-globe.text-primary
|
|
|
|
Open Source
|
|
|
|
%p
|
|
|
|
You heard it right!
|
|
|
|
= APP_CONFIG['site_name']
|
2020-05-09 23:40:32 -07:00
|
|
|
and all of it's core components are open source!
|
|
|
|
Everyone can help and improve the service!
|
2022-04-08 12:55:05 -07:00
|
|
|
.col-sm-4
|
|
|
|
%h3.mb-3
|
2020-04-26 16:18:46 -07:00
|
|
|
%i.fa.fa-fw.fa-eye-slash.text-primary
|
|
|
|
No Ads
|
|
|
|
%p
|
2022-04-08 12:55:05 -07:00
|
|
|
We don't like them ourselves, really. They make websites slow and are
|
|
|
|
(for the most part) annoying. So there's none!
|
|
|
|
.col-sm-4
|
|
|
|
%h3.mb-3
|
2020-04-26 16:18:46 -07:00
|
|
|
%i.fa.fa-fw.fa-user-secret.text-primary
|
|
|
|
Your Data is yours
|
|
|
|
%p
|
|
|
|
Today the most precious things on the internet is your data.
|
|
|
|
= APP_CONFIG['site_name']
|
|
|
|
doesn't sell any data that is collected. It remains encrypted on our servers!
|
2020-05-09 23:40:32 -07:00
|
|
|
|
2015-09-20 06:16:24 -07:00
|
|
|
%h2 What are you waiting for?
|
|
|
|
%p
|
2015-09-20 06:32:41 -07:00
|
|
|
Registering takes less than 5 minutes!
|
2015-09-20 06:16:24 -07:00
|
|
|
%p
|
2020-05-09 23:40:32 -07:00
|
|
|
%a.btn.btn-primary.btn-lg{ href: url_for(new_user_registration_path) }
|
2015-09-20 06:16:24 -07:00
|
|
|
Register now
|
|
|
|
|
2020-05-09 23:40:32 -07:00
|
|
|
= render 'shared/links'
|
|
|
|
|