Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
idwho-hub-for
classsection
Div
classcontainer
Div
classcols
Div

Who's the HUB for?

Div
classcols gap-lg align-items-center
Div
classcol-4

HTML Image
srchttps://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/illu-national-coordination-groups.png
altillustration of a writing hand
height80px

Html-bobswift
<h3 class="h4">National coordination groups</h3> 
<p>Responsible for the <strong>implementation of OOTS</strong> in their member state.</p>
Div
classcol-4 col-separator-before col-separator-after

HTML Image
srchttps://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/illu-competent-authorities.png
altillustration of a checklist
height80px

Html-bobswift
<h3 class="h4">Competent authorities</h3> 
<p>The authorities which must <strong>allow their users to retrieve requested evidence</strong> using OOTS.</p>
Div
classcol-4

HTML Image
srchttps://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/illu-solution-providers.png
altillustration of a light bulb
height80px

Html-bobswift
<h3 class="h4">Solution providers</h3> 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt.</p>

...

CSS Stylesheet
/*---INTRODUCTION---*/
#introduction { padding-bottom: 15rem;
 background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/bg-illu-sigle-home-introduction.svg");
 background-position: bottom right;
 background-repeat: no-repeat;
 background-size: cover;
}

/*---WHO HUB FOR---*/
#who-hub-for { margin-top:-9rem; padding-top: 0;}
#who-hub-for .col-4 { display: grid; align-items: center !important;}
#who-hub-for .col-4 p:nth-child(3) { margin-bottom:0;}

/*---SERVICES---*/
#services { background: #00284A;}
#services h2, #services h3, #services p { color: white;}
#services .opacity-75 { opacity: 0.75;}
#services .opacity-50 { opacity: 0.50;}
#services .badge { color: #995E00; background: #FFEECC;}

/*HACK remove empty p from Confluence*/
#services .col-4 > p:first-child { border:1px solid green; display: none;}
#services .card-grid { padding: 0; background: transparent;}
#services .card-grid-body p:last-child { margin-bottom:0;}

.col-separator-before, .col-separator-after { position:relative; }
.col-separator-before:before, .col-separator-after:after { content:''; position:absolute; top:0; height:100%; border-left:1px solid #CBCEFD;}
.col-separator-before:before { left:-0.25rem;}
.col-separator-after:after { right:-0.25rem;}