diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-27 21:06:53 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-27 21:06:53 +0000 |
| commit | ceba1e6492485dba09ef2989a61c090480543072 (patch) | |
| tree | 8d9c416802cdfd2365b15be0b3ba883338f8d56c /views/privacy_policy.hbs | |
| parent | 7e01103f9bfc9b9cb0e91b81cc3495ac31381c20 (diff) | |
added privacy and terms pages, added routes as well
Diffstat (limited to 'views/privacy_policy.hbs')
| -rw-r--r-- | views/privacy_policy.hbs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/views/privacy_policy.hbs b/views/privacy_policy.hbs new file mode 100644 index 0000000..7f8b700 --- /dev/null +++ b/views/privacy_policy.hbs @@ -0,0 +1,12 @@ +<main id = 'solutions-main'> + <div class = 'search container' id = 'solutions-div'> + <h3> Privacy Policy </h3> + <p>We do not use your personal information other than to improve the services of our website.</p> + <p>We do not distribute your personal information to any outside source. </p> + <p>You have the ability to request any change to be made to remove your information and we will respond promptly.</p> + <p>We will never force you to provide use with any sort of credit card or other payment info.</p> + <p>We do not serve 3rd party ads.</p> + <p>We do not make changes to any of your personal information without notifying you first, although we do reserve the right to do so.</p> + </div> + +</main> |
