diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index d89b64c..c9ab07a 100755
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -1,20 +1,32 @@
-
<%= I18n.t('home.willkommen') %>
-
- <% @neuigkeiten.each do |n| %>
- - <%= render n if can?(:show, n) %>
- <% end %>
-
-
-<%= link_to I18n.t('home.login'), user_omniauth_authorize_path(:ldap) %>
-
-
+
<%= I18n.t('home.willkommen') %>
+
+
+
+
+
+ -
+ <%= link_to ffi1_icon("facebook1") + I18n.t('home.fblogin'), user_omniauth_authorize_path(:facebook) ,class: :linkbox %>
+
+ -
+ <%= link_to ffi1_icon("academic") + I18n.t('home.login'), user_omniauth_authorize_path(:ldap) ,class: :linkbox %>
+
+
+ -
+ <%= link_to ffi1_icon("quiz")+ I18n.t("themengruppe.faqs"), faqs_themengruppen_path,class: :linkbox %>
+
+
+
+ - <%= link_to ffi1_icon("books19")+"Beispielsammlung", studium_path(Studium.first, {:ansicht=>'semesteransicht'}) ,class: :btn ,class: :linkbox %>
+
+
+
+
+
+ <%= render 'beispiele' %>
+
+
+
+ <% @neuigkeiten.each do |n| %>
+ - <%= render n if can?(:show, n) %>
+ <% end %>
+
+Verschiedene Styles
- <%= link_to "Darkblue", home_index_path({:theme=>"darkblue"}) %>
- <%= link_to "Blue1", home_index_path({:theme=>"blue1"}) %>
@@ -35,5 +58,9 @@
- <%= link_to "2003", home_index_path({:theme=>"2003"}) %>
- <%= link_to "white_1", home_index_path({:theme=>"white_1"}) %>
+
+
+
+