<%- content_for :title, node_title(@node) %>
|
|
<div class="intro-container">
|
|
|
|
<%= render_responsive_picture(@node.icon, alt: "Hero", fetchpriority: "high") %>
|
|
|
|
<article>
|
|
<%= tag.h1 t("game.intro_title").html_safe %>
|
|
<%= tag.p t("game.intro_description") %>
|
|
|
|
<%= link_to tag.span(t("game.let_me_try")), "#", class: "cta" %>
|
|
<%= tag.div class: "play-time" do %>
|
|
<%= svg "ico-clock" %>
|
|
<%= tag.span t("game.play_time") %>
|
|
<% end %>
|
|
</article>
|
|
|
|
</div>
|