witten
/
luminotes
Archived
1
0
Fork 0

Added "Sign up in seconds. For free." to the front page.

This commit is contained in:
Dan Helfman 2008-07-28 16:53:49 -07:00
parent 913cc5ef51
commit da4f7f46bd
2 changed files with 7 additions and 0 deletions

View File

@ -829,3 +829,8 @@ h1 {
.hook_action {
font-size: 105%;
}
.hook_action_detail {
font-size: 72%;
font-weight: normal;
}

View File

@ -50,6 +50,8 @@ class Front_page( Product_page ):
A( u"Try the demo", href = u"/users/demo", class_ = u"hook_action" ), u", ",
Span( u" or ", class_ = u"hook_action_or" ),
A( u"Sign up", href = u"/pricing", class_ = u"hook_action" ),
Br(),
Span( u"Sign up in seconds. For free.", class_ = u"hook_action_detail" ),
class_ = u"hook_action_area",
separator = u"",
),