Skip to content

Commit 9923aa2

Browse files
committed
General Updates
Added additional comments for clarification and reorganized a recently added brand alphabetically.
1 parent 70bf4f8 commit 9923aa2

File tree

3 files changed

+51
-15
lines changed

3 files changed

+51
-15
lines changed

css/brands.css

+10-10
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,16 @@ button:hover,
458458
filter: brightness(90%);
459459
}
460460

461+
/* Threema */
462+
.button.button-threema {
463+
color: #000000;
464+
background-color: #3fe669;
465+
}
466+
.button.button-threema:hover,
467+
.button.button-threema:focus {
468+
filter: brightness(90%);
469+
}
470+
461471
/* TikTok */
462472
.button.button-tiktok {
463473
color: #ffffff;
@@ -588,13 +598,3 @@ button:hover,
588598
.button.button-yt:focus {
589599
filter: brightness(90%);
590600
}
591-
592-
/* Threema */
593-
.button.button-threema {
594-
color: #000000;
595-
background-color: #3fe669;
596-
}
597-
.button.button-threema:hover,
598-
.button.button-threema:focus {
599-
filter: brightness(90%);
600-
}

index.html

+7-2
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,13 @@ <h1>LittleLink</h1>
381381
<br>
382382

383383
<br>
384-
<p>🔒
385-
<a href="privacy.html">Privacy Policy</a> | Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
384+
<!--
385+
Footer:
386+
This includes a link to privacy.html page which can be setup for your Privacy Policy.
387+
This also includes a link to the LittleLink repository to make forking LittleLink easier.
388+
You can edit or remove anything here to make your own footer.
389+
-->
390+
<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>
386391

387392
</div>
388393
</div>

privacy.html

+34-3
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
1919
<link rel="stylesheet" href="css/normalize.css" />
2020

21-
<!-- Themes:
21+
<!--
22+
Themes:
2223
Auto: css/skeleton-auto.css
2324
Light: css/skeleton-light.css
2425
Dark: css/skeleton-dark.css
25-
-->
26+
-->
2627

2728
<link rel="stylesheet" href="css/skeleton-auto.css" />
2829
<link rel="stylesheet" href="css/brands.css" />
@@ -43,6 +44,22 @@
4344
<a href="index.html">⬅️ Back to main page</a>
4445
</p>
4546

47+
<!--
48+
Privacy Policy:
49+
We recommend adding a Privacy Policy to your LittleLink. Adding one can help you stay compliant
50+
with different privacy legislation and can also help set expectations for your site visitors.
51+
52+
This is a boilerplate, what is here may not be applicable to you. By default, we give three sections...
53+
54+
Analytics: where you can add links to analytic services like Fathom or Google Analytics.
55+
56+
Content From External Platforms: This could be used for CDN services or additional buttons like GitHub hotlinkable buttons.
57+
58+
Hosting and Backend Infrastructure: For where you host your LittleLink.
59+
60+
You can remove, edit, and add to these as necessary for your project.
61+
-->
62+
4663
<!-- Page Name -->
4764
<h1>🔒 Privacy Overview</h1>
4865

@@ -54,6 +71,7 @@ <h1>🔒 Privacy Overview</h1>
5471
>
5572
<br />
5673
<br />
74+
<!-- Start Section -->
5775
<b>🧮 Analytics</b>
5876
<br />
5977
The services contained in this section enable the Owner to monitor
@@ -72,6 +90,9 @@ <h1>🔒 Privacy Overview</h1>
7290
>Privacy Policy</a
7391
>
7492
</p>
93+
<!-- End Section -->
94+
95+
<!-- Start Section -->
7596
<p>
7697
<b>📦 Displaying Content From External Platforms</b>
7798
<br />
@@ -82,7 +103,7 @@ <h1>🔒 Privacy Overview</h1>
82103
pages where the service is installed, even when Users do not use it.
83104
<br />
84105
<br />
85-
<!-- Here you can add any external cdn's and they use and what they track -->
106+
<!-- Add any external cdn's and they use and what they track -->
86107
<b>1.) Example LLC</b><br />
87108
Personal Data:
88109
<i
@@ -94,6 +115,9 @@ <h1>🔒 Privacy Overview</h1>
94115
>Privacy Policy</a
95116
>
96117
</p>
118+
<!-- End Section -->
119+
120+
<!-- Start Section -->
97121
<p>
98122
<b>📁 Hosting and Backend Infrastructure</b>
99123
<br />
@@ -118,8 +142,15 @@ <h1>🔒 Privacy Overview</h1>
118142
>Privacy Policy</a
119143
>
120144
</p>
145+
<!-- End Section -->
121146
<br />
122147
<br />
148+
149+
<!--
150+
Footer:
151+
This includes a link to the LittleLink repository to make forking LittleLink easier.
152+
You can edit or remove anything here to make your own footer.
153+
-->
123154
<center>
124155
<p>Build your own by forking <a href="https://littlelink.io" target="_blank" rel="noopener">LittleLink</a>.</p>
125156
</center>

0 commit comments

Comments
 (0)