Skip to content

Commit 5f657dc

Browse files
committed
chore: update privacy policy to include airtable details
1 parent 71f6036 commit 5f657dc

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

content/privacy/index.md renamed to content/privacy/_index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22
title : "Privacy"
33
description: "HuTasker Privacy Policy"
44
lead: "sample"
5-
date: 2022-07-05T10:00:00+00:00
6-
lastmod: 2022-07-05T10:00:00+00:00
5+
date: 2022-08-05T10:00:00+00:00
6+
lastmod: 2022-08-14T10:00:00+00:00
77
draft: false
88
images: []
99
---
1010

11-
We use the following services:
12-
11+
By using our Site, you may interact with the following services:
1312

1413
Hosting: Netlify
1514

1615
Git: Github
1716

1817
CDN: Cloudflare
1918

19+
Images: Airtable
20+
21+
2022
Database: Airtable
23+
2124
Data entered into the airtable form may be saved and used in our test environment.
2225

2326
Analytics: Simpleanalytics
2427

25-
28+
We aim to gather as little information as possible. Please see the policy below

layouts/privacy/list.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{{define "main"}}
2+
<section class="section container-fluid mt-n3 pb-3 HeroBanner">
3+
<div class="row justify-content-center">
4+
<div class="col-xl-12 text-center homeHeaderText">
5+
<h1 class="mt-0 homeH1">{{ .Title }}</h1>
6+
</div>
7+
</div>
8+
</section>
9+
<section>
10+
<h2>Our Services</h2>
11+
{{.Content}}
12+
</section>
13+
<h2>Policy</h2>
14+
<small>Welcome to https://hutasker.netlify.app Throughout this Privacy Policy, "personal information" or "personal data" refers to any information that is unique to an individual, such as name, address, email address, phone number, IP address and other information that can reasonably identify an individual. </small>
15+
<h3>What Information Do We Collect</h3>
16+
<h4>Information Collected Directly</h4>
17+
<small>You can generally visit our Site without having to submit any personal information. If you request more information, or input data into our AirTable sheet, we will collect information as follows.</small>
18+
<small>User Data: Anything input in the AirTable sheet will save to a version history. Participating in and submitting user data is optional and not required to use this theme and site.</small>
19+
<h4>Information Collected Indirectly</h4>
20+
<small>When you use or interact with the Site, we collect information about your use of the Site via a third party - <a href="https://docs.simpleanalytics.com/what-we-collect?ref=hutasker.netlify.app">Simpleanalytics.</a> Please see below an embed of the traffic, open to the public.</small>
21+
<h4>Cookies</h4>
22+
<small>We don't set cookies, however the AirTable embed on the home page may interact with AirTable.</small>
23+
<h3>How we use Information</h3>
24+
<small>Being a template for a Static Site Generator, we aim to collect as little information as possible. However having a link to our AirTable sheet accessible to the public, any information input will be displayed for the purposes of providing this example site.</small>
25+
<small>We may embed the AirTable sheet into multiple sources like: this site, an embed or any other use.</small>
26+
<h3>Do Not Track</h3>
27+
<small>Our analytics has been set up to gather and measure the popularity of the theme, and as such doesn't respond to Do Not Track ("DNT") browser signals. For more information on DNT settings generally, please visit https://allaboutdnt.com.</small>
28+
<small>If you would like to block analytics, the script from simpleanalytics is generally in most block lists.</small>
29+
<h3>How Long Do We Keep Your Personal information?</h3>
30+
<small>The lifespan of the AirTable account and the use of the data will be retained for as long as needed to provide this site.</small>
31+
<h3>Data Security</h3>
32+
<small>Reasonable steps have been taken to protect the data and its security. We have put in place reasonably appropriate security measures designed to prevent the AirTable data from being accidently lost, used or accessed in an unauthorised way, altered or deleted. We limit access to the API keys and logins to protect the data template.</small>
33+
<br>
34+
<small>Last updated on {{.Params.lastmod.Format "Jan 2 2006"}}</small>
35+
{{end}}

0 commit comments

Comments
 (0)