diff --git a/static/css/style.css b/static/css/style.css index 822c8fc..043b696 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -829,3 +829,8 @@ h1 { .hook_action { font-size: 105%; } + +.hook_action_detail { + font-size: 72%; + font-weight: normal; +} diff --git a/view/Front_page.py b/view/Front_page.py index 53f7e84..be38229 100644 --- a/view/Front_page.py +++ b/view/Front_page.py @@ -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"", ),