@ -1,7 +1,7 @@
<footer class="footer">
<footer class="footer">
<div class="footer-body container">
<div class="footer-body container">
<!-- Logo -->
<!-- Logo -->
<div class="row">
<div class="row footer-logo-row ">
<div class="col-md-12">
<div class="col-md-12">
<%= link to: chain_path(@conn, :show), class: "footer-brand" do %>
<%= link to: chain_path(@conn, :show), class: "footer-brand" do %>
<img class="footer-logo" src="<%= logo_footer() %>" alt="<%= subnetwork_title() %>" />
<img class="footer-logo" src="<%= logo_footer() %>" alt="<%= subnetwork_title() %>" />
@ -14,7 +14,7 @@
<div class="row">
<div class="row">
<div class="col-md-<%= col_size %>">
<div class="col-md-<%= col_size %>">
<p><%= gettext("Blockscout is a tool for inspecting and analyzing EVM based blockchains. Blockchain explorer for Ethereum Networks.") %></p>
<p class="footer-info-text" ><%= gettext("Blockscout is a tool for inspecting and analyzing EVM based blockchains. Blockchain explorer for Ethereum Networks.") %></p>
<div class="icon-links icon-links-primary footer-social-icons">
<div class="icon-links icon-links-primary footer-social-icons">
<a href="https://github.com/poanetwork" rel="noreferrer" target="_blank" class="icon-link" data-toggle="tooltip" data-placement="top" title="<%= gettext("Github") %>">
<a href="https://github.com/poanetwork" rel="noreferrer" target="_blank" class="icon-link" data-toggle="tooltip" data-placement="top" title="<%= gettext("Github") %>">
<i class="fab fa-github"></i>
<i class="fab fa-github"></i>
@ -30,7 +30,6 @@
<div class="col-md-<%= col_size %> footer-list">
<div class="col-md-<%= col_size %> footer-list">
<h3>BlockScout</h3>
<h3>BlockScout</h3>
<hr>
<ul>
<ul>
<li><a href="<%= issue_link(@conn) %>" rel="noreferrer" class="footer-link" target="_blank"><%= gettext("Submit an Issue") %></a></li>
<li><a href="<%= issue_link(@conn) %>" rel="noreferrer" class="footer-link" target="_blank"><%= gettext("Submit an Issue") %></a></li>
<li><a href="https://github.com/poanetwork/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Contribute") %></a></li>
<li><a href="https://github.com/poanetwork/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Contribute") %></a></li>
@ -43,7 +42,6 @@
<%= unless Enum.empty?(main_nets) do %>
<%= unless Enum.empty?(main_nets) do %>
<div class="col-md-<%= col_size %> footer-list">
<div class="col-md-<%= col_size %> footer-list">
<h3><%= gettext("Main Networks") %></h3>
<h3><%= gettext("Main Networks") %></h3>
<hr>
<ul>
<ul>
<%= for %{title: title, url: url} <- main_nets do %>
<%= for %{title: title, url: url} <- main_nets do %>
<li><a href="<%= url%>" rel="norefferer" class="footer-link"> <%= title %> </a></li>
<li><a href="<%= url%>" rel="norefferer" class="footer-link"> <%= title %> </a></li>
@ -57,7 +55,6 @@
<%= unless Enum.empty?(test_nets) do %>
<%= unless Enum.empty?(test_nets) do %>
<div class="col-md-<%= col_size %> footer-list">
<div class="col-md-<%= col_size %> footer-list">
<h3><%= gettext("Test Networks") %></h3>
<h3><%= gettext("Test Networks") %></h3>
<hr>
<ul>
<ul>
<%= for %{title: title, url: url} <- test_nets do %>
<%= for %{title: title, url: url} <- test_nets do %>
<li><a href="<%= url%>" rel="noreferrer" class="footer-link"> <%= title %> </a></li>
<li><a href="<%= url%>" rel="noreferrer" class="footer-link"> <%= title %> </a></li>
@ -69,7 +66,6 @@
<%= unless Enum.empty?(other_explorers) do %>
<%= unless Enum.empty?(other_explorers) do %>
<div class="col-md-<%= col_size %> footer-list">
<div class="col-md-<%= col_size %> footer-list">
<h3><%= gettext("Other Explorers") %></h3>
<h3><%= gettext("Other Explorers") %></h3>
<hr>
<ul>
<ul>
<%= for {name, url} <- other_explorers do %>
<%= for {name, url} <- other_explorers do %>
<li><a href="<%= url%>" rel="noreferrer" class="footer-link"> <%= name %> </a></li>
<li><a href="<%= url%>" rel="noreferrer" class="footer-link"> <%= name %> </a></li>