Skip to content

Commit

Permalink
More cleaning, updated the index to leverage newer HTML5 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stacoviak committed Sep 21, 2010
1 parent 12b2352 commit 267f2f8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.sass-cache/
.bundle
Gemfile.lock
3 changes: 1 addition & 2 deletions Gemfile
@@ -1,4 +1,3 @@
# A sample Gemfile
source :gemcutter
#
gem "rack"
Expand All @@ -7,5 +6,5 @@ gem "haml"
gem "compass"
gem "coderay"
gem "haml-coderay"
gem "grit" , :path => "/home/nick/projects/grit"
gem "grit"
gem "RedCloth"
9 changes: 5 additions & 4 deletions src/pages/index.haml
Expand Up @@ -3,7 +3,8 @@
- @body_class = "homepage"
- @page_description = "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do."

%h1 StaticMatic Bootstrap

%p
%a{:href => "http://github.com/adamstac/staticmatic-bootstrap"} Fork me on GitHub →
%section
%header
%h1 StaticMatic Bootstrap
%a{:href => "http://github.com/adamstac/staticmatic-bootstrap"}
%p Fork me on GitHub →
11 changes: 6 additions & 5 deletions src/stylesheets/site.sass
Expand Up @@ -11,8 +11,9 @@ h1

p
font-size: 24px
a
color: #888
text-decoration: none
&:hover
text-decoration: underline

a
color: #888
text-decoration: none
&:hover
text-decoration: underline

0 comments on commit 267f2f8

Please sign in to comment.