diff --git a/app/views/static/about.html.haml b/app/views/static/about.html.haml
index 78a045a4..e1be8e3b 100644
--- a/app/views/static/about.html.haml
+++ b/app/views/static/about.html.haml
@@ -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...