From 63208d50045aa829c8db5719586fdc7da38a95ef Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 11 Jan 2024 12:23:26 -0500 Subject: [PATCH] privacy --- content/privacy/_index.md | 8 ++++++++ content/privacy/applications/slice.md | 5 +++++ sass/elements/list.scss | 10 +++++----- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 content/privacy/_index.md create mode 100644 content/privacy/applications/slice.md diff --git a/content/privacy/_index.md b/content/privacy/_index.md new file mode 100644 index 0000000..8c01cf8 --- /dev/null +++ b/content/privacy/_index.md @@ -0,0 +1,8 @@ +--- +title: Privacy Policies +--- + +The following documents define the privacy policies for various things I've made: + +- Applications + - [Slice](/privacy/applications/slice) (WearOS watch face) diff --git a/content/privacy/applications/slice.md b/content/privacy/applications/slice.md new file mode 100644 index 0000000..a9412f1 --- /dev/null +++ b/content/privacy/applications/slice.md @@ -0,0 +1,5 @@ +--- +title: Slice Privacy Policy +--- + +The "Slice" watch face for WearOS does not intentionally collect any data. It does not connect to the internet, and it does not use any third-party services. diff --git a/sass/elements/list.scss b/sass/elements/list.scss index aa4d6a9..1b57175 100644 --- a/sass/elements/list.scss +++ b/sass/elements/list.scss @@ -7,11 +7,11 @@ ul { ul { margin-top: 0; margin-bottom: 0; - list-style-type: lower-roman; - ol, - ul { - list-style-type: lower-alpha; - } + // list-style-type: lower-roman; + // ol, + // ul { + // list-style-type: lower-alpha; + // } } }