From 7fa87d8daae7c62c9e3c66426baabd2f0122b13a Mon Sep 17 00:00:00 2001 From: raylu Date: Tue, 9 Aug 2011 23:24:25 -0700 Subject: add some content to homepage --- static/home.css | 20 ++++++++++++++++++++ templates/home.html | 14 +++++++++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 static/home.css diff --git a/static/home.css b/static/home.css new file mode 100644 index 0000000..8931b48 --- /dev/null +++ b/static/home.css @@ -0,0 +1,20 @@ +p { + font-size: 1.5em; + text-align: center; + margin: 50px 0; +} + +article p a:link, article p a:visited { + color: #111; + padding: 10px; + border: 1px solid #888; + background: -moz-linear-gradient(top, #07a, #047); + background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); + font-weight: bold; +} + +article p a:hover { + background: -moz-linear-gradient(top, #08b, #047); + background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0)); + text-decoration: none; +} diff --git a/templates/home.html b/templates/home.html index bdc01b5..6069675 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,10 +1,22 @@ -{{template "header.html" ""}} +{{$head := ``}} +{{template "header.html" $head}}
Audio Axis
+

Welcome to Audio Axis! +

+

+ Create playlists. Share the link. Collaborate in real-time. +

+

+ Get started +

+

+ Questions? Ask raylu. +

{{template "footer.html"}} -- cgit v1.2.3