summaryrefslogtreecommitdiff
path: root/amber/layouts/default.html.haml
blob: 57d2f92c63ec4b3c8cabcaa346a5f219f7343a49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!!
%html
  %head
    %title
      = @page.nav_title + ' - ' + @site.title
    %meta(name="viewport" content="width=device-width, initial-scale=1.0")/
    %link(rel="stylesheet" href="/assets/bootstrap.min.css")/
    %link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")/
    %link(rel="stylesheet" href="/assets/style.css")/
  %body
    %a.bm-masthead{:href => '/'}
    .bm-bar
      Bitmask
      = I18n.t("Downloads")
    .bm-main.container
      = yield
    %footer
      %div
        (c) 2014 LEAP Encryption Access Project
      %div
        Everything available for download on this site is free and open source software.