summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead.html.haml
blob: 18f746eda1043f7b9e6e763ec0c525dd020fa349 (plain)
1
2
3
4
5
6
7
8
%header
  %picture
    %source{:media => "(min-width: 35.5em)", :srcset => "/img/leap180.png"}
    %img{:alt => "LEAP logo", :src => "/img/leap128.png"}
  %h1 LEAP Encryption Access Project
  %nav.nav-menu{:role => "navigation"}
    - top_navigation_items(include_home:true) do |item|
      %a.nav-item{:href => item[:href]}= item[:label]