Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Egorov authored and Pavel Egorov committed Jun 3, 2020
1 parent 38d3576 commit b8e3be4
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions app/views/layouts/shared/_footer.html.slim
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
footer.bg-light.border-top.mt-auto.py-3
.container-xl
.d-md-flex.justify-content-around
.flex-column
.row.justify-content-lg-around
.col-sm-6.col-md-4.col-lg-auto
a.navbar-brand.text-dark.px-0.py-0(href='https://ru.hexlet.io')
h5 © Hexlet
h2.h5 © Hexlet
ul.list-unstyled
li= link_to t('.about'), page_path('about')
li= link_to t('.source_code'), 'https://github.com/Hexlet/hexlet-cv', target: "_blank"
li= link_to 'Slack #hexlet-volunteers', 'https://slack-ru.hexlet.io/', target: "_blank"
/ .col-12.col-md-4
/ div.h5.mb-3= t('.other_os_projects')
/ ul.list-unstyled
/ li= link_to 'NodeJS', 'https://github.com/Hexlet/hexlet-interview', target: "_blank"
/ li= link_to 'PHP', 'https://github.com/Hexlet/hexlet-sicp', target: "_blank"
/ li= link_to 'Java', 'https://github.com/Hexlet/hexlet-correction', target: "_blank"
.flex-column
h5= t('.help')
.col-sm-6.col-md-4.col-lg-auto
h2.h5= t('.help')
ul.list-unstyled
li= link_to t('.knowledge'), 'https://ru.hexlet.io/knowledge', target: "_blank"
li= link_to t('.blog'), 'https://ru.hexlet.io/blog', target: "_blank"
li= link_to t('.recommended_books'), 'https://ru.hexlet.io/pages/recommended-books', target: "_blank"
.flex-column
h5= t('.additionally')
.col-sm-6.col-md-4.col-lg-auto
h2.h5= t('.additionally')
ul.list-unstyled
li= link_to 'Code Basics', 'https://ru.code-basics.com/', target: "_blank"
li= link_to 'Code Battles', 'https://codebattle.hexlet.io/' , target: "_blank"
Expand Down

0 comments on commit b8e3be4

Please sign in to comment.