-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
140 lines (127 loc) · 6.21 KB
/
privacy-policy.html
File metadata and controls
140 lines (127 loc) · 6.21 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - ViralMe by Transpify Inc.</title>
<style>
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(135deg, #06283D 0%, #1363DF 50%, #0600b9 100%);
color: white;
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
overflow-y: auto;
}
.container {
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 20px;
margin: 30px;
width: 90%;
max-width: 800px;
box-sizing: border-box;
margin-top: 150px;
}
.logo {
width: 100%; /* Responsive width */
max-width: 200px; /* Maximum logo width */
position: absolute;
top: 50px; /* Positioning just above the box */
left: 50%;
transform: translateX(-50%);
}
h1, h3 {
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
font-weight: bold;
}
h1 {
font-size: 28px;
color: #AAD8FF;
}
h2 {
font-size: 22px;
border-bottom: 1px solid #77aaff;
}
p, li {
font-size: 16px;
line-height: 1.6;
margin-top: 5px;
}
ul {
padding-left: 20px;
}
a {
color: #aad8ff;
text-decoration: none;
}
@media (max-width: 768px) {
.container {
margin: 20px;
margin-top: 150px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
p, li {
font-size: 14px;
}
}
</style>
</head>
<body>
<a href="https://viralme.today">
<img src="https://viralme.today/images/Transpify-white-logo_1.webp" alt="ViralMe Logo" class="logo">
</a>
<div class="container">
<h1>Privacy Policy</h1>
<h2>Introduction</h2>
<p>Welcome to Transpify Inc., the creators of ViralMe, your innovative solution for automated video editing. We are dedicated to protecting your privacy and handling your data with transparency and care. Our autonomous video editor leverages AI to simplify video editing, providing you with a ready-to-post video enriched with viral and trendy effects.</p>
<h2>Information We Collect</h2>
<ul>
<li>Personal Information: We collect your name and email address during registration to manage your account.</li>
<li>Usage Data: We gather data on how you use our services to enhance our platform and tailor it regionally.</li>
<li>IP Addresses: For analytics purposes, we collect IP addresses to analyze regional interests. These are kept anonymous and not linked to your user profile.</li>
</ul>
<h2>Use of Information</h2>
<p>We use your information to improve and personalize your experience across our services, conduct internal analytics, and manage our promotional and marketing efforts, which remain internal.</p>
<h2>Information Sharing and Disclosure</h2>
<p>Your information is not shared with third-party companies. Disclosure of your personal information occurs only under these conditions:</p>
<ul>
<li>Legal Compliance: We may disclose your information where required by law, such as in response to a court order or government request.</li>
<li>Protection of Rights: If necessary, your information might be disclosed to protect our legal rights or to address fraud and security issues.</li>
</ul>
<h2>Data Security</h2>
<p>We use 256-bit encryption to secure our storage and transmission of data. User authentication is managed through tokenized sessions, ensuring that no passwords are stored.</p>
<h2>User Rights</h2>
<p>Access and Control: You can access and modify any personal data we hold about you. Additionally, you have complete control over your projects and data stored in our secure Azure Blob storage, which you can update or delete at your convenience.</p>
<h2>Cookies and Tracking Technologies</h2>
<p>We use cookies solely for analytical purposes to improve our service quality.</p>
<h2>Payment Information</h2>
<p>All payment processing is handled securely by Stripe. We do not store or manage your payment details.</p>
<h2>Changes to This Policy</h2>
<p>We reserve the right to modify this policy at any time. All changes will be communicated to registered users via email.</p>
<h2>Contact Information</h2>
<p>For any questions or concerns regarding your privacy, please contact us at:</p>
<p>Email: <a href="mailto:hello@transpify.com">hello@transpify.com</a></p>
<p>Phone: +82 10-9789-1816</p>
<p>Discord: Available 24/7 for real-time communication with our team and founders.</p>
<h2>Compliance with Legal Regulations</h2>
<p>CCPA (California Consumer Privacy Act): We respect the privacy rights of California residents as stipulated by the CCPA.</p>
<p>South Korean Privacy Acts: We comply with South Korean regulations concerning the processing and security of personal information.</p>
<p>CalOPPA (California Online Privacy Protection Act): Our privacy practices are transparent, aligning with CalOPPA requirements.</p>
<p>International Data Transfers: We manage cross-border data transfers in compliance with applicable laws to ensure your data remains protected.</p>
</div>
</body>
</html>