-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
google analytics and first iteration of cookie banner
- Loading branch information
1 parent
9b8b174
commit 44b0432
Showing
4 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="cookie-banner"> | ||
<div class="cookie-blurb"> | ||
<p> | ||
Please can we set a Google Analytics cookie to better understand how our community uses the Learning Hub? All the data we gather is anonymous. | ||
</p> | ||
</div> | ||
<div class="cookie-buttons"> | ||
<a class="btn secondary accept" href="#">Yes, that's fine!</a> | ||
<a class="btn secondary reject" href="#">No, thank you.</a> | ||
</div> | ||
</div> |