Horizontal Menu

A responsive, horizontal list of links


Example


Code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.row.no-gutters
  .col
    %a.btn.btn-default{href: '/user/show/heino'}
      %i.fas.fa-home
      %br/
      Your Home
  .col
    %a.btn.btn-default{href: '/project'}
      %i.fas.fa-list
      %br/
      All Projects
  .col
    %a.btn.btn-default{href: '/project/new'}
      %i.fas.fa-plus-square
      %br/
      New Project
  .col
    %a.btn.btn-default{href: '/image_templates'}
      %i.fas.fa-compact-disc
      %br/
      New Image
  .col
    %a.btn.btn-default{href: '/monitor'}
      %i.fas.fa-heartbeat
      %br/
      Monitor