Retrospring/app/views/static/front.haml

131 lines
4.5 KiB
Plaintext
Raw Normal View History

2020-05-09 23:40:32 -07:00
- provide(:title, APP_CONFIG['site_name'])
2020-04-26 15:59:53 -07:00
.jumbotron.jumbotron--particles.jumbotron--frontpage
.jumbotron__scroller
2020-05-09 23:40:32 -07:00
%a{ href: '#content' }
2015-09-20 06:16:24 -07:00
%i.fa.fa-chevron-down
2020-05-09 23:40:32 -07:00
.jumbotron__particles#particles
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']
%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
2020-05-09 23:40:32 -07:00
.container.text-center#content
%h1
What is #{APP_CONFIG['site_name']}?
2020-04-26 16:18:46 -07:00
%p.lead
A
2020-05-09 23:40:32 -07:00
%abbr{ title: 'Question and Answer' } Q/A
2020-04-26 16:18:46 -07:00
based social network
2020-05-09 23:40:32 -07:00
%p
Most of the people already know how these sorts of networks already work.
You have a profile and other users (or even anonymous people without accounts) can ask you any question to find out more about
you, so can you do the same with others. Finding friends with the same interests, people that share your opinion (and people that probably don't),
you can find everything here!
2020-04-26 16:18:46 -07:00
%p.lead
But what makes
= APP_CONFIG['site_name']
special?
2015-09-20 06:16:24 -07:00
%p
2020-04-26 16:18:46 -07:00
= APP_CONFIG['site_name']
2020-05-09 23:40:32 -07:00
tries to take aspects from other popular or now gone platforms and combine them to get the best result possible.
Also, we take in the ideas and feedback of our community so we can build a service that's even closer to being exactly the service people want to use!
2020-04-26 16:18:46 -07:00
%h2 Awesome Features
.row
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-comments.text-primary
Discussion
2020-05-09 23:40:32 -07:00
%p
With
= APP_CONFIG['site_name']
you can ask and answer questions from other users as well as receive anonymous questions.
Want to know something? Keep the conversation alive with interactive comments."
2020-04-26 16:18:46 -07:00
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-user-plus.text-primary
Following
%p
2020-05-09 23:40:32 -07:00
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!
2020-04-26 16:18:46 -07:00
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-share-square-o.text-primary
Sharing
%p
2020-05-09 23:40:32 -07:00
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!
2020-04-26 16:18:46 -07:00
.row
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-list.text-primary
Lists
2020-04-26 16:18:46 -07:00
%p
2020-05-25 11:16:30 -07:00
Want to keep an oversight of things? Organise users in Lists to create timelines of their answers.
2020-04-26 16:18:46 -07:00
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-image.text-primary
Images
%p
2020-05-09 23:40:32 -07:00
Express yourself with images and upload an avatar and a header of your liking.
And soon you'll be able to attach images to answers and questions as well!
2020-04-26 16:18:46 -07:00
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-paint-brush.text-primary
Themes
%p
Don't like the default purple or don't like light interfaces in general? On
= APP_CONFIG['site_name']
you can change every color aspect of the site with Themes!
.row
.col-md-4.col-sm-4.col-xs-12
%h3
%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!
2020-04-26 16:18:46 -07:00
.col-md-4.col-sm-4.col-xs-12
%h3
%i.fa.fa-fw.fa-eye-slash.text-primary
No Ads
%p
We don't like them ourselves, really.
= APP_CONFIG['site_name']
just runs with community funding over
2020-05-09 23:40:32 -07:00
%a{ href: 'https://patreon.com/retrospring' } Patreon
2020-04-26 16:18:46 -07:00
which is way better than displaying annoying stuff.
.col-md-4.col-sm-4.col-xs-12
%h3
%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
2020-04-26 16:18:46 -07:00
.card
.card-body
%p
Any questions? Ask us on
2020-05-09 23:40:32 -07:00
%a{ href: 'https://twitter.com/retrospring' } Twitter
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'