Update cookies page

Includes:
- new content
- added option to turn analytics on/off
- non-js version for the on/off switch
- a banner to confirm user's choice was saved,
  shown when they click the save button
- the cookie banner that appears on all other
  pages removed from this page
This commit is contained in:
Tom Byers
2020-01-20 10:03:19 +00:00
parent 1d864943c5
commit 34b85cae10
6 changed files with 192 additions and 18 deletions
+1
View File
@@ -82,6 +82,7 @@ $path: '/static/images/';
@import 'views/send';
@import 'views/get_started';
@import 'views/history';
@import 'views/cookies';
// TODO: break this up
@import 'app';