From dd9c7aefbe97cc4fa70bfd01df1f74bffe8d6671 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 12:50:32 -0700 Subject: [PATCH 1/5] Added privacy.html page from littlelink and set everything to example.com --- privacy.html | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 privacy.html diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..db43590 --- /dev/null +++ b/privacy.html @@ -0,0 +1,131 @@ + + +
+ + + + +
+ Personal Data collected for the following purposes and using the
+ following services:
+
+
+ 🧮 Analytics
+
+ 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.
+
+
+
+ 1.) Example LLC.
+ Personal Data:
+ various types of Data as specified in the privacy policy of the
+ service
+ Privacy Policy
+
+ 📦 Displaying Content From External Platforms
+
+ This type of service allows you to view content hosted on external
+ platforms directly from the pages of this website and interact with
+ them.
+ 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.
+
+
+
+ 1.) Example LLC
+ Personal Data:
+ Usage Data; various types of Data as specified in the privacy
+ policy of the service
+
+ Privacy Policy
+
+ 📁 Hosting and Backend Infrastructure
+
+ This type of service has the purpose of hosting Data and files that
+ enable this website to exist.
+
+
+ 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.
+
+
+
+ 1.) Example LLC.
+ Personal Data:
+ various types of Data as specified in the privacy policy of the
+ service
+
+ Privacy Policy
+
Build your own by forking LittleLink.
+Build your own by forking LittleLink.
+🔒 + Privacy Policy | Build your own by forking LittleLink.
From 5d7a3ae023f03b016121001fb0edb6f6442d5b20 Mon Sep 17 00:00:00 2001 From: techano <20607160+techano@users.noreply.github.com> Date: Fri, 13 May 2022 13:31:11 -0700 Subject: [PATCH 4/5] testing something --- privacy.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/privacy.html b/privacy.html index db43590..b64c18e 100644 --- a/privacy.html +++ b/privacy.html @@ -90,7 +90,9 @@ policy of the service
📁 Hosting and Backend Infrastructure
From e93f821df71e81290d5bae2ad1ac955be2853342 Mon Sep 17 00:00:00 2001
From: techano <20607160+techano@users.noreply.github.com>
Date: Fri, 13 May 2022 13:39:40 -0700
Subject: [PATCH 5/5] added threma to brands.css, their svg and to index.html
---
css/brands.css | 10 ++++++++++
images/icons/threema.svg | 9 +++++++++
index.html | 5 +++++
3 files changed, 24 insertions(+)
create mode 100644 images/icons/threema.svg
diff --git a/css/brands.css b/css/brands.css
index ee80128..7c5965a 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -578,3 +578,13 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
+
+/* Threema */
+.button.button-threema {
+ color: #000000;
+ background-color: #3fe669;
+}
+.button.button-threema:hover,
+.button.button-threema:focus {
+ filter: brightness(90%);
+}
\ No newline at end of file
diff --git a/images/icons/threema.svg b/images/icons/threema.svg
new file mode 100644
index 0000000..142a6f8
--- /dev/null
+++ b/images/icons/threema.svg
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 2b65a17..fd44c14 100644
--- a/index.html
+++ b/index.html
@@ -370,6 +370,11 @@
VRChat
+
+
+ Threema
+
+
🔒 Privacy Policy | Build your own by forking LittleLink.