mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Add AI blocking/selling copy
This commit is contained in:
parent
bb30252000
commit
1bddcd4cfb
2 changed files with 9 additions and 2 deletions
|
@ -220,10 +220,10 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-50">
|
<div class="col col-50">
|
||||||
<h3>
|
<h3>
|
||||||
<i class="fa fa-eye-slash"></i>Zero Advertising
|
<i class="fa fa-eye-slash"></i>Zero Advertising, Zero AI Data Selling
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p>
|
||||||
<strong>Neocities will never sell your personal data or put advertising on your site.</strong> Instead, we are funded directly by people just like you with <a href="/supporter">supporter accounts</a> and <a href="/donate">donations</a>.
|
<strong>Neocities will never sell your data for AI training or put advertising on your site.</strong> Instead, we are funded directly by people just like you with <a href="/supporter">supporter accounts</a> and <a href="/donate">donations</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,13 @@
|
||||||
<td><i class="fa fa-check"></i></td>
|
<td><i class="fa fa-check"></i></td>
|
||||||
<td><i class="fa fa-check"></i></td>
|
<td><i class="fa fa-check"></i></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="feature-column">
|
||||||
|
<span data-original-title="We don't sell data to AI companies or force badly designed AI blockers on you that lock out millions of legitimate users. Instead we empower you with control through a customizable, pre-populated robots.txt file.">Full AI blocking control</span>
|
||||||
|
</td>
|
||||||
|
<td><i class="fa fa-check"></i></td>
|
||||||
|
<td><i class="fa fa-check"></i></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="feature-column">
|
<td class="feature-column">
|
||||||
<span data-original-title="Downloading your neocities site is as easy as clicking a button.">One-Click Backups</span>
|
<span data-original-title="Downloading your neocities site is as easy as clicking a button.">One-Click Backups</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue