diff options
Diffstat (limited to 'terms.html')
| -rw-r--r-- | terms.html | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/terms.html b/terms.html new file mode 100644 index 0000000..f28427a --- /dev/null +++ b/terms.html @@ -0,0 +1,106 @@ +<html> + +<head> + <title>Terms and Conditions</title> + <style> + p { text-align: justify; } + </style> +</head> + +<body> + +<h2 style='text-align: center;'>nutridb.com</h2> +<h3 style='text-align: center;'>Terms & Conditions of use</h2> +<div style='margin-bottom: 4ex;'> + <strong>Preamble</strong> + <p> + The information contained on this site is almost exclusively + derived from 3rd parties, exept for that data which may be a + derivation or calculation based on the orignal data. + nutridb.com belives this data to be correct and efforts have + been made to assure it's accurate representation. However, + nutridb.com makes no claims as to data's accuracy and fitness + for any particular use whatsoever. + </p> + <p> + This site is NOT intended to replace the guidance of a qualified + doctor or certified nutrition expert. Under no circumstances + should any user of this site construe the data contained herein + to represent medical or nutritional recommendations or advice. + </p> +</div> + +<div style='margin-bottom: 4ex;'> + <strong>Warranties And Disclaimers</strong> + <p> + EXCEPT AS EXPRESSLY PROVIDED OTHERWISE IN AN AGREEMENT BETWEEN YOU AND + US, ALL INFORMATION AND SERVICES ON THIS SITE ARE PROVIDED "AS IS" + WITHOUT WARRANTY OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OR CONDITIONS OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. + </p> + <p> + WE ASSUME NO RESPONSIBILITY FOR ERRORS OR OMISSIONS IN THE INFORMATION + OR OTHER DOCUMENTS WHICH ARE REFERENCED BY OR LINKED TO THIS SITE. + </p> + <p> + THIS SITE COULD INCLUDE TECHNICAL OR OTHER INACCURACIES. CHANGES ARE + PERIODICALLY MADE TO THE INFORMATION HEREIN. HOWEVER, WE MAKE NO + COMMITMENT TO UPDATE MATERIALS ON THIS SITE. + </p> +</div> + +<div style='margin-bottom: 4ex;'> + <strong>Liability Limitations</strong> + <p> + IN NO EVENT SHALL WE BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR + CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER (INCLUDING + WITHOUT LIMITATION, THOSE RESULTING FROM: (1) RELIANCE ON THE MATERIALS + PRESENTED, (2) LOSS OF USE, DATA OR PROFITS, (3) DELAYS OR BUSINESS + INTERRUPTIONS, (4) AND ANY THEORY OF LIABILITY, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SITE) WHETHER OR NOT YOU + HAVE ADVISED US OF THE POSSIBILITY OF SUCH DAMAGES. + </p> + <p> + SOME STATES DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY FOR + INCIDENTAL OR CONSEQUENTIAL DAMAGES SO THE ABOVE LIMITATIONS OR + EXCLUSIONS MAY NOT APPLY TO YOU. + </p> +</div> + + +<div style='margin-bottom: 4ex;'> + <strong>Modifications</strong> + <p> + We reserve the right to change or modify any provision of these Terms at + any time in its sole and exclusive discretion. You also may be subject + to additional terms and conditions that may apply when you use Third + Party Provider content or third party software. + </p> +</div> + +<div style='margin-bottom: 4ex;'> + <strong>Miscellaneous</strong> + <p> + These Terms constitute the entire agreement between you and us with + respect to the use of the Site or its Content, any software or service, + information, and supercede all discussions, communications, + conversations and agreements concerning the subject matter hereof. + </p> + <p> + Our failure to exercise or enforce any right or provision of these Terms + shall not constitute a waiver of such right or provision. If any + provision of the Terms is found by a court of competent jurisdiction to + be invalid or unenforceable, the court should endeavor to give effect to + the parties' intentions as reflected in the provision, and the other + provisions of the Terms shall remain in full force and effect. + </p> + <p> + The section titles in the Terms are for convenience only and have no + legal or contractual effect. + </p> +</div> + +</body> + +</html> |
