[Blueprint] Remove the unfinished (and of dubious value) welcome page.

This commit is contained in:
Chris Eppstein 2010-01-18 16:13:24 -08:00
parent cac3065516
commit 1dbe1f6941
2 changed files with 0 additions and 23 deletions

View File

@ -7,8 +7,6 @@ stylesheet 'ie.sass', :media => 'screen, projection', :condition => "lt IE 8
image 'grid.png'
html 'welcome.html.haml', :erb => true
help %Q{
Please see the blueprint website for documentation on how blueprint works:

View File

@ -1,21 +0,0 @@
!!! Transition
/ Feel free to delete this, it's just here to act as an example
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en")
%head
%title Welcome to Compass & Blueprint
%link(rel="stylesheet" href="<%= http_stylesheets_path %>/screen.css" type="text/css" media="screen, projection")
%link(href="<%= http_stylesheets_path %>/print.css" media="print" rel="stylesheet" type="text/css")
/[if lt IE 8]
%link(href="<%= http_stylesheets_path %>/ie.css" media="screen, projection" rel="stylesheet" type="text/css")
%style(type="text/css")
:sass
@import blueprint.sass
body#welcome
#container
+container
h1
+column(24)
%body#welcome.bp
#container
%h1 Welcome to Compass!
%p This is <%= "ERB" %>