Improves accesibility
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
<div class="filters">
|
||||
|
||||
<div class="small-12 medium-7 left">
|
||||
<h1 class="inline-block"><%= t('welcome.highlights') %></h1>
|
||||
|
||||
<h2 class="margin-top">
|
||||
<%= t('welcome.signed_in_home_title') %>
|
||||
</h2>
|
||||
|
||||
@@ -2,24 +2,24 @@
|
||||
<section role="main">
|
||||
<div class="row text-center">
|
||||
<div class="small-12 medium-3 column">
|
||||
<%= image_tag("icon_home_debate.svg", size: "168x168") %>
|
||||
<%= image_tag("icon_home_debate.png", size: "168x168", alt: t("welcome.debates.title")) %>
|
||||
<h3><%= t("welcome.debates.title") %></h3>
|
||||
<p><%= t("welcome.debates.description") %></p>
|
||||
|
||||
</div>
|
||||
<div class="small-12 medium-3 column">
|
||||
<%= image_tag("icon_home_proposal.svg", size: "168x168") %>
|
||||
<%= image_tag("icon_home_proposal.png", size: "168x168", alt: t("welcome.proposal.title")) %>
|
||||
<h3><%= t("welcome.proposal.title") %></h3>
|
||||
<p><%= t("welcome.proposal.description") %></p>
|
||||
</div>
|
||||
|
||||
<div class="small-12 medium-3 column">
|
||||
<%= image_tag("icon_home_decide.svg", size: "168x168") %>
|
||||
<%= image_tag("icon_home_decide.png", size: "168x168", alt: t("welcome.decide.title")) %>
|
||||
<h3><%= t("welcome.decide.title") %></h3>
|
||||
<p><%= t("welcome.decide.description") %></p>
|
||||
</div>
|
||||
<div class="small-12 medium-3 column">
|
||||
<%= image_tag("icon_home_done.svg", size: "168x168") %>
|
||||
<%= image_tag("icon_home_do.png", size: "168x168", alt: t("welcome.do.title")) %>
|
||||
<h3><%= t("welcome.do.title") %></h3>
|
||||
<p><%= t("welcome.do.description") %></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user