mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-12 02:50:27 -04:00
* Add dep * Add tests around accessibility * Add examples in a few places * Try to fix screenshots * Remove redundant role * Adjust rules, colors, etc so tests pass * Update app/assets/stylesheets/overrides.scss * Wrap in label * Omit rule, which is failing with a false positive * Update index.haml * Update _blurb.html.haml
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
.row.homepage-blurb
|
|
.col-md-8.info
|
|
%h1 Growstuff - An open gardening platform
|
|
%p= t('.intro', site_name: ENV['GROWSTUFF_SITE_NAME'])
|
|
= render 'stats'
|
|
.col-md-4
|
|
.signup
|
|
%p= t('.perks')
|
|
%p= link_to(t('.sign_up'), new_member_registration_path, class: 'btn btn-primary btn-block')
|
|
%p= t('.already_html', sign_in: link_to(t('.sign_in_linktext'), new_member_session_path, class: 'btn btn-primary'))
|