102 lines
4.6 KiB
PHP
102 lines
4.6 KiB
PHP
<?PHP
|
|
|
|
require_once "./admin/db/config.php";
|
|
?>
|
|
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<?PHP include './includes/links.php'; ?>
|
|
<link rel="canonical" href="<?php echo $BASE_URL; ?>/privacy-policy">
|
|
<title>Privacy Policy - Tech4Biz Solutions - Excellence Guaranteed</title>
|
|
</head>
|
|
<body>
|
|
|
|
<?PHP include './includes/spinner.php'; ?>
|
|
|
|
<?PHP include './includes/header.php'; ?>
|
|
|
|
|
|
|
|
<div class="privacy-policy-area pt-100 pb-70">
|
|
<div class="container">
|
|
<div class="section-title text-center">
|
|
<span class="sp-color2">Privacy Policy</span>
|
|
<h2>Tech4Biz Privacy Policy</h2>
|
|
</div>
|
|
<div class="row pt-45">
|
|
<div class="col-lg-12">
|
|
<div class="single-content">
|
|
<h3>Privacy Policy </h3>
|
|
<p>
|
|
One of our top objectives at Tech4Biz, which can be found at Tech4Biz.com, is the privacy of our visitors. The terms of this page's privacy policy apply to our website, as well as any products and services provided by "Tech4Biz Infotech," and it regulates how we/the Tech4Biz Infotech brand uses, discloses, retains, and collects information from each of our website's users.
|
|
</p>
|
|
<p>
|
|
This privacy policy applies only to our online activities. It is valid for visitors to our website regarding the information they shared and collected in the tech4biz.com. This policy does not apply to any information collected offline or via channels other than this website.
|
|
</p>
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Personal Information Collection</h3>
|
|
<p>
|
|
Personal information is only collected if the user voluntarily provides it to us for the purposes of a project proposal, discussion, and communication. Through enquiry forms on our company website's 'Contact Us' pages, we gather personal information from users. We primarily collect email addresses, names, phone numbers, project information, and other relevant data.
|
|
</p>
|
|
<p>
|
|
If the user prefers, they can access our site anonymously without giving any information.
|
|
</p>
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Non-Personal Information Collection</h3>
|
|
<p>
|
|
When a User accesses or interacts with our website, we gather non-personal information such as the browser name, kind of machine or device used, screen resolution, Internet service provider address, user's region, and other similar facts.
|
|
</p>
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Disclosing Your Data</h3>
|
|
<p>
|
|
We do not sell, trade, or rent personal or identification information about End Users to any third parties. We may share generic aggregated data about visitors and users that are not linked to any personally identifiable information with our trusted affiliates, business partners, and advertisers for marketing reasons.
|
|
</p>
|
|
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Cookies and Web Beacons</h3>
|
|
<p>
|
|
1. To enhance our website: User input may be used to improve our product, services, and user experience.
|
|
</p>
|
|
<p>
|
|
2. To improve our customer service: We may utilize the information we gather and that you supply to react efficiently to your customer care requests.
|
|
</p>
|
|
<p>
|
|
3. To Send Periodic Emails: The email address is primarily collected and used to reply to User questions or other requests. Users who sign up for our newsletter mailing list by any on-site form or through advertising campaigns will get emails with company news, updates, related product or service information, promotional offers, and other information. The user can unsubscribe from receiving future emails at any time by following the unsubscribe instructions at the bottom of each email.
|
|
</p>
|
|
<p>
|
|
4. Find and prevent fraud
|
|
</p>
|
|
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Copyrights</h3>
|
|
<p>
|
|
The names, pictures, and logos used to identify the Tech4Biz Infotech brand, products (including product demos), and services are protected by copyright. Tech4Biz Infotech retains all rights to use and distribute them.
|
|
</p>
|
|
|
|
</div>
|
|
<div class="single-content">
|
|
<h3>Your acceptance to this Policy & Terms</h3>
|
|
<p>
|
|
You agree to our privacy policy by using our website. Please do not use Tech4Biz Infotech's website if you do not agree to the policy. Your continued use of Tech4Biz Infotech's site following the sharing of changes to this privacy policy will be deemed as your acceptance of those updates and changes.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?PHP include './includes/footer.php'; ?>
|
|
|
|
<?PHP include './includes/scripts.php'; ?>
|
|
|
|
</body>
|
|
</html>
|