-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
102 lines (74 loc) · 4.14 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!Doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="icon" href="assets/img/favicon.ico">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div id="wrapper">
<div class="wrap-container ">
<header class="navbar">
<h3 class="fw-bold">Privacy Policy</h3>
</header>
<div class="d-flex">
<main id="contentBox">
<div class="main-content">
<p><strong>Effective date:</strong> November 12, 2023.</p>
<h5>Introduction</h5>
<p>Welcome to AVR GUIDE! This Privacy Policy explains how we collect, use, disclose, and safeguard
your information when you visit our website <a href="https://avr-guide.github.io/">https://avr-guide.github.io/</a>
(the "Website"). Please read this Privacy Policy carefully.</p>
<h5>Information We Collect</h5>
<h6>Personal Information</h6>
<p>We may collect personal information such as your name and email address when you voluntarily
submit it through our contact form or other communication channels.</p>
<h6>Usage Data</h6>
<p>We may also collect information about how you interact with the Website. This may include your IP
address, browser type, device type, pages visited, and other usage statistics.</p>
<h5>Use of Information</h5>
<p>We may use the collected information for the following purposes:</p>
<ul>
<li>To respond to your inquiries and provide support.</li>
<li>To improve and optimize the Website.</li>
<li>To send periodic emails regarding updates and announcements.</li>
</ul>
<h5>Data Security</h5>
<p>We take reasonable measures to protect your information from unauthorized access, alteration,
disclosure, or destruction. However, please be aware that no method of transmission over the
internet or electronic storage is 100% secure.</p>
<h5>Third-Party Services</h5>
<p>We may use third-party services for analytics, hosting, or other purposes. These third parties
may have their own privacy policies, and we encourage you to review them.</p>
<h5>Your Choices</h5>
<p>You can choose not to provide personal information, but it may limit your ability to use certain
features of the Website.</p>
<h5>Changes to This Privacy Policy</h5>
<p>We reserve the right to update this Privacy Policy at any time. We will notify you of any changes
by posting the new Privacy Policy on this page.</p>
<h5>Contact Us</h5>
<p>If you have any questions or concerns about this Privacy Policy, please contact us at <a
href="mailto:[email protected]">[email protected]</a>.</p>
<p>Thank you for using AVR GUIDE!</p>
<p>
Chayan Mistry<br>
Software Engineer (Android)<br>
</p>
</div>
</main>
</div>
</div>
</div>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>