41 lines
1.5 KiB
HTML
41 lines
1.5 KiB
HTML
<style>
|
|
.disclaimer > header {
|
|
background: url('/app/assets/images/cards/eic_purple_banner.png');
|
|
background-position: top;
|
|
background-size: contain !important;
|
|
background-repeat: no-repeat;
|
|
background-color: #5336a3;
|
|
border-bottom: 4px solid white !important;
|
|
}
|
|
.disclaimer > section {
|
|
padding: var(--eicui-base-spacing-xxl);
|
|
background: var(--app-color-primary);
|
|
color: var(--app-color-white) !important;
|
|
}
|
|
.disclaimer a { color: var(--app-color-white) !important; line-height: 2; }
|
|
.disclaimer h2 a { color: var(--app-color-white) !important; line-height: 1; }
|
|
.disclaimer .ec-logo {
|
|
display: grid;
|
|
align-items: center;
|
|
}
|
|
.disclaimer hr {
|
|
opacity: 0.5;
|
|
}
|
|
</style>
|
|
<article eiccard media class="disclaimer">
|
|
<header>
|
|
<h1>Legal notice</h1>
|
|
</header>
|
|
<section>
|
|
<div>
|
|
|
|
<ul nonbulleted>
|
|
<li><a target="_blank" href="https://eic.ec.europa.eu//history-eic_en">About the EIC</a></li>
|
|
<li><a target="_blank" href="https://eismea.ec.europa.eu/">European Innovation Council and Small and Medium-sized Enterprises Executive Agency (EISMEA)</a></li>
|
|
<li><a target="_blank" href="https://eic.eismea.eu/community/sites/default/files/data_protection_notice.pdf">Data protection notice</a></li>
|
|
<li><a target="_blank" href="https://eic.eismea.eu/community/sites/default/files/cookies.pdf">Cookies</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
</article>
|