About page and privacy policy
This commit is contained in:
18
about.html
Normal file
18
about.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>SimpleCal</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="stylesheet" href="meta.css">
|
||||
<link rel="icon" href="icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header"><a href="https://simplecal.io/">Try SimpleCal now!</a></div>
|
||||
|
||||
<div>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!</div>
|
||||
|
||||
<div><a href="privacy">Privacy Policy</a></div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -4,6 +4,8 @@
|
||||
<title>SimpleCal</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="50000">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="stylesheet" href="simplecal.css">
|
||||
<link rel="icon" href="icon.png">
|
||||
</head>
|
||||
|
||||
29
meta.css
Normal file
29
meta.css
Normal file
@@ -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;
|
||||
}
|
||||
38
privacy.html
Normal file
38
privacy.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>SimpleCal Privacy Policy</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000">
|
||||
<link rel="stylesheet" href="meta.css">
|
||||
<link rel="icon" href="icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>SimpleCal Privacy Policy</h1>
|
||||
|
||||
<h3>Last updated: 2020-09-11</h3>
|
||||
|
||||
<div>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.</div>
|
||||
|
||||
<h2>Information Collection And Use</h2>
|
||||
|
||||
<div>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.</div>
|
||||
|
||||
<h2>Communications</h2>
|
||||
|
||||
<div>We will never communicate with you. We do not collect, store, or transmit any contact information for you.</div>
|
||||
|
||||
<h2>Cookies</h2>
|
||||
|
||||
<div>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.</div>
|
||||
|
||||
<h2>Changes To This Privacy Policy</h2>
|
||||
|
||||
<div>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.</div>
|
||||
|
||||
<h2>Contact Us</h2>
|
||||
|
||||
<div>If you have any questions about this Privacy Policy, please contact us at simplecal@flamingcow.io.</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user