diff options
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> |
