|
|
<%- content_for :title, t('project_name') %>
|
|
|
|
|
|
<div class="msg__container msg__container-start">
|
|
|
<%= tag.h1 t('can_you_spot_the_link').html_safe, class: 'msg__container-title' %>
|
|
|
|
|
|
<% t('intro.msg').split("\n\n").each do |msg| %>
|
|
|
<%= tag.p msg, class: 'msg__container-msg' %>
|
|
|
<% end %>
|
|
|
|
|
|
<div class="form__container">
|
|
|
<%= link_to t('intro.get_started'), {action: 'cards'}, class: 'button__base' %>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="icon__container">
|
|
|
<%= image_tag 'windmill.png', width: 630, height: 963, loading: 'lazy', id: 'windmill' %>
|
|
|
<%= image_tag 'wase.png', width: 1024, height: 1024, id: 'wase' %>
|
|
|
|
|
|
<%= image_tag 'ico-arrow-updown.svg', width: 124, height: 103, id: 'arrows' %>
|
|
|
</div>
|