ndla-ui
Version:
UI component library for NDLA.
83 lines (82 loc) • 3.31 kB
JavaScript
import React, { Fragment } from 'react';
export var PrivacyEn = function PrivacyEn() {
return React.createElement(
Fragment,
null,
React.createElement(
'h1',
null,
'Cookies Policy'
),
React.createElement('hr', null),
React.createElement(
'h2',
null,
'Cookies Rules according to Norwegian Law'
),
React.createElement(
'p',
null,
'The so-called \u201Ccookie-paragraph\u201D took effect on July 1, 2013, and commits NDLA to inform users about the use of cookies on the NDLA website. The paragrafph says:'
),
React.createElement(
'p',
null,
'\xA7 2-7b. The use of cookies'
),
React.createElement(
'p',
null,
'Saving information in user\u2019s communication units, or gaining access to these, is not allowed unless the user is informed on which communication items that are saved, the aim of the saving of information, who has access to the information, and user\u2019s concent to this. The first point is not preventing technical saving or access to information:'
),
React.createElement(
'ol',
null,
React.createElement(
'li',
null,
'Exclusively for transmitting communication in an electronic communications network'
),
React.createElement(
'li',
null,
'Necessary for supplying an information service according to user\u2019s expressed request'
)
),
React.createElement(
'h2',
null,
'What is cookies?'
),
React.createElement(
'p',
null,
'Cookies is a standard technology used by almost all websites. A cookie is a small file created by a website on your computer (if your browser allows it, which it will have as a default setting). The cookie can contain different kinds of information, but is mainly used for saving information on how you use the website, and to give you a better experience while using it.'
),
React.createElement(
'p',
null,
'If, as an example, you log in to ndla.no, a cookie will be created to indicate that you are logged in. When later you return to the site, the browser will remember that you are logged in, which will allow you access without logging in again. Cookies usually have a set time limit, so if you don\u2019t revisit the site in a while, the cookie will be removed from the browser'
),
React.createElement(
'h2',
null,
'What do I accept by using this website?'
),
React.createElement(
'p',
null,
'You accept that we save the compiled statistics, like where in the world you are visiting from, which browser you use, which pages you visit and other technical interesting data about your visit on our website.'
),
React.createElement(
'p',
null,
'The collected information is used for analyzing trends, so that we can improve our website for you as a user. The data we collect can not be used for identifying you personally.'
),
React.createElement(
'p',
null,
'If you don\u2019t want us to collect this data, it is possible to turn off cookies in your browser. Our website (as well as a lot of other websites) then may stop working optimally.'
)
);
};