From f9665937ba55e7893282a8499300b6f39813e92e Mon Sep 17 00:00:00 2001 From: Greg Hale Date: Wed, 26 Mar 2014 17:52:59 -0400 Subject: [PATCH 1/5] pre laptop sync --- static/media/css/screen.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/media/css/screen.css b/static/media/css/screen.css index ae11d89..11a7611 100644 --- a/static/media/css/screen.css +++ b/static/media/css/screen.css @@ -6,7 +6,6 @@ html { body { background-color: #FAFCFF; padding: 10px; - padding-top:70px; margin: 0; width:100%; } From e0f53a8324570b66b852efa1259d3ba86c9326f0 Mon Sep 17 00:00:00 2001 From: Greg Hale Date: Wed, 26 Mar 2014 20:27:35 -0400 Subject: [PATCH 2/5] Add alpha warning to signup and login pages. --- snaplets/heist/templates/_login.tpl | 5 ++++- snaplets/heist/templates/_new_user.tpl | 5 +++-- snaplets/heist/templates/alpha_warning.tpl | 13 +++++++++++++ snaplets/heist/templates/base.tpl | 4 ++-- snaplets/heist/templates/nav.tpl | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 snaplets/heist/templates/alpha_warning.tpl diff --git a/snaplets/heist/templates/_login.tpl b/snaplets/heist/templates/_login.tpl index 9a6ef21..b7cd87c 100644 --- a/snaplets/heist/templates/_login.tpl +++ b/snaplets/heist/templates/_login.tpl @@ -2,10 +2,13 @@ /login Login + + +

Don't have an account yet? Join us!

-
\ No newline at end of file + diff --git a/snaplets/heist/templates/_new_user.tpl b/snaplets/heist/templates/_new_user.tpl index 70acddd..b9af2b9 100644 --- a/snaplets/heist/templates/_new_user.tpl +++ b/snaplets/heist/templates/_new_user.tpl @@ -1,5 +1,6 @@ -

Create your account

- +

Welcome to Reffit!

+
+ /new_user Add User diff --git a/snaplets/heist/templates/alpha_warning.tpl b/snaplets/heist/templates/alpha_warning.tpl new file mode 100644 index 0000000..463edee --- /dev/null +++ b/snaplets/heist/templates/alpha_warning.tpl @@ -0,0 +1,13 @@ +
+ + Reffit is in alpha. There is no SSL here yet. Your participation is hugely appreciated, please sign up and write! But be safe while I iron out the kinks. +
    +
  • Don't use a password that you use on any other website
  • +
  • My programming mistake may result in anonymity slips, so don't write anything yet that you wouldn't say to the world in person.
  • +
  • I never get to see your password - it's encrypted on your computer
  • +
  • I will not sell your e-mail address to anyone, or display it anywhere on the site
  • +
  • Log in as user/password test/test if you want to do random testing. I'll delete this account before beta
  • +
  • Other content will be carried into the beta version, so write valuable things!
  • +
+

A more thorough privacy policy is in the works.Feedback to imalsogreg. I'm on gmail. Thanks for checking Reffit out, have fun!

+
diff --git a/snaplets/heist/templates/base.tpl b/snaplets/heist/templates/base.tpl index 687893f..0a8b177 100644 --- a/snaplets/heist/templates/base.tpl +++ b/snaplets/heist/templates/base.tpl @@ -1,6 +1,6 @@ - Reffit! + Reffit! (Alpha) @@ -20,7 +20,7 @@ - +
diff --git a/snaplets/heist/templates/nav.tpl b/snaplets/heist/templates/nav.tpl index 98681e4..19ad5df 100644 --- a/snaplets/heist/templates/nav.tpl +++ b/snaplets/heist/templates/nav.tpl @@ -7,7 +7,7 @@ - Reffit + Reffit (Alpha)