You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
584 B

<%- content_for :title, node_title(@node) %>
<%- content_for :header do %>
<%= render partial: "language-menu" %>
<% end %>
<div class="hero-container">
<%= render_responsive_picture(@node.icon, alt: "Hero", fetchpriority: "high") %>
<%= svg "ico-wave" %>
</div>
<article>
<%= tag.h1 t("game.intro_title").html_safe %>
<%= tag.p t("game.intro_description") %>
<%= button_to tag.span(t("game.let_me_try")), start_path, class: "cta" %>
<%= tag.div class: "play-time" do %>
<%= svg "ico-clock" %>
<%= tag.span t("game.play_time") %>
<% end %>
</article>