Sha256: eec74bce913b71d7bf50ac91959f017c48cd775f23d69a0c47d80c85b3bbe9a8

Contents?: true

Size: 914 Bytes

Versions: 20

Compression:

Stored size: 914 Bytes

Contents

!!! 5
%html
  %head
    %title Stasis - Static Sites Made Powerful
    %link{ :href => "stasis.css", :media => "screen", :rel => "stylesheet", :type => "text/css" }
    %link{ :href => "http://fonts.googleapis.com/css?family=Amaranth|Open+Sans:400,600,700&v2", :rel => "stylesheet", :type => "text/css" }
  %body
    %ul
      - @links.each do |link|
        %li
          %a{ :href => "##{link[:href]}" }= link[:name]
    #github
      %a{ :href => 'https://github.com/winton/stasis' }
        %img{ :src => 'github.png', :width => 141, :height => 141 }>
    #title
      %img{ :src => 'stasis.png' }>
      stasis
      %img.reverse{ :src => 'stasis.png' }>
    #tm Static Sites Made Powerful
    #body
      ~ @readme
      .clear
    %script{ :src => "https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js", :type => "text/javascript" }
    %script{ :src => "stasis.js", :type => "text/javascript" }

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
stasis-0.1.22 site/index.html.haml
stasis-0.1.21 site/index.html.haml
stasis-0.1.20 site/index.html.haml
stasis-0.1.19 site/index.html.haml
stasis-0.1.18 site/index.html.haml
stasis-0.1.17 site/index.html.haml
stasis-0.1.16 site/index.html.haml
stasis-0.1.15 site/index.html.haml
stasis-0.1.14 site/index.html.haml
stasis-0.1.13 site/index.html.haml
stasis-0.1.12 site/index.html.haml
stasis-0.1.11 site/index.html.haml
stasis-0.1.10 site/index.html.haml
stasis-0.1.9 site/index.html.haml
stasis-0.1.8 site/index.html.haml
stasis-0.1.7 site/index.html.haml
stasis-0.1.6 site/index.html.haml
stasis-0.1.5 site/index.html.haml
stasis-0.1.4 site/index.html.haml
stasis-0.1.3 site/index.html.haml