librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1857] more style/homepage


From: Matt Lee
Subject: [Librefm-commits] [1857] more style/homepage
Date: Thu, 28 May 2009 23:05:11 +0000

Revision: 1857
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1857
Author:   mattl
Date:     2009-05-28 23:05:11 +0000 (Thu, 28 May 2009)
Log Message:
-----------
more style/homepage

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/alpha.css
    trunk/nixtape/themes/librefm/templates/menu.tpl
    trunk/nixtape/themes/librefm/templates/welcome.tpl

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-28 22:46:33 UTC (rev 
1856)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-28 23:05:11 UTC (rev 
1857)
@@ -478,7 +478,7 @@
 
 #boxes div div{padding: 10px;}
 
-#boxes div h4 {font-size: 23px; margin-bottom: 10px;}
+#artist-box h2, #user-box h2 {font-size: 36px; margin-bottom: 10px; 
text-align: center;}
 
 #boxes div p{color: #333; font-size: 16px; line-height: 1.4em;}
 
@@ -502,3 +502,6 @@
 
 #foocorp span{background-color: black; padding: 3px}
 
+.signup-link, c{text-align: center;}
+
+.signup-link{font-size: 26px; font-weight: bold;}
\ No newline at end of file

Modified: trunk/nixtape/themes/librefm/templates/menu.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-28 22:46:33 UTC 
(rev 1856)
+++ trunk/nixtape/themes/librefm/templates/menu.tpl     2009-05-28 23:05:11 UTC 
(rev 1857)
@@ -1,6 +1,6 @@
 <ul>
+{if ($logged_in)}
        <li><a href="{$base_url}/music/">Popular Artists</a></li>
-{if ($logged_in)}
        <li><a href="{$this_user->getURL()}">{$this_user->name}</a></li>
        <li><a href="{$base_url}/listen/">{t}Listen{/t}</a></li>
        <li><a 
href="https://savannah.nongnu.org/bugs/?group=librefm";>{t}Bugs{/t}</a></li>

Modified: trunk/nixtape/themes/librefm/templates/welcome.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/welcome.tpl  2009-05-28 22:46:33 UTC 
(rev 1856)
+++ trunk/nixtape/themes/librefm/templates/welcome.tpl  2009-05-28 23:05:11 UTC 
(rev 1857)
@@ -1,10 +1,7 @@
 {include file='header.tpl'}
 {if ($logged_in)}
 <h2>Welcome, <a href="{$this_user->getURL()}">{$this_user->name}</a>.</h2>
-{else}
-<h2>A better deal for artists and users.</h2>
-       <h3>Libre.fm allows you to share your listening habits and discover new 
music.</h3>
-{/if}
+</div>
 <div class="yui-gc"> 
     <div class="yui-u first">
     </div>
@@ -12,5 +9,46 @@
 
     </div>
 </div>
+{else}
+<h2>A better deal for artists and users.</h2>
+       <h3>Libre.fm allows you to share your listening habits and discover new 
music.</h3>
+</div>
+<div class="yui-g"> 
+    <div class="yui-u first" id="artist-box">
 
+    <h2>For artists</h2>
+
+    <p>We're building the best tools possible for the next generation
+    of musicial talent &mdash; from direct communications with your
+    fans that <strong>you</strong> can control, to the most advanced
+    audio and video integration on the web ever.</p>
+
+    <p>Libre.fm is built with privacy and freedom as features and
+    goals, not things to worry about at a later date. As a Libre
+    artist, you set yourself apart from the crowd by contributing to a
+    commons of talent and creativity that will be the future of
+    music. It is our job to create the tools and opportunities for you
+    to directly speak to the people who like your music and want to
+    support you as an artist.</p>
+
+    <p>As a Libre musician, you can directly influence how the tools
+    you use are developed. We believe this freedom is important, and
+    want to do the best we can, for you and for our users.</p>
+
+    <h3 class="signup-link"><a href="/register.php?t=artist">Join us 
now</a></h3>
+
+    <p class="c"><small>It's free and very easy.</small></p>
+
+    </div>
+    <div class="yui-u" id="user-box">   
+
+    <h2>For users</h2>
+
+
+
+    </div>
+</div>
+
+{/if}
+
 {include file='footer.tpl'}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]