Skip to content
Snippets Groups Projects
Commit 0dd40f7e authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Add data proetction placeholder

parent 140f88a9
No related branches found
No related tags found
No related merge requests found
Coming soon.
// Comning soon
content/websites/patterns/banner-data-protection/banner-data-protection.png

51.1 KiB

name: 'Data Protection Banner'
tags:
- banner
- 'data protection'
- GDPR
category: media
description: A banner that provides a GDPR-style data protection information and cookie setting.
versions:
- 1.1.0, 1.2.0, 1.3.0
author:
name: Ken Hawkins
github: khawkins98
twitter: khawkins98
---
title: ELIXIR Banner
layout: free-form
hide-download-link: true
---
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<style>
body {
/* Some basic reseets */
margin: 0;
padding: 0;
}
</style>
{{#markdown}}
Coming soon. For now see the development page at [codepen.io/khawkins98/pen/LmWpMV](https://codepen.io/khawkins98/pen/LmWpMV)
{{/markdown}}
<div class="row" style="max-width: 1200px; margin: 0 auto; font-family: Helvetica, sans-serif; line-height: 1.5rem; padding-bottom: 1rem;">
<div class="column">
{{#markdown}}
{{/markdown}}
</div>
</div>
{{> banner-data-protection}}
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment