aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2011-08-31 23:55:33 +0200
committerHarald Eilertsen <haraldei@anduin.net>2011-08-31 23:55:33 +0200
commit48a061414ec8c2838755a94a61f5e0180bb3371f (patch)
tree188212c7353830029ef10f8bdc7a68160e08071d
parent12a7b5b3b6c94b32158aeb3a491811316fad8bd1 (diff)
downloadThrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.tar.gz
Thrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.tar.bz2
Thrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.zip
Add default layout and poster images for now.
-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