2015-08-28 07:36:49 -07:00
|
|
|
- provide(:title, "#{APP_CONFIG['site_name']}")
|
2015-05-12 14:53:42 -07:00
|
|
|
.jumbotron.j2-jumbo.text-center.particle-jumbotron
|
|
|
|
#particles
|
|
|
|
.particle-content
|
|
|
|
.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
|
|
|
|
%a.btn.btn-primary.btn-lg{href: url_for(new_user_registration_path)}
|
|
|
|
Register now
|
|
|
|
%small
|
|
|
|
Already a member?
|
|
|
|
= link_to 'Sign in', new_user_session_path
|
2014-12-13 09:24:50 -08:00
|
|
|
.container-fluid
|
|
|
|
.row.text-center
|
|
|
|
.col-md-4.col-sm-4.col-xs-12
|
2015-05-13 07:14:30 -07:00
|
|
|
.icon-showcase
|
|
|
|
%i.fa.fa-comments
|
2015-05-26 12:15:18 -07:00
|
|
|
%h3.heading-showcase= t 'views.front.ask.title'
|
|
|
|
%p= t('views.front.ask.desc', app_title: APP_CONFIG['site_name'])
|
2014-12-13 09:24:50 -08:00
|
|
|
.col-md-4.col-sm-4.col-xs-12
|
2015-05-13 07:14:30 -07:00
|
|
|
.icon-showcase
|
|
|
|
%i.fa.fa-users
|
2015-05-26 12:15:18 -07:00
|
|
|
%h3.heading-showcase= t 'views.front.follow.title'
|
|
|
|
%p= t 'views.front.follow.desc'
|
2014-12-13 09:24:50 -08:00
|
|
|
.col-md-4.col-sm-4.col-xs-12
|
2015-05-13 07:14:30 -07:00
|
|
|
.icon-showcase
|
|
|
|
%i.fa.fa-share-square-o
|
2015-05-26 12:15:18 -07:00
|
|
|
%h3.heading-showcase= t 'views.front.share.title'
|
|
|
|
%p= t 'views.front.share.desc'
|
2015-05-10 10:48:47 -07:00
|
|
|
= render "shared/links"
|