--- title: ELIXIR Banner layout: free-form hide-download-link: true --- {{title}}
{{#markdown}} ```
```
Optional `data` attributes: - `data-color`: set the background color; options: orange, grey, blue, green, none (black text on white) - `data-name`: set part of the tite (data-name + "is part of the ELIXIR infrastructure") - `data-use-cdr-logo`: use the ELIXIR CDR logo instead of the [kitemark](https://www.ebi.ac.uk/web_guidelines/EBI-Framework/v1.2/images/logos/assorted/elixir_kitemark-60px.png) - `data-description`: set the text in the small line of text - `data-more-information-link`: by default the banner will point to a page at www.elixir-europe.org. If you would prefer to link to a custom page explaining your relationship with ELXIR, add the full URL here - `data-use-basic-styles`: if you have not loaded the Foundation Framework CSS, set to `true` and will inject a few lines of css for basic formatting [Try it on CodePen](https://codepen.io/khawkins98/pen/ZXdGQO?editors=1000) or see an example implementation. If you are unable to insert the `div` in the appropriate spot, you can use JavaScript. Shown below with jQuery for brevity: ``` jQuery("
").insertBefore('#global-footer'); ``` {{/markdown}}
{{> banner-elixir}}