aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/_layouts/default.haml2
-rw-r--r--src/images/poster2012.jpgbin0 -> 5437902 bytes
-rw-r--r--src/images/poster2012_web.jpgbin0 -> 2445432 bytes
-rw-r--r--src/index.haml5
-rw-r--r--src/stylesheets/application.sass9
5 files changed, 12 insertions, 4 deletions
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
--- /dev/null
+++ b/src/images/poster2012.jpg
Binary files differ
diff --git a/src/images/poster2012_web.jpg b/src/images/poster2012_web.jpg
new file mode 100644
index 0000000..cff8db0
--- /dev/null
+++ b/src/images/poster2012_web.jpg
Binary files 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