Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: gamestime102 <[email protected]>
  • Loading branch information
gamestime102 authored Jan 20, 2025
1 parent d8f9c54 commit 7b36c2f
Showing 1 changed file with 69 additions and 34 deletions.
103 changes: 69 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@
width: 150px;
height: auto;
}

.comparison-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}

.comparison-table th, .comparison-table td {
border: 1px solid #00ff00;
padding: 10px;
text-align: center;
}

.comparison-table th {
background: rgba(0, 255, 0, 0.2);
}
</style>
</head>
<body>
Expand All @@ -100,57 +116,76 @@ <h1>Clean Master Privacy</h1>
<a href="#about">About</a>
<a href="#privacy-tips">Privacy Tips</a>
<a href="#developments">Developments</a>
<a href="#comparisons">Comparisons</a>
<a href="#supporters">Supporters</a>
</nav>

<!-- About Clean Master Privacy -->
<section>
<section id="about">
<h2>About Clean Master Privacy</h2>
<p>Clean master privacy product was first created by 2 anonymous people who founded gamestime102; their code names are gamestime102 and gamestime102tv. gamestime102 team (organization) prepared a Kapıkulu for clean master privacy. The purpose of this Kapıkulu is to provide privacy and security. Although this army was disbanded over time, it was reactivated on April 21, 2021. Clean master privacy, a sub-unit of Kapıkulu, is sipahi, this sipahi is responsible for the security of the internet and the device.</p>
<p>Clean Master Privacy was founded by two anonymous individuals known by the codenames gamestime102 and gamestime102tv. Their vision was to create a comprehensive solution for digital security and privacy. Over time, the project evolved into a robust platform that safeguards users' online activities and devices.</p>
</section>

<!-- Project Developments -->
<section>
<h2>Project Developments</h2>
<p>Clean Master Privacy project was stopped for a while due to financial resources. Later, gamestime102 and gamestime102tv revived the project. There was a significant data loss after the project development was stopped, but the gamestime102 team is working to replace the lost codes with new ones.</p>
</section>

<!-- Contribute Section -->
<section>
<h2>Contribute</h2>
<p>We have recently rebuilt the app and focused on our current feature and fix roadmap. Therefore, we are not currently accepting new issues or PRs: feel free to fork the repository for your own experiments. Thank you for your understanding and support.</p>
</section>

<!-- Income and Donations -->
<section>
<h2>Income and Donations</h2>
<p>We will donate some of the proceeds to charities and companies.</p>
</section>

<!-- Independence -->
<section>
<h2>Independence</h2>
<p>We heard about our independence on April 21, 2021, now we are taking new steps to become fully independent.</p>
<!-- Privacy Tips -->
<section id="privacy-tips">
<h2>Privacy Tips</h2>
<p>Here are some simple yet effective tips to protect your privacy online:</p>
<ul>
<li>Use strong, unique passwords for every account.</li>
<li>Enable two-factor authentication whenever possible.</li>
<li>Be cautious about the information you share on social media.</li>
<li>Regularly update your software and devices.</li>
</ul>
</section>

<!-- People Who Keep the Project Alive -->
<section>
<h2>People Who Keep the Project Alive</h2>
<p>@gamestime102 and @gamestime102-tv</p>
<!-- Project Developments -->
<section id="developments">
<h2>Project Developments</h2>
<p>The Clean Master Privacy project faced challenges due to limited financial resources. However, thanks to the dedication of its founders, the project has been revived and continues to thrive. Efforts are ongoing to recover lost data and improve existing features.</p>
</section>

<!-- License Section -->
<section>
<h2>License</h2>
<p>Clean master privacy product belongs to gamestime102. The code and data files in this distribution are licensed under the GNU General Public License, version 3 or any later version, as published by the Free Software Foundation. For a copy of this license, see <a href="https://www.gnu.org/licenses/" target="_blank">GNU General Public License</a>.</p>
<!-- Comparisons -->
<section id="comparisons">
<h2>Security Comparisons</h2>
<table class="comparison-table">
<thead>
<tr>
<th>Feature</th>
<th>Clean Master Privacy</th>
<th>Competitor A</th>
<th>Competitor B</th>
</tr>
</thead>
<tbody>
<tr>
<td>Data Encryption</td>
<td>256-bit AES</td>
<td>128-bit AES</td>
<td>256-bit AES</td>
</tr>
<tr>
<td>Open-Source</td>
<td>Yes</td>
<td>No</td>
<td>Partial</td>
</tr>
<tr>
<td>Ad-Free</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
</tbody>
</table>
</section>

<!-- Supporters Section -->
<section>
<section id="supporters">
<h2>Supporters</h2>
<div style="border: 1px solid #00ff00; padding: 10px; margin: 20px 0; text-align: center;">
<img src="https://github.com/user-attachments/assets/8472e1a0-5605-404e-b906-1e8b69275595" alt="Proton AG" class="proton">
<h3>Proton AG</h3>
<p>Thanks to Proton AG, we found our own identity and declared our full independence. We thank them for what they have contributed to us.</p>
<p>Thanks to Proton AG, we found our identity and declared our independence. Their support has been invaluable to our growth and mission.</p>
<a href="https://proton.me" target="_blank" style="color: #00ff00;">Visit Proton AG</a>
</div>
</section>
Expand Down

0 comments on commit 7b36c2f

Please sign in to comment.