From 4b2a73dd8d5c7db50fa42567fe06cd7b3cc41aad Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 11 Aug 2016 01:30:06 -0500 Subject: [PATCH] Update privacy policy, add bug/feature/feedback form links --- app/assets/stylesheets/footer.css | 16 +++++----- app/assets/stylesheets/navbar.css | 4 +++ app/views/layouts/_navbar.html.erb | 6 ++++ app/views/main/privacyinfo.html.erb | 47 +++++++++++++++-------------- config/routes.rb | 2 +- 5 files changed, 44 insertions(+), 31 deletions(-) diff --git a/app/assets/stylesheets/footer.css b/app/assets/stylesheets/footer.css index 4676cac6..ad0d58c9 100644 --- a/app/assets/stylesheets/footer.css +++ b/app/assets/stylesheets/footer.css @@ -1,9 +1,9 @@ - body { - display: flex; - min-height: 100vh; - flex-direction: column; - } +body { + display: flex; + min-height: 100%; + flex-direction: column; +} - main { - flex: 1 0 auto; - } \ No newline at end of file +main { + flex: 1 0 auto; +} \ No newline at end of file diff --git a/app/assets/stylesheets/navbar.css b/app/assets/stylesheets/navbar.css index dd43d98e..e51c54bd 100644 --- a/app/assets/stylesheets/navbar.css +++ b/app/assets/stylesheets/navbar.css @@ -5,4 +5,8 @@ .universe-filter-active { height: 64px; background: purple; +} + +.navbar-fixed { + margin-bottom: 15px; } \ No newline at end of file diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 7836292a..82ad9a10 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -1,6 +1,12 @@ diff --git a/app/views/main/privacyinfo.html.erb b/app/views/main/privacyinfo.html.erb index fbfce89f..b818af3a 100644 --- a/app/views/main/privacyinfo.html.erb +++ b/app/views/main/privacyinfo.html.erb @@ -1,26 +1,29 @@ -
-

Your privacy is important.

-
-

- I'm no lawyer, and I won't pretend to be. Nobody likes reading those legalese documents, so I'll just give you the facts in English: -

+
+
+
+

Your privacy is important.

+
+

+ I'm no lawyer, and I won't pretend to be. Nobody likes reading those legalese documents, so I'll just give you the facts in English: +

-
    -
  • Indent will always do its best to maintain the security and privacy of your data, in order to ensure that it is you and only you that has access to view, modify, or remove it.
  • -
    -
  • Indent will never share your personal information or any information you create in the process of planning characters, locations, etc., with anyone other than you. No advertisers, no partners, no anything except a good product for planning.
  • -
    -
  • Indent will never assume ownership of any data you enter, anywhere. All information relating to stories, characters, locations, etc., are owned by you, the author, and only you.
  • -
+
    +
  • Notebook will always do its best to maintain the security and privacy of your data, in order to ensure that it is you and only you that has access to view, modify, or remove it, unless you explicitly designate otherwise.
  • +
    +
  • Notebook will never share your personal information or any information you create in the process of planning characters, locations, etc., with anyone other than you. No advertisers, no partners, no anything except a good product for planning.
  • +
    +
  • Notebook will never assume ownership of any data you enter, anywhere. All information relating to stories, characters, locations, etc., are owned by you, the author, and only you.
  • +
-

- For those of you who do like legalese documents: I'm sorry I'm not a lawyer. I'm working to get one to write something official soon, but in the meantime you'll have to take my word for it. -

+

+ For those of you who do like legalese documents: I'm sorry I'm not a lawyer. I'm working to get one to write something official soon, but in the meantime you'll have to take my word for it. +

-

- If you have any questions at all, feel free to contact me personally at the email address below and I'd be more than happy to chat: - <image of email address> -

+

+ If you have any questions at all, feel free to contact me personally at andrew@indentlabs.com, or open an issue on GitHub here. +

+
+
+
-
-
+
\ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index d65cd9d9..07792e04 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -7,7 +7,7 @@ Rails.application.routes.draw do # Info pages scope '/about' do - get '/privacy', to: 'main#privacyinfo', as: :privacy_info + get '/privacy', to: 'main#privacyinfo', as: :privacy_policy end # User-centric stuff