update about page things
This commit is contained in:
parent
f4ee900ae6
commit
3f8fb96975
|
@ -16,10 +16,20 @@
|
|||
%h3 The Team
|
||||
The people behind justask!
|
||||
%br/
|
||||
%ul
|
||||
- @admins.each do |user|
|
||||
%li
|
||||
%a= link_to user.screen_name, show_user_profile_path(user.screen_name)
|
||||
.media
|
||||
.pull-left
|
||||
%a= show_user_profile_path('nilsding'.screen_name)
|
||||
%img.img-rounded.answerbox--img{src: gravatar_url('nilsding')}
|
||||
.media-body
|
||||
%h4.entry-text nilsding
|
||||
%h6.entry-subtext Backend, Server & Code
|
||||
.media
|
||||
.pull-left
|
||||
%a= show_user_profile_path('pixeldesu'.screen_name)
|
||||
%img.img-rounded.answerbox--img{src: gravatar_url('pixeldesu')}
|
||||
.media-body
|
||||
%h4.entry-text pixeldesu
|
||||
%h6.entry-subtext Frontend Design & Layout
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
There are lies, damned lies, and then there are...
|
||||
|
|
Loading…
Reference in New Issue