From 3fe90e8d550b5d9bc9e7489c966354647ee4fa54 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 12 Sep 2020 05:21:48 +0000 Subject: [PATCH] About page and privacy policy --- about.html | 18 ++++++++++++++++++ index.html | 2 ++ meta.css | 29 +++++++++++++++++++++++++++++ privacy.html | 38 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 87 insertions(+) create mode 100644 about.html create mode 100644 meta.css create mode 100644 privacy.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..8225336 --- /dev/null +++ b/about.html @@ -0,0 +1,18 @@ + + + + SimpleCal + + + + + + + +
Try SimpleCal now!
+ +
SimpleCal is an extremely simple view of your calendar. It reads data from your Google Calendar and displays the current and next meeting only. It shows a progress bar for the current meeting, and a countdown timer to the next meeting if you're currently on a break. That's it!
+ +
Privacy Policy
+ + diff --git a/index.html b/index.html index c972220..be2595c 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,8 @@ SimpleCal + + diff --git a/meta.css b/meta.css new file mode 100644 index 0000000..21c8d4b --- /dev/null +++ b/meta.css @@ -0,0 +1,29 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@500&display=swap'); + +body { + font-family: 'Roboto', sans-serif; + font-size: 16px; + + max-width: 750px; + + padding-left: 2ch; + padding-right: 3ch; + margin: 0 auto; + + color: #eeeeee; + background: black; +} + +a { + color: #eeeeee; + text-decoration: underline; +} + +div { + margin-top: 15px; + margin-bottom: 15px; +} + +.header { + font-size: 20px; +} diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..97aff26 --- /dev/null +++ b/privacy.html @@ -0,0 +1,38 @@ + + + + SimpleCal Privacy Policy + + + + + + + +

SimpleCal Privacy Policy

+ +

Last updated: 2020-09-11

+ +
FlamingCowTV LLC operates simplecal.io. This page informs you of our policies regarding the collection, use, and disclosure of Personal Information we receive from users of the Site.
+ +

Information Collection And Use

+ +
We do not collect, store, or transmit any information about you, your calendars, or their contents. We request access to read from your Google Calendar, but the information remains local on your computer, and is never transmitted to us by you or Google.
+ +

Communications

+ +
We will never communicate with you. We do not collect, store, or transmit any contact information for you.
+ +

Cookies

+ +
We do not set or use cookies directly on our site. Our proxy service provider, Cloudflare, may set one or more cookies for security purposes. Google, with whom we authenticate to read your calendar data, may set one or more cookies for authentication or other purposes.
+ +

Changes To This Privacy Policy

+ +
This privacy policy is effective as of September 11, 2020 and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page. We reserve the right to update or change our privacy policy at any time and you should check this privacy policy periodically. Your continued use of the service after we post any modifications to the privacy policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified privacy policy.
+ +

Contact Us

+ +
If you have any questions about this Privacy Policy, please contact us at simplecal@flamingcow.io.
+ +