From 48a061414ec8c2838755a94a61f5e0180bb3371f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 31 Aug 2011 23:55:33 +0200 Subject: Add default layout and poster images for now. --- src/_layouts/default.haml | 2 +- src/images/poster2012.jpg | Bin 0 -> 5437902 bytes src/images/poster2012_web.jpg | Bin 0 -> 2445432 bytes src/index.haml | 5 ++--- src/stylesheets/application.sass | 9 +++++++++ 5 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 src/images/poster2012.jpg create mode 100644 src/images/poster2012_web.jpg create mode 100644 src/stylesheets/application.sass diff --git a/src/_layouts/default.haml b/src/_layouts/default.haml index f2c7a01..0f712cd 100644 --- a/src/_layouts/default.haml +++ b/src/_layouts/default.haml @@ -1,7 +1,7 @@ !!! %html %head - %title StaticMatic + %title Thrash and Burn Tour 2012 = stylesheets %body = yield diff --git a/src/images/poster2012.jpg b/src/images/poster2012.jpg new file mode 100644 index 0000000..a3e04fb Binary files /dev/null and b/src/images/poster2012.jpg differ diff --git a/src/images/poster2012_web.jpg b/src/images/poster2012_web.jpg new file mode 100644 index 0000000..cff8db0 Binary files /dev/null and b/src/images/poster2012_web.jpg differ diff --git a/src/index.haml b/src/index.haml index b4b7006..38d67d8 100644 --- a/src/index.haml +++ b/src/index.haml @@ -1,3 +1,2 @@ -%h1 StaticMatic! - -= partial 'example' +#splash + = img 'poster2012_web.jpg' diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass new file mode 100644 index 0000000..bc7bc63 --- /dev/null +++ b/src/stylesheets/application.sass @@ -0,0 +1,9 @@ +$background: black + +body + background-color: $background + +#splash + width: 724px + margin-left: auto + margin-right: auto \ No newline at end of file -- cgit v1.2.3