updated about page
This commit is contained in:
parent
124d588b39
commit
e1563da2f3
|
@ -39,13 +39,26 @@
|
|||
.media-body
|
||||
%h4.entry-text.entry-about kyr
|
||||
%h6.entry-subtext Node.js & Javascript
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
%h3 Moderators
|
||||
The people on
|
||||
= APP_CONFIG['site_name']
|
||||
that look after you!
|
||||
%ul.about--moderator
|
||||
- User.where(moderator: true).each do |mod|
|
||||
%li
|
||||
%a{href: show_user_profile_path(mod.screen_name)}
|
||||
%img.answerbox--img-small{src: User.find_by_screen_name(mod.screen_name).profile_picture.url(:medium)}
|
||||
= mod.screen_name
|
||||
.col-sm-4
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
%h3 Alpha version
|
||||
%p This is an alpha version, full of bugs. Caveat emptor.
|
||||
%p
|
||||
Found a bug? Have an idea for a must-have feature? Please
|
||||
= link_to "report them!", 'https://github.com/retrospring/bugs/issues'
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
There are lies, damned lies, and then there are...
|
||||
|
@ -68,14 +81,6 @@
|
|||
.col-xs-6
|
||||
%h4.entry-text#follower-count= User.count
|
||||
%h6.entry-subtext Users
|
||||
.col-sm-4
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
%h3 Alpha version
|
||||
%p This is an alpha version, full of bugs. Caveat emptor.
|
||||
%p
|
||||
Found a bug? Have an idea for a must-have feature? Please
|
||||
= link_to "report them!", 'https://github.com/retrospring/bugs/issues'
|
||||
.col-sm-4
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
|
@ -89,5 +94,7 @@
|
|||
%input{:alt => "PayPal - The safer, easier way to pay online!", :border => "0", :name => "submit", :src => "https://www.paypalobjects.com/en_US/AT/i/btn/btn_donateCC_LG.gif", :type => "image"}/
|
||||
%img{:alt => "", :border => "0", :height => "1", :src => "https://www.paypalobjects.com/de_DE/i/scr/pixel.gif", :width => "1"}/
|
||||
|
||||
Want to support us over a longer timespan? We also have a Patreon campaign!
|
||||
%a.btn.btn-primary.btn-block{href: "https://patreon.com/retrospring"} Patreon
|
||||
|
||||
= render "shared/links"
|
||||
|
|
Loading…
Reference in New Issue