From 9e75ec1f5a52c23ed191f2b1a01aa252e5ce6c85 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Thu, 17 Jul 2014 13:34:40 +0200 Subject: [PATCH] New signup screen See #3082 - This borrows setup screen styles for now --- core/client/templates/signup.hbs | 42 +++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/core/client/templates/signup.hbs b/core/client/templates/signup.hbs index 0623d33e66..281b5b665d 100644 --- a/core/client/templates/signup.hbs +++ b/core/client/templates/signup.hbs @@ -1,14 +1,28 @@ -
- -
+
+
+
+
+

Welcome to Ghost

+

Create your account to start publishing

+
+
+ + {{input type="text" name="name" autofocus="autofocus" autocorrect="off" value=name }} +

The name that you will sign your posts with

+
+
+ + {{input type="email" name="email" autofocus="autofocus" autocorrect="off" value=email }} +

Used for important notifications

+
+
+ + {{input type="password" name="password" autofocus="autofocus" autocorrect="off" value=password }} +

Must be at least 8 characters

+
+ +
+
+
\ No newline at end of file