Meine Version von Littlelink (https://github.com/sethcottle/littlelink/) für meine Webseite.
Eine statische, einfache Alternative zu linktr.ee
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
151 lines
6.9 KiB
151 lines
6.9 KiB
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<!-- Page Information
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
<meta charset="utf-8">
|
|
<title>Max mal Richtig</title>
|
|
<meta name="description" content="Links to me and my stuff...">
|
|
<meta name="author" content="Max mal Richtig">
|
|
|
|
<!-- Mobile Specific Metas
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<!-- CSS
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
<link rel="stylesheet" href="css/normalize.css">
|
|
|
|
<!-- Themes:
|
|
Auto: css/skeleton-auto.css
|
|
Light: css/skeleton-light.css
|
|
Dark: css/skeleton-dark.css
|
|
-->
|
|
<link rel="stylesheet" href="css/skeleton-dark.css">
|
|
<link rel="stylesheet" href="css/my-custom.css"
|
|
|
|
<!-- Brand Styles -->
|
|
<link rel="stylesheet" href="css/brands.css">
|
|
<link rel="stylesheet" href="css/brands-extended.css">
|
|
|
|
<!-- Favicon
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
<link rel="icon" type="image/x-icon" href="images/favicon-max.ico">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Primary Page Layout
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
<div class="container-left">
|
|
<div class="row">
|
|
<div class="column" style="margin-top: 10%">
|
|
<p>
|
|
<a href="index.html">⬅️ Back to main page</a>
|
|
</p>
|
|
|
|
<!-- Page Name -->
|
|
<h1>🔒 Privacy Overview</h1>
|
|
|
|
<!-- Page Information -->
|
|
<p>
|
|
<b
|
|
>Personal Data collected for the following purposes and using the
|
|
following services:</b
|
|
>
|
|
<br />
|
|
<br />
|
|
<!-- Start Section -->
|
|
<b>🧮 Analytics</b>
|
|
<br />
|
|
The services contained in this section enable the Owner to monitor
|
|
and analyze web traffic and can be used to keep track of User
|
|
behavior.
|
|
<br />
|
|
<br />
|
|
<!-- Here you can add any analytics companies you use and what they track -->
|
|
<b>1.) Example LLC.</b><br />
|
|
Personal Data:
|
|
<i
|
|
>various types of Data as specified in the privacy policy of the
|
|
service</i
|
|
><br />
|
|
<a href="https://example.com/privacy/"
|
|
>Privacy Policy</a
|
|
>
|
|
</p>
|
|
<!-- End Section -->
|
|
|
|
<!-- Start Section -->
|
|
<p>
|
|
<b>📦 Displaying Content From External Platforms</b>
|
|
<br />
|
|
This type of service allows you to view content hosted on external
|
|
platforms directly from the pages of this website and interact with
|
|
them.<br /><br />
|
|
This type of service might still collect web traffic data for the
|
|
pages where the service is installed, even when Users do not use it.
|
|
<br />
|
|
<br />
|
|
<!-- Add any external cdn's and they use and what they track -->
|
|
<b>1.) Example LLC</b><br />
|
|
Personal Data:
|
|
<i
|
|
>Usage Data; various types of Data as specified in the privacy
|
|
policy of the service</i
|
|
>
|
|
<br />
|
|
<a href="https://example.com/privacy/"
|
|
>Privacy Policy</a
|
|
>
|
|
</p>
|
|
<!-- End Section -->
|
|
|
|
<!-- Start Section -->
|
|
<p>
|
|
<b>📁 Hosting and Backend Infrastructure</b>
|
|
<br />
|
|
This type of service has the purpose of hosting Data and files that
|
|
enable this website to exist.
|
|
<br />
|
|
<br />
|
|
Some services among those listed below, if any, may work through
|
|
geographically distributed servers, making it difficult to determine
|
|
the actual location where the Personal Data are stored.
|
|
<br />
|
|
<br />
|
|
<!-- Here you can add any hosting companies you use and what they track -->
|
|
<b>1.) Example LLC.</b><br />
|
|
Personal Data:
|
|
<i
|
|
>various types of Data as specified in the privacy policy of the
|
|
service</i
|
|
>
|
|
<br />
|
|
<a href="https://example.com/privacy"
|
|
>Privacy Policy</a
|
|
>
|
|
</p>
|
|
<!-- End Section -->
|
|
<br />
|
|
<br />
|
|
|
|
<!--
|
|
Footer:
|
|
This includes a link to the LittleLink repository to make forking LittleLink easier.
|
|
You can edit or remove anything here to make your own footer.
|
|
-->
|
|
<center>
|
|
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
|
|
</center>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- End Document
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
|
</body>
|
|
</html>
|