You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.4 KiB
PHP

<div class="container">
<div class="pixelish text-center mb-4">
<?php
$str = ["ASSUME CONTROL", "OF YOUR DATA."];
foreach ($str as $line) {
$split = explode(" ", $line);
foreach ($split as $s) {
echo "<div class=\"glitch d-inline-block mx-4\" style=\"width: auto; line-height: 1;\" data-text=\"$s\">$s</div>";
}
echo "<br />";
}
?>
</div>
<div class="mt-4 pt-4 typewriter emphasis-block">
<p>
<span class="h5 pixelish d-block minor-glitch" style="font-size: 35px;" data-text="You are being watched.">You are being watched.</span>
Corporations such as Google, Dropbox, Facebook, and Microsoft offer "free"
services. They encourage you to give them all your private data:
pictures, documents, email, interests, hobbies, audio recordings,
GPS location... The list goes on.
<p>
They use AI and secret algorithms to learn everything they can about
you. Then they sell <span class="minor-glitch" style="font-size: 16px;" data-text="your">that</span> information to other companies
and people.
<p>
If that wasn't creepy enough, these large corporations are constantly
targeted by <span class="minor-glitch" style="font-size: 16px;" data-text="hackers">criminals</span>.
Even if you trust Google, you definitely shouldn't trust these bad actors.
They want to use your data to empty your bank accounts, blackmail you, and commit other crimes.
</div>
<div class="mt-4 pt-4 typewriter emphasis-block">
<p>
<span class="h5 pixelish d-block minor-glitch" style="font-size: 30px;" data-text="But there's hope.">But there's hope.</span>
Corporations and criminals can't take your data if you don't give it
to them. We can build you a secure, miniature server for your home or business.
Your server will be easy to use, and comes with alternatives to multiple "free" services,
such as Google Drive, Dropbox, and Skype, as well as photo backup, contacts,
calendar, and more. It works with your phones and computers. And after you
purchase a server, your only ongoing costs are if you need help or want cloud backups.
</div>
</div>