HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/storage/framework/views/b1fa6e4fb92f49424ac7138e00d47f3d630ed2ea.php
<?php if(false): ?>
<section class="welcome" style="--welcome-bg: url(<?php echo e($block->image('image')); ?>); --header-font-size: var(--typo-headline1);">
    <div class="locations__video-wrap">
        <video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
    </div>
    <div class="container">
        <div class="welcome__inner">
            <header class="welcome__header fw-600" style="margin-bottom: 1rem;">
                <h1><?php echo $block->translatedInput('title'); ?></h1>
            </header>
            <?php echo $block->translatedInput('description'); ?>

        </div>
        <div class="welcome__call-to-scroll">
            <a href="#" class="action-marker js-scroll-down">
                <svg viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M1 1L7 7L13 1" stroke="white" stroke-width="2"/>
                </svg>
            </a>
        </div>
    </div>
</section>
<?php else: ?>
    <section class="welcome welcome_small" style="--welcome-bg: url(<?php echo e($block->image('image')); ?>); --header-font-size: var(--typo-headline1);">
        <div class="locations__video-wrap">
            <video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
        </div>
        <div class="container">
            <div class="welcome__inner">
                <header class="welcome__header fw-600" style="margin-bottom: 1rem;">
                    <h1><?php echo $block->translatedInput('title'); ?></h1>
                </header>
            </div>
        </div>
    </section>
<?php endif; ?>
<?php /**PATH /var/www/quadcode-jobs/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>