From 1fd7622cf02707dcd5f06a14eacf4338f0d53954 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Wed, 5 Aug 2020 19:43:28 -0700 Subject: [PATCH] Add privacy policy to demos that use storage --- demos/blockfactory/factory.css | 11 +++++++++++ demos/blockfactory/index.html | 2 ++ demos/code/index.html | 1 + demos/code/style.css | 7 +++++++ demos/storage/index.html | 8 ++++++++ 5 files changed, 29 insertions(+) diff --git a/demos/blockfactory/factory.css b/demos/blockfactory/factory.css index e838b857c..c0bd9b2b9 100644 --- a/demos/blockfactory/factory.css +++ b/demos/blockfactory/factory.css @@ -566,3 +566,14 @@ td.taboff:hover { .shadowBlock>.blocklyPathDark { display: none; } + +/* Privacy link */ +.privacyLink { + font-family: Roboto, Arial, Helvetica, sans-serif; + font-size: small; + text-decoration: none; +} + +.privacyButton { + float: right; +} diff --git a/demos/blockfactory/index.html b/demos/blockfactory/index.html index 8241e1291..ec4d59402 100644 --- a/demos/blockfactory/index.html +++ b/demos/blockfactory/index.html @@ -50,6 +50,8 @@ +
Block Factory
diff --git a/demos/code/index.html b/demos/code/index.html index 298613f58..9fd858aef 100644 --- a/demos/code/index.html +++ b/demos/code/index.html @@ -27,6 +27,7 @@ + Privacy diff --git a/demos/code/style.css b/demos/code/style.css index c24df8828..514e17249 100644 --- a/demos/code/style.css +++ b/demos/code/style.css @@ -174,3 +174,10 @@ button { display: table-cell; } } + +/* Privacy link */ +.privacyLink { + font-family: Roboto, Arial, Helvetica, sans-serif; + font-size: small; + text-decoration: none; +} diff --git a/demos/storage/index.html b/demos/storage/index.html index 38877a092..a20144cd8 100644 --- a/demos/storage/index.html +++ b/demos/storage/index.html @@ -21,6 +21,11 @@ background-color: #f9edbe; border: solid 1px #f0c36d; } + .privacyLink { + font-family: Roboto, Arial, Helvetica, sans-serif; + font-size: small; + text-decoration: none; + } @@ -93,4 +98,7 @@ +