mirror of
https://github.com/sethcottle/littlelink.git
synced 2024-10-01 01:06:05 -04:00
4287e2b6bd
Refactored `index.html` to be in alphabetical order. This will make it easier for people to quickly scan to find what they're looking for to remove anything they don't want. They can reorder in the priority that meets their needs. Refactored `index.html` to streamline how each button line is showcased. Refactored `brands.css` to be in alphabetical order. Added to `brands.css` to include strokes around light and dark buttons that fail to meet background contrasts. Icons are all now 24x24. Quality controlled all icons and manually adjusted spacing. Created a custom .SVG for any .PNG icons. New LittleLink logo.
165 lines
6.2 KiB
HTML
165 lines
6.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||
|
||
<!-- Page Information
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<meta charset="utf-8" />
|
||
<title>LittleLink Privacy Policy</title>
|
||
<meta name="description" content="https://littlelink.io" />
|
||
<meta name="author" content="Seth Cottle" />
|
||
|
||
<!-- 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-auto.css" />
|
||
<link rel="stylesheet" href="css/brands.css" />
|
||
|
||
<!-- Favicon
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link rel="icon" type="image/png" href="images/littlelink.png" />
|
||
|
||
</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>
|
||
|
||
<!--
|
||
Privacy Policy:
|
||
We recommend adding a Privacy Policy to your LittleLink. Adding one can help you stay compliant
|
||
with different privacy legislation and can also help set expectations for your site visitors.
|
||
|
||
This is a boilerplate, what is here may not be applicable to you. By default, we give three sections...
|
||
|
||
Analytics: where you can add links to analytic services.
|
||
|
||
Content From External Platforms: This could be used for CDN services or additional buttons like GitHub hotlinkable buttons.
|
||
|
||
Hosting and Backend Infrastructure: For where you host your LittleLink.
|
||
|
||
You can remove, edit, and add to these as necessary for your project.
|
||
-->
|
||
|
||
<!-- 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>
|