diff --git a/app/assets/stylesheets/faqs.scss b/app/assets/stylesheets/faqs.scss index 680a17cd..8d23d02c 100644 --- a/app/assets/stylesheets/faqs.scss +++ b/app/assets/stylesheets/faqs.scss @@ -16,6 +16,14 @@ font-size:16px; margin-bottom:30px; } + ul { + margin-top: 20px; + margin-bottom:30px; + } + li { + font-size: 16px; + margin-bottom: 10px; + } } .s-faqs-sidebar { @@ -27,4 +35,4 @@ p { font-size:16px; } -} \ No newline at end of file +} diff --git a/app/views/welcome/privacy.html.haml b/app/views/welcome/privacy.html.haml index 5043eb45..60b156f6 100644 --- a/app/views/welcome/privacy.html.haml +++ b/app/views/welcome/privacy.html.haml @@ -30,6 +30,20 @@ = link_to("account settings", security_path) + "." This permanently deletes your account and all of your entries. + %h4 Some things we have never done + %ul + %li Dabble Me has never turned over our encryption or authentication keys or our customers' encryption or authentication keys to anyone. + + %li Dabble Me has never installed any law enforcement software or equipment anywhere on our network. + + %li Dabble Me has never provided any law enforcement organization a feed of our customers' content transiting our network. + + %li Dabble Me has never modified customer content at the request of law enforcement or another third party. + + %li Dabble Me has never modified the intended destination of DNS responses at the request of law enforcement or another third party. + + %li Dabble Me has never weakened, compromised, or subverted any of its encryption at the request of law enforcement or another third party. + %h4 Privacy Policy Changes %p Though most changes will probably be minor, Dabble Me may make changes to its Privacy Policy. If so, the new Privacy Policy will be posted on this page.