Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
idintroduction
classsection
Div
classcontainer
Div
classcols align-items-center
Div
classcol-6
Html-bobswift
<h1><span class="d-block text-secondary">The Once Only Hub.</span> Collaborate to build<span class="d-block">the first EU Data Space.</span></h1>
<p>The Once Only Technical System (OOTS) is the first EU cross-domain data space for secure government-to-government data exchange.</p>
<p>To make OOTS a reality, the European Commission established the Once Only Hub (OOHUB), a space for implementors where they can discover and access all the services provided by the European Commission to implement the Once Only Technical System.</p>
<p><a class="btn ghost" href="#"><span>Learn more about OOTS</span></a></p>
Div
classcol-6
HTML Image
srchttps://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/illu-introduction.png
altillustration Once Only Technical System (OOTS), a laptop shows secure documents
classimg-fluid
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
height100px

Html-bobswift
<h3 class="h4">SDG coordination group</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 checklistheight100px

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 bulbheight100px

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
@media screen and (min-width: 769px) {
  .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 #F2E5F7;}
  .col-separator-before:before { left:-0.25rem;}
  .col-separator-after:after { right:-0.25rem;}
}

/*---------------------------------*/
/*---OOH HOME PAGE - 05-10-2022---*/
/*-------------------------------*/

/*---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:-12rem; padding-top: 0;}
#who-hub-for img { height: 120px;}
#who-hub-for .col-4 p:nth-child(3) { margin-bottom:0;}

/*---TECHNICAL DOCUMENTATION---*/
#technical-documentation { background: white;} 
#technical-documentation .card-grid { background-color: #F9F5FB;}
#technical-documentation .card-grid small { color: #5D24A4;}
#technical-documentation .card-grid-footer { text-align: right;}
#technical-documentation .card-grid-footer p:first-child { margin-bottom:1rem;}

@media screen and (min-width: 769px) {
  #technical-documentation .card-grid-body p:last-child { margin-bottom: 0;}
}

/*---SERVICES---*/
#services { background: #00284A;
background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/565379323/bg-illu-sigle-services.svg");
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
#services h2, #services h3, #services p { color: white;}
#services .card-grid { padding: 0; background: transparent;}
#services .col-separator-before:before, #services .col-separator-after:after { border-left:1px solid rgba(255, 255, 255, 0.12);}  #services .opacity-75 { opacity: 0.75;}
#services .opacity-50 { opacity: 0.50;}
#services .badge { margin-bottom:0.5rem; color: #995E00; background: #FFEECC;}
/*HACK remove empty p from Confluence*/
#services .col-4 > p:first-child { border:1px solid green; display: none;}

@media screen and (min-width: 769px) {
  #services { padding-bottom:6rem;}
  #services .card-grid-body p:last-child { margin-bottom:0;}
}

/*---SERVICE DESK---*/
#service-desk {}