-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
56 lines (51 loc) · 3.04 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Johnathan Vastola</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
</head>
<body>
<!-- Navigation (if any) -->
<nav>
<!-- Your navigation bar -->
</nav>
<!-- Privacy Policy Section -->
<section id="privacy-policy">
<div class="row section-intro">
<div class="col-twelve">
<h5>Privacy Policy</h5>
<h1>About Our Plugin</h1>
<div class="intro-info">
<p>The <strong>Diagram Creator</strong> GPT is dedicated to enhancing your diagramming experience within ChatGPT, prioritizing both functionality and your privacy.</p>
<p>Diagrams: Diagram Creator is a powerful tool designed for the quick creation and editing of diagrams. It supports various diagram languages, with a focus on mermaid graph diagrams, providing an engaging visual alternative to text.</p>
</div>
<h1>Data Collection and Usage</h1>
<div class="intro-info">
<p>We collect essential data related to the diagrams you create using our GPT. Our collaboration with third-party services, including Miro, Cloudfare, and Mixpanel, is central to our operations. The integration with Miro, in particular, is a revenue-generating feature that offers enhanced functionality such as drag-and-drop capabilities. This collaboration, along with others, is vital for improving our services and user experience. The data we collect is used primarily for service enhancement, including fixing rendering issues and optimizing performance.</p>
</div>
<h1>Data Sharing and Monetization</h1>
<div class="intro-info">
<p>We share data with trusted third parties like Miro, Cloudfare, and Mixpanel to enhance our GPT functionality and efficiency. Our partnership with Miro is not only instrumental in providing advanced features but also contributes to our revenue stream. However, we are committed to handling your data responsibly and do not engage in selling, trading, or indiscriminately sharing your information.</p>
</div>
<h1>Policy Updates</h1>
<div class="intro-info">
<p>We may update this privacy policy as needed, with changes being posted on this page. Our commitment is to uphold transparency and trust in our data handling practices.</p>
<p>For any inquiries or concerns about our privacy practices, we encourage you to contact us. Your feedback is invaluable for our continuous improvement.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<!-- Your footer content -->
</footer>
<!-- Scripts -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>