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

eTranslationAll CEF services

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
<!-- Begin MailChimp Signup Form --> <div id="mc_embed_signup"> <form action="//europa.us13.list-manage.com/subscribe/post?u=9a428438959d4d20c2a84163b&amp;id=bc6ca47df5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <label for="mce-EMAIL">Subscribe for community news and updates</label> <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_9a428438959d4d20c2a84163b_bc6ca47df5" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div> </form> </div> <!--End mc_embed_signup-->

 Image Added
 

Subscribe to our newsletter

Content Block
margin0px 0px 0px 30px
id194060397
height270px

Image Modified   Image Modified

HTML
Action Button
textSubscribe
urlhttps://ec.europa.eu/eusurvey/runner/BuildingBlocksBulletin


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;}