summaryrefslogtreecommitdiff
path: root/amber/layouts/default.html.haml
blob: 6650f001754cc1b956f8dffe25b7c98e20ad61b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!!
%html{:lang => I18n.locale}
  %head
    %title
      = [(@page.nav_title unless @page.path.empty?), I18n.t('site_title')].compact.join(' - ')
    %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.