This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-10-01 02:19:35 -04:00
|
|
|
%style{ :type => 'text/css' }
|
|
|
|
:sass
|
|
|
|
#front_page
|
|
|
|
blockquote
|
|
|
|
:font-size 16px
|
|
|
|
:padding 5px 0px 5px 15px
|
|
|
|
:background-color #eeeeee
|
|
|
|
:border-top 1px dashed #9f9f9f
|
|
|
|
:border-right 1px dashed #9f9f9f
|
|
|
|
:border-bottom 1px solid #d4d4d4
|
|
|
|
:border-left 1px solid #d4d4d4
|
|
|
|
em
|
|
|
|
:margin-left 20px
|
|
|
|
|
|
|
|
%span#front_page
|
|
|
|
%h1 What this is all about
|
|
|
|
|
|
|
|
%blockquote
|
|
|
|
All you young guys are on a binary system. It's either <tt>0</tt> or <tt>1</tt>.
|
|
|
|
%br
|
|
|
|
%em Larry Bell
|
|
|
|
|
|
|
|
%blockquote
|
|
|
|
All you old guys are on the analog system. Join the digital revolution.
|
|
|
|
%br
|
|
|
|
%em Ross Bagwell
|
|
|
|
|
|
|
|
%h1 Getting started
|
|
|
|
|
2008-10-11 04:22:58 -04:00
|
|
|
%ul.no_list_style.centered
|
|
|
|
- menu_items.each do |menu_item|
|
2008-10-01 02:19:35 -04:00
|
|
|
%li
|
2008-10-11 04:22:58 -04:00
|
|
|
%a{ :href => menu_item[:href], :title => menu_item[:name] }
|
|
|
|
%img{ :src => menu_item[:img] }
|
|
|
|
= menu_item[:title]
|