Versions Compared

Key

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

...

Div
idevent-detail-description
classsection
Div
classcontainer
Div
classcols
Html-bobswift
<div class="col-9">

<h2>Description</h2>

<p>The second OOTS Implementers Café will provide participants with useful information about the <strong>reuse of</strong> <a target="_blank" href="https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/eDelivery">eDelivery</a> <strong>in the context of the Once-Only Technical System</strong>, by providing concrete examples from the Member States.</p>

<p>Along with technologies from other building blocks, such as <a target="_blank" href="https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/eID">eID</a>, the Once-Only Technical System will reuse eDelivery access points to create a virtual secure network. eDelivery helps governments – as well as businesses and citizens – to exchange data and documents in a reliable and trusted way.</p>

<p>This event will also explain in detail <strong>what the OOTS Projectathons are and why they are useful</strong> for any team working on or interested in building part of the Once-Only Technical System.</p>

<p>The European Commission is oranising a series of <strong>Projectathons</strong> to help the national implementation teams from the EU Member States <strong>conceptualise, test</strong> and <strong>implement</strong> the Once-Only Technical System.</p>

<p>The <strong>OOTS Projectathons</strong> are events where different systems connect under one roof and perform a marathon of peer-to-peer interoperability and compliance tests in a structured environment for several days. The tests are supervised and verified by a neutral expert, who volunteers to act as Monitor.</p>

<p>Currently, the projectathons are expected to take place in <strong>April, June</strong> and <strong>October 2023</strong>.</p>

<h2>Agenda</h2>

<ul>

<li><strong>14:30 – 14:40</strong> Welcome and introduction</li>

<li><strong>14:40 – 15:10</strong> eDelivery & OOTS implementation</li>

<li><strong>15:10 - 15:40</strong> National experiences with eDelivery</li>

<li><strong>15:40 – 16:00</strong> Open discussion</li>

<li><strong>16:00 – 16:45</strong> Projectathon process and preparations (OOTS Projectathon Playbook)</li>

<li><strong>16:45 – 17:00</strong> Open discussion</li>

<li><strong>17:00</strong> End of second Implementers Café</li>

</ul>

<p><a<p class="register-cta"><a target="_blank" href="https://ec.europa.eu/eusurvey/publication/OOTSImplementersCafe2">Register here</a> for the second Implementers Café. </p>   

<p><a class="btn ghost" target="_blank" href="https://ec.europa.eu/digital-building-blocks/sites/download/attachments/610468539/Privacy_Statement_Once_Only_Technical_System_Implementers_Cafe%20series_November_2022.docx"><span>Download the privacy statement</span><span class="ico-download"> </span></a></p>

</div>

...

CSS Stylesheet
/*-----------------------------------------*/
/*---OOH EVENT DETAIL PAGE - 25-10-2022---*/
/*---------------------------------------*/      

/*---INTRODUCTION---*/
.event-detail-introduction-cover {
background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/610468539/event-02-cover-page-detail.png");
background-position: center center; background-repeat: no-repeat; background-size: 100%;
}

.event-detail-introduction-content { position:relative; padding-top:2.5rem !important;; padding-bottom:2.5rem !important; background-color: #F3F4F7;}
.event-detail-introduction-content:before { content:''; display:block; z-index: 2; position:absolute; top:0; left:-2.5rem;; width:100%; height:100%; background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/597951745/event-detail-introduction-content-shape.svg"); background-repeat: no-repeat; background-size: 100%; background-position: center left;}

.event-detail-introduction-content h1, .event-detail-introduction-content p { z-index: 3; position:relative;}
.event-detail-introduction-content h1 { margin-left:auto; margin-right:auto; width:80%;}
.event-detail-introduction-content h1 span { display: block; margin-bottom:0.5rem; font-size: 1rem; line-height: 1; color: #5D24A4;}
.event-detail-introduction-content p { margin-left:auto; margin-right:auto; width:80%;}
.event-detail-introduction-content .register-cta { text-align: right}

@media screen and (min-width: 769px) {
	.event-detail-introduction-cover {border-top-left-radius: 12px; border-bottom-left-radius: 12px;}
	.event-detail-introduction-content { border-top-right-radius: 12px; border-bottom-right-radius: 12px;} 
}

/*---DESCRIPTION---*/
#event-detail-description { padding-top: 0rem;}
#event-detail-description h2 { margin-bottom: 2.5rem;}
#event-detail-description p:last-child { margin-bottom: 0rem;}
#event-detail-description .register-cta { margin-top:2.5rem;}

/*---FOOTER---*/
#event-detail-footer { padding-top: 0rem;
background-image: url("https://ec.europa.eu/digital-building-blocks/sites/download/attachments/597951745/event-detail-footer-shape.svg");
background-position: bottom left;
background-repeat: no-repeat;
background-size: 100%;
}
#event-detail-footer .container { border-top:1px solid #E3E6EB;}
#event-detail-footer .register-cta { margin-top:2.5rem; text-align: right;}
#event-detail-footer .social-media-cta { margin-bottom:1rem;} 

@media screen and (max-width: 769px) {
  #event-detail-footer { background-position: bottom left; background-size: 240%;}
}