Skip to content

Commit

Permalink
Added common statistics in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrKosmylev committed Jun 18, 2024
1 parent 1dd4735 commit be4c7d1
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions templates/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@
</ul>
</div>
<div class="col">
<p class="h6">{% trans "Other projects" %}</p>
<ul class="list-unstyled my-0">
<div class="row">
<div class="col">
<li><p class="h6">{% trans "Other projects" %}</p></li>
</div>
<div class="col">
<li> </li>
</div>
<div class="col">
<li><p class="h6">{% trans "Useful resources" %}</p></li>
</div>
<div class="col">
<li><a target="_blank" href="{% url 'contributors:achievements' %}">{% trans "Common statistics" %}</a></li>
</div>
</div>
</ul>
<hr>
<ul class="list-unstyled my-0">
<div class="row">
Expand All @@ -22,18 +37,18 @@
<li><a target="_blank" href="http://codebattle.hexlet.io">Codebattle</a></li>
<li><a target="_blank" href="http://code-basics.com">Code Basics</a></li>
</div>
<div class="col">
<li><a target="_blank" href="http://guides.hexlet.io">Hexlet Guides</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/knowledge">{% trans "Knowledge base" %}</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/pages/recommended-books">{% trans "Recommended books" %}</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/blog">{% trans "Blog" %}</a></li>
</div>
<div class="col">
<li> </li>
</div>
</div>
</ul>
</div>
<div class="col">
<p class="h6">{% trans "Useful resources" %}</p>
<hr>
<ul class="list-unstyled my-0">
<li><a target="_blank" href="http://guides.hexlet.io">Hexlet Guides</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/knowledge">{% trans "Knowledge base" %}</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/pages/recommended-books">{% trans "Recommended books" %}</a></li>
<li><a target="_blank" href="http://ru.hexlet.io/blog">{% trans "Blog" %}</a></li>
</ul>

</div>
</div>
</div>

0 comments on commit be4c7d1

Please sign in to comment.