File: /var/www/html/fieldblaze.com/trust.php
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FieldBlaze App</title>
<?php include('include/head.php'); ?>
</head>
<body data-spy="scroll" data-target=".header" data-offset="50">
<?php include('include/header.php'); ?>
<section class="hero-area" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="hero-area-content-inner text-center">
<h1>Privacy Policy</h1>
</div>
</div>
</div>
</div>
</section>
<!-- hero area end -->
<!-- about section start -->
<section class="about-area ptb-90">
<div class="container">
<div class="row">
<div class="col-lg-12 text-left custom-content">
<h2>Information Submitted by You</h2>
<p>
We intend to protect the personal information entrusted to us and treat it securely in accordance with this Privacy Statement. We implement physical, administrative, and technical safeguards to protect your Personal Information from misuse, and unauthorized access, disclosure, alteration, and destruction. However, please be aware that despite our efforts, the internet cannot be guaranteed to be 100% secure or error-free and we cannot ensure or warrant the security of any Personal Information you provide to us. It is your responsibility to protect against unauthorized access to your user ID, password, phone number, and computer by, among other things, signing off after using a shared computer, choosing a robust password that nobody else knows or can easily guess, and keeping your user ID and password private. You must notify FieldBlaze immediately if you suspect that your password or user ID has been compromised. You are solely responsible for any unauthorized use of the Website conducted via your password and user ID. We are not responsible for any lost, stolen, or compromised passwords or for any activity on your account via unauthorized password activity.
</p>
</div>
</div>
</div>
</section>
<!-- about section end -->
<?php include('include/footer.php'); ?>
<?php include('include/footer-script.php'); ?>
</body>
</html>