blob: af86d842ef9d776934df401cb2f80a49b2ebfa01 (
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], :class => item[:class]}= item[:label]
|