Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 19, 2024
1 parent 14da5b2 commit d9144b9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/privacyNotice/adults/Adults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface AdultsProps {}

const Adults: FC<AdultsProps> = () => (
<pages.Section>
<Typography fontWeight="bold">Last Updated: 25th January 2023</Typography>
<Typography fontWeight="bold">Last Updated: 11th April 2024</Typography>
<Typography>
Please read this notice carefully. This notice contains important
information on who manages the Code for Life portal, how and why we
Expand Down
9 changes: 9 additions & 0 deletions src/pages/privacyNotice/adults/Cookies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ const Cookies: FC<CookiesProps> = () => (
not collect any information on pages where it is not installed, nor does
it track or collect information outside your web browser.
</Typography>
<Typography>
<strong>YouTube.</strong> While embedded YouTube videos on our website do
not use cookies, your browser&apos;s Local Storage may be used by the
video platform provider to enhance your viewing experience and collect
analytics data. This data enables the platform to track your interaction
with the video content and may gather information about your device and
browsing behavior. The use of Local Storage by embedded video providers is
subject to their respective policies.
</Typography>
<Typography variant="h6">6.4 Managing and disabling cookies</Typography>
<Typography>
We make available a cookie management platform on our portal (provided
Expand Down
2 changes: 1 addition & 1 deletion src/pages/privacyNotice/children/Children.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface ChildrenProps {}

const Children: FC<ChildrenProps> = () => (
<pages.Section>
<Typography fontWeight="bold">Last Updated: 25th January 2023</Typography>
<Typography fontWeight="bold">Last Updated: 11th April 2024</Typography>
<Typography>
This Privacy Notice will tell you what information we collect about you,
how we use it, who we share it with, how long we keep it and how you can
Expand Down
9 changes: 9 additions & 0 deletions src/pages/privacyNotice/children/Cookies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ const Cookies: FC<CookiesProps> = () => (
not installed and does not track or collect information outside your web
browser.
</Typography>
<Typography>
<strong>YouTube.</strong> While embedded YouTube videos on our website do
not use cookies, your browser&apos;s Local Storage may be used by the
video platform provider to enhance your viewing experience and collect
analytics data. This data enables the platform to track your interaction
with the video content and may gather information about your device and
browsing behavior. The use of Local Storage by embedded video providers is
subject to their respective policies.
</Typography>
<Typography variant="h6">Managing and disabling cookies</Typography>
<Typography>
You can switch the functional and analytics cookies on and off at any time
Expand Down
4 changes: 2 additions & 2 deletions src/routes/general.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const general = (
<>
<Route path={paths._} element={<Home />} />
<Route path={paths.aboutUs._} element={<AboutUs />} />
<Route path={paths.privacyNotice._} element={<PrivacyNotice />} />
{/* <Route path={paths.termsOfUse._} element={<TermsOfUse />} /> */}
<Route path={paths.privacyNotice.tab._} element={<PrivacyNotice />} />
{/* <Route path={paths.termsOfUse.tab._} element={<TermsOfUse />} /> */}
{/* <Route path={paths.homeLearning._} element={<HomeLearning />} /> */}
<Route path={paths.getInvolved._} element={<GetInvolved />} />
<Route path={paths.codingClubs._} element={<CodingClubs />} />
Expand Down

0 comments on commit d9144b9

Please sign in to comment.