<% unless flash.empty? %> <%= render "shared/error_banner" do %> <% flash.each do |key, value| %> <%= content_tag :div, value, class: "flash #{key} d-inline" %> <% end %> <% end %> <% end %>

<%= t("landing.welcome").html_safe %>

<%= t("landing.about", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %>


<%= link_to "https://youtu.be/Hso8yLzkqj8", target: "_blank" do %>

<%= t("landing.video") %>

<% end %>
<%= image_tag("landing/world.png", class: "active") %> <%= image_tag("landing/bbb.png") %> <%= image_tag("landing/mobile.png") %>
<%= render "shared/features" %>