Page tree

CEF DIGITAL home page

Versions Compared

Key

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

...

Content Layer
id194060368
Content Column
width34.339622%
id194060378
Content Block
margin0px 30px 0px 0px
id194060392

big data test infrastructure

BlockchainBig Data Test Infrastructure

Context Broker

eArchiving

eDelivery

eID

eInvoicing  

eSignature

eTranslation

Once Only Principle

Content Column
width35.660374%
id194286055
Content Block
margin0px 30px 0px 0px
id194286057

About CEF building blocksBlocks

All CEF services

Machine Translation

Monitoring dashboard

Grants

Support

CEF Glossary

Legal notice | Cookies

Content Column
width30.0%
id194060382
Content Block
margin0px 0px 0px 30px
id194060397
height270px

Image Modified   Image Modified  Image Added
 

Subscribe to our newsletter

Action Button
textSubscribe
urlhttps://ec.europa.eu/eusurvey/runner/BuildingBlocksBulletin
linkCEFDIGITAL:Newsletter Subscription
textSubscribe


HTML Wrap
padding30px 0px 0px 0px
width100%
HTML
<a href="https://ec.europa.eu/digital-building-blocks/tracker/plugins/servlet/desk/portal/2/create/7" target="_blank">
 <span style="color: rgb(236,236,236)"><b><em<span><b><em class="material-icons md-15">announcement</em> Something wrong with this page?</b></span>
</a>
HTML
<!-- Europa Analytics --><script defer src="//europa.eu/webtools/load.js" type="text/javascript"></script><script type="application/json">{"utility":"piwik","siteID":"457","sitePath":["ec.europa.eu\/cefdigital"]}</script><!-- End Europa Analytics Code -->
Content Layer
id8485581
content-column
width100%
id8485583
Content Block
id8485584
HTML
<button onclick="topFunction()" id="scrollToTopBtn" title="Go to top"></button>
<script>
// Show or hide Scrolltotop button
function ToggleScrollToTop() {
  if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 1000) {
    document.getElementById("scrollToTopBtn").style.display = "block";
  } else {
    document.getElementById("scrollToTopBtn").style.display = "none";
  }
}

// Check every defined value millisecond 
setInterval( ToggleScrollToTop, 250 );
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
  document.body.scrollTop = 0; // For Safari
  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>
CSS Stylesheet
#scrollToTopBtn{
  background:url('https://ec.europa.eu/digital-building-blocks/sites/download/attachments/82773348/BackToTop.png?api=v2') no-repeat left center;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #bbb;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
}

#scrollToTopBtn:hover{background-color: #555;}