General Updates

Added additional comments for clarification and reorganized a recently added brand alphabetically.
This commit is contained in:
Seth Cottle 2022-05-23 14:48:10 -04:00
parent 70bf4f8b4b
commit 9923aa2ce3
3 changed files with 51 additions and 15 deletions

View file

@ -458,6 +458,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Threema */
.button.button-threema {
color: #000000;
background-color: #3fe669;
}
.button.button-threema:hover,
.button.button-threema:focus {
filter: brightness(90%);
}
/* TikTok */ /* TikTok */
.button.button-tiktok { .button.button-tiktok {
color: #ffffff; color: #ffffff;
@ -588,13 +598,3 @@ button:hover,
.button.button-yt:focus { .button.button-yt:focus {
filter: brightness(90%); filter: brightness(90%);
} }
/* Threema */
.button.button-threema {
color: #000000;
background-color: #3fe669;
}
.button.button-threema:hover,
.button.button-threema:focus {
filter: brightness(90%);
}

View file

@ -381,8 +381,13 @@
<br> <br>
<br> <br>
<p>🔒 <!--
<a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p> Footer:
This includes a link to privacy.html page which can be setup for your Privacy Policy.
This also includes a link to the LittleLink repository to make forking LittleLink easier.
You can edit or remove anything here to make your own footer.
-->
<p><a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
</div> </div>
</div> </div>

View file

@ -18,7 +18,8 @@
--> -->
<link rel="stylesheet" href="css/normalize.css" /> <link rel="stylesheet" href="css/normalize.css" />
<!-- Themes: <!--
Themes:
Auto: css/skeleton-auto.css Auto: css/skeleton-auto.css
Light: css/skeleton-light.css Light: css/skeleton-light.css
Dark: css/skeleton-dark.css Dark: css/skeleton-dark.css
@ -43,6 +44,22 @@
<a href="index.html">⬅️ Back to main page</a> <a href="index.html">⬅️ Back to main page</a>
</p> </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 like Fathom or Google Analytics.
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 --> <!-- Page Name -->
<h1>🔒 Privacy Overview</h1> <h1>🔒 Privacy Overview</h1>
@ -54,6 +71,7 @@
> >
<br /> <br />
<br /> <br />
<!-- Start Section -->
<b>🧮 Analytics</b> <b>🧮 Analytics</b>
<br /> <br />
The services contained in this section enable the Owner to monitor The services contained in this section enable the Owner to monitor
@ -72,6 +90,9 @@
>Privacy Policy</a >Privacy Policy</a
> >
</p> </p>
<!-- End Section -->
<!-- Start Section -->
<p> <p>
<b>📦 Displaying Content From External Platforms</b> <b>📦 Displaying Content From External Platforms</b>
<br /> <br />
@ -82,7 +103,7 @@
pages where the service is installed, even when Users do not use it. pages where the service is installed, even when Users do not use it.
<br /> <br />
<br /> <br />
<!-- Here you can add any external cdn's and they use and what they track --> <!-- Add any external cdn's and they use and what they track -->
<b>1.) Example LLC</b><br /> <b>1.) Example LLC</b><br />
Personal Data: Personal Data:
<i <i
@ -94,6 +115,9 @@
>Privacy Policy</a >Privacy Policy</a
> >
</p> </p>
<!-- End Section -->
<!-- Start Section -->
<p> <p>
<b>📁 Hosting and Backend Infrastructure</b> <b>📁 Hosting and Backend Infrastructure</b>
<br /> <br />
@ -118,8 +142,15 @@
>Privacy Policy</a >Privacy Policy</a
> >
</p> </p>
<!-- End Section -->
<br /> <br />
<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> <center>
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p> <p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
</center> </center>