diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 23:07:38 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 23:07:38 +0000 |
| commit | 9b615503ced29ee4a421308d3041ad7bf70e2881 (patch) | |
| tree | cd53979d86ea0786ab5bd05ba3800bd1b68e11e2 /views/privacy_policy.hbs | |
| parent | 76d2ef0c64911b449d206df7f206a0d0548266e0 (diff) | |
| parent | ceba1e6492485dba09ef2989a61c090480543072 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
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> |
