Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shenshuo authored Oct 22, 2024
1 parent cd243c2 commit b4f9114
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community Guidelines - duomeet</title>

<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f9f9f9;
}

.container {
max-width: 800px;
margin: 30px auto;
padding: 20px;
background-color: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

h1, h2 {
color: #333;
}

h1 {
font-size: 28px;
text-align: center;
margin-bottom: 20px;
}

h2 {
font-size: 20px;
margin-top: 20px;
}

p {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}

ul {
list-style-type: disc;
padding-left: 20px;
}

.header {
text-align: center;
padding: 10px;
background-color: #f0f0f0;
border-bottom: 1px solid #ddd;
}

.header .logo img {
height: 40px;
}

.footer {
margin-top: 30px;
text-align: center;
font-size: 12px;
color: #999;
}

a {
color: #3498db;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

</style>
</head>
<body>

<div class="header">
<div class="logo">
<img src="https://raw.githubusercontent.com/shenshuo/KotlinTest/refs/heads/master/icon_app.png" alt="duomeet Logo">
</div>
</div>

<div class="container">
<h1>Community Guidelines</h1>

<p>Welcome to duomeet.cc, where we're dedicated to fostering genuine connections worldwide in a safe and respectful environment.</p>

<p>At duomeet.cc, we are not just about providing a platform; we're about creating a community—a community where you can connect without fear of judgment or rejection. We are committed to ensuring that every interaction on our platform is respectful, authentic, and secure.</p>

<p>While the online world can sometimes be a challenging place, we're here to make it a little easier. Our community guidelines serve as a roadmap for creating a space where you can truly be yourself. We take your safety seriously and work tirelessly to keep our platform free from harmful content and behavior.</p>

<h2>Underage Users</h2>
<p>Let's be clear: our platform is for adults only. We've implemented cutting-edge technology and human oversight to keep minors off our platform. Please do not use our Service if you are a minor, and please do not expose any minors on and to our Platform. Your account will be flagged and suspended if you violate our Terms of Service, Privacy Policy, and Community Guidelines.</p>

<h2>Safety</h2>
<p>Your safety is our top priority. We've put in place strict rules to ensure that our community remains a safe space for everyone. From preventing violent behavior to cracking down on adult content, we're committed to maintaining a safe and welcoming environment.</p>

<h2>Violent and Hateful Behaviour</h2>
<p>Hate has no home here. We have zero tolerance for any content or behavior that promotes violence or hatred. Our community is built on respect and acceptance, and we'll do whatever it takes to uphold those values.</p>

<h2>Adult-themed Content</h2>
<p>We believe in creating a space where everyone feels comfortable connecting. That's why we have strict rules against any adult-themed content. Whether it's nudity or explicit language, you won't find it here.</p>

<h2>Bullying & Harassment</h2>
<p>We're all about building each other up, not tearing each other down. Bullying and harassment have no place in our community. We are committed to creating a supportive environment where everyone feels valued and respected.</p>

<h2>Child Safety</h2>
<p>When it comes to children, there's no room for compromise. Our platform is strictly off-limits to minors, and we have stringent measures in place to enforce this rule. Your safety—and the safety of our community—is our top priority.</p>

<h2>Suicide & Self-Harm</h2>
<p>Your well-being is important to us. That's why we don't tolerate any content that promotes self-harm or suicide. If you're struggling, we encourage you to reach out for help. You're not alone.</p>

<h2>Illegal or Criminal Activities</h2>
<p>We are committed to keeping our platform free from illegal activities. Whether it's criminal behavior or solicitation, we have zero tolerance for anything that puts our community at risk.</p>

<h2>Private Information</h2>
<p>Privacy matters. That's why we are committed to protecting your personal information. From government IDs to financial data, we take your privacy seriously. Do not post, upload, stream or share content that contains personal data or personally identifiable information (PII).</p>

<h2>Integrity</h2>
<p>Authenticity is everything to us. We have strict rules in place to ensure that our community remains genuine and transparent. We believe in building trust, one interaction at a time.</p>

<h2>Photos, Shares, and Video Streaming Guidelines</h2>
<p>We believe in creating a space where everyone feels comfortable sharing. That's why we have guidelines in place to ensure that our platform remains a safe and respectful environment for all.</p>

<h2>Contact Us</h2>
<p>For any concerns or reports, please contact us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>

<div class="footer">
<p>&copy; 2024 duomeet.cc. All rights reserved.</p>
</div>

</body>
</html>

0 comments on commit b4f9114

Please sign in to comment.