diff --git a/templates/default/index.html.ep b/templates/default/index.html.ep
index f183cca..0a30fa6 100644
--- a/templates/default/index.html.ep
+++ b/templates/default/index.html.ep
@@ -72,7 +72,7 @@
-
+ %= image '/img/lock.png', alt => $self->l('SECURE'), class => "img-responsive carouselLogo"
<%=l 'P2P_COMMUNICATION' %>
@@ -83,7 +83,7 @@
-
+ %= image '/img/universal.png', alt => $self->l('WORKS_EVERYWHERE'), class => "img-responsive carouselLogo"
<%=l 'MODERN_BROWSERS' %>
@@ -94,7 +94,7 @@
-
+ %= image '/img/multi.png', alt => $self->l('MULTI_USER'), class => "img-responsive carouselLogo"
<%=l 'THE_LIMIT_IS_YOUR_PIPE' %>
@@ -105,7 +105,7 @@
-
+ %= image '/img/signin.png', alt => $self->l('NO_SIGNIN'), class => "img-responsive carouselLogo"
<%=l 'YOU_DONT_HAVE_TO_REGISTER' %>
@@ -116,7 +116,7 @@
-
+ %= image '/img/clock.png', alt => $self->l('QUICK'), class => "img-responsive carouselLogo"
<%=l 'STOP_WASTING_TIME' %>
@@ -127,7 +127,7 @@
-
+ %= image '/img/screen.png', alt => $self->l('SCREEN_SHARING'), class => "img-responsive carouselLogo"
<%=l 'SHARE_DESKTOP_OR_WINDOW' %>
@@ -138,7 +138,7 @@
-
+ %= image '/img/chat.png', alt => $self->l('TEXT_CHAT'), class => "img-responsive carouselLogo"
<%=l 'SECURED_TEXT_CHAT' %>
@@ -150,7 +150,7 @@
<% if ($etherpad eq 'true') { %>
-
+ %= image '/img/note.png', alt => $self->l('COLLABORATIVE_NOTETAKING'), class => "img-responsive carouselLogo"
<%=l 'TAKE_NOTE_IN_REALTIME' %>
diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep
index edcb057..8f53aa2 100644
--- a/templates/default/join.html.ep
+++ b/templates/default/join.html.ep
@@ -195,7 +195,7 @@
-
+ %= image '/img/flash.png', alt => $self->l('CONNECTION_LOST'), class => "img-responsive center-block"
<%=l 'CHECK_INTERNET_ACCESS' %>
@@ -214,7 +214,7 @@
-
+ %= image '/img/connecting.gif', alt => $self->l('CONNECTING'), class => "img-responsive center-block"
<%=l 'CONNECTING_PLEASE_WAIT' %>
@@ -224,7 +224,7 @@
<%=l 'CANT_ACCESS_WEBCAM' %>
-
+ %= image '/img/webcam.png', alt => "Webcam", class => "img-responsive center-block"
<%=l 'CLICK_IF_NO_WEBCAM' %>
@@ -282,17 +282,17 @@
%>
diff --git a/templates/default/public_toolbar.html.ep b/templates/default/public_toolbar.html.ep
index 79d94f0..bc9d0ca 100644
--- a/templates/default/public_toolbar.html.ep
+++ b/templates/default/public_toolbar.html.ep
@@ -7,7 +7,7 @@
-
+ %= image '/img/logo_vroom_alpha.png', id => "navBarLogo", class => "hidden-xs"