Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy policy for app and website #37

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions antwar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ module.exports = () => ({

return page;
},
privacy: () => {
const page = require("./pages/privacy").default;

page.description = description;
page.title = "Privacy";

return page;
},
schedule: () => {
const page = require("./pages/schedule").default;

Expand Down
15 changes: 15 additions & 0 deletions pages/privacy/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React, { Fragment } from "react";
import { content } from "@react-finland/content-2018";
import { AnchorHeader, Contacts, Markdown, Organizer } from "../components";

const PrivacyPolicy = ({ section }) => (
<Fragment>
<section className="intro intro_about">
<div className="intro--main">
<Markdown source={require("./privacy.md")} />
</div>
</section>
</Fragment>
);

export default PrivacyPolicy;
40 changes: 40 additions & 0 deletions pages/privacy/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Privacy Policy
React Finland is committed to protecting your privacy. This privacy policy represents our privacy practices. Please take time to review our practices. If there are any practice matters that do not suit your consent, we recommend not using this site.



### Collecting information

We collect information from you when you register on our site or fill out a form. When filling out our contact form you may be asked to enter your name, e-mail, and phone number. Please do not submit your personal information if you would not like us to collect it.



### Using your information

We will use your personal information for the following purposes:

Personalizing our website. We would like to create the best experience for you. By using your personal information, we are able to cater our site towards your needs.
Improve our website. Through the information and feedback given, we are able to improve our site thanks to your insights.
Improving customer service. Your information will allow us to create a more effective customer service experience by utilizing the data provided.


### Outside parties

We do not disclose, trade, sell, or transfer any of your personal information to any outside parties.


### Protecting your information

We use a number of security measures to ensure the safety and privacy of your personal information.



### Cookies

We also take advantage of the use of cookies. Cookies are small pieces of information that are placed by your computer through the websites you visit. This creates a unique footprint for you without giving away your identity.

The use of cookies allows us to do our job more effectively and make sure that we provide you with all your relevant searches.

We use Google Analytics cookies for our site, in order to collect statistics on visitors of the site. This helps us to track visitor’s habits and have a better understanding on how people use our website.

Most web browsers accept cookies automatically, however, you may alter your browser’s setting to prevent this from happening.