The INTERCIDEC 2017 Jury chooses the winners

Jury made up of renowned professionals from the world of architecture, design, hospitality and communication. Esteban Rodríguez (IHG), Carlos Díez de la Lastra, José Manuel Fernández (Cuarto Interior), Juan Carlos Rodríguez (Rockwell Group), Sandra Guiu (CODIC), Rosa Sánchez (CODID), Antonio Serrano (CODA), etc. The winners of InterCIDEC 2017, organized by the Yeclana company Beltá & Frajumar, have been decided. Company specialized in the manufacture of furniture and comprehensive interior design equipment for hospitality and contract environments.

The INTERCIDEC 2017 Jury chooses the winners

The INTERCIDEC 2017 Jury chooses the winners.

More than sixty projects from various parts of the planet have been presented.

The contest is divided into two categories: Professional and student. The professional category is endowed with a single prize of 6,000 euros. A single prize of 1,000 euros for the student category. The winners will have the possibility of having their projects presented at international fairs attended by Beltá & Frajumar.

The INTERCIDEC 2017 Jury chooses the winners

The INTERCIDEC 2017 Jury chooses the winners.

The awards ceremony will take place on September 19 at the Ágora of the Hábitat Valencia Fair, in an event organized for this reason. Here the winners will be announced. In addition, the architect Diego Gronda, a leading professional in the sector worldwide, will give a conference on this occasion.

The INTERCIDEC 2017 Jury chooses the winners The INTERCIDEC 2017 Jury chooses the winners

¿Tienes un proyecto profesional entre manos?

En Frajumar acompañamos a interioristas, arquitectos y profesionales del contract en la elección de mobiliario, tapicería y soluciones a medida para espacios con identidad.

🌐
filename.html
<script>
document.addEventListener('DOMContentLoaded', function () {
  const space = document.getElementById('frajumar-video-space');
  const player = document.getElementById('frajumar-video-player');
  const closeButton = document.getElementById('frajumar-video-close');
  const iframe = document.getElementById('frajumar-youtube-player');

  if (!space || !player) {
    return;
  }

  let floatingClosed = false;

  function updateFloatingVideo() {
    const position = space.getBoundingClientRect();

    /*
     * Se minimiza cuando la ubicación original
     * ha desaparecido por la parte superior.
     */
    const videoHasPassed = position.bottom <= 80;

    if (videoHasPassed && !floatingClosed) {
      player.classList.add('is-floating');
    } else {
      player.classList.remove('is-floating');
    }

    /*
     * Al volver a la posición original,
     * permitimos que pueda flotar otra vez.
     */
    if (position.bottom > 80) {
      floatingClosed = false;
    }
  }

  if (closeButton) {
    closeButton.addEventListener('click', function () {
      floatingClosed = true;
      player.classList.remove('is-floating');

      /*
       * Pausa el vídeo de YouTube al cerrarlo.
       */
      if (iframe && iframe.contentWindow) {
        iframe.contentWindow.postMessage(
          JSON.stringify({
            event: 'command',
            func: 'pauseVideo',
            args: []
          }),
          '*'
        );
      }
    });
  }

  window.addEventListener('scroll', updateFloatingVideo, {
    passive: true
  });

  window.addEventListener('resize', updateFloatingVideo);

  updateFloatingVideo();
});
</script>
Share

Posts Related