File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/nec-enterprise.com/pages/page.event.php
<?php
echo '<div class="gitex">
<img src="images/gitex_white.png" alt="Gitex Technology Week 2018" class="logo" />
<div class="video-intro">
<div class="foreground">
<div class="hrzntl-spacer">
<div class="container-wrapper">
<div class="col12">
<h1>Co-creating the <br />Future through<br /><em>Digital Transformation</em></h1>
<p><img src="images/pillars-smart-enterprise.png" alt="NEC Smart Enterprise"></p>
</div>
</div>
</div>
</div>
<div class="background">
<div class="mask">
<div class="video-wrapper">
<video id="vid-gitex" class="bg" loop="true" playsinline="true" poster="video/gitex2018.jpg" autoplay="true">
<source src="video/gitex2018.mp4" type="video/mp4">
<source src="video/gitex2018.webm" type="video/webm">
<source src="video/gitex2018.ogv" type="video/ogg">
</video>
</div>
</div>
</div>
</div>
</div>';
/*
* drag-drop contents
*/
echo $e[0]->contents;
/*
* conversion form
*/
if($e[0]->form_id)
{
$form_id = $e[0]->form_id;
$hide_headers = true;
require_once "sections/section.form.php";
echo $cassette->wrapAsSection('<div class="col24">'. $return .'</div>',"","contact-form");
}
// contact NEC footer
if($e[0]->contact != 1) require_once "sections/section.contact-us.php";
?>