Sha256: bca7a9f1e1234c4b8f28995b294f2276e944c7756092d3458bf364d703991be0

Contents?: true

Size: 857 Bytes

Versions: 4

Compression:

Stored size: 857 Bytes

Contents

!!! 5
%html{lang: "en"}
  %head
    %meta{charset: "utf-8"}
    %meta{:'http-equiv' => "X-UA-Compatible", content: "IE=edge,chrome=1"}
    %title Helios
    %link{rel: "shortcut icon", href: "/favicon.ico", type: "image/x-icon"}
    %link{rel: "license", href: "http://opensource.org/licenses/MIT", :title => "MIT License"}
    %link{rel: "description", href: "Helios"}
    = css :application

  %body{role: 'application'}
    %header{role: 'banner'}
      %h1#logo 
        %a{href: ''} Helios

      %nav{role: 'navigation'}
        %ul
          - for service in ['Data', 'Push Notification', 'In-App Purchase', 'Passbook']
            - slug = service.downcase.gsub(/\W/, '-')
            %li{class: slug}
              %a{href: "##{slug}"}= service

    %div{role: 'main'}

    / %footer
    /   %p= "Helios #{Helios::VERSION}"


    = js :application

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helios-0.0.5 ./lib/helios/frontend/views/index.haml
helios-0.0.4 ./lib/helios/frontend/views/index.haml
helios-0.0.3 ./lib/helios/frontend/views/index.haml
helios-0.0.2 ./lib/helios/frontend/views/index.haml