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-site/storage/framework/views/ccbec4f762bac9c06a3b80658f7f93e244734338.php
<section class="welcome <?php echo e($block->input('add_class')); ?> has-overlap" style="--welcome-bg: url(<?php echo e($block->image('image', 'default', ['q' => 98])); ?>);">
    <?php if($block->file('video')): ?>
    <div class="welcome__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>
    <?php endif; ?>
    <div class="container">
        <div class="welcome__inner">
            <?php if($block->translatedInput('title')): ?>
            <header class="welcome__header fw-600" style="margin-bottom: 1rem;">
                <h1><?php echo $block->translatedInput('title'); ?></h1>
            </header>
            <?php endif; ?>
            <?php echo $block->translatedInput('description'); ?>


        </div>
        <div class="welcome__call-to-scroll">
            <a href="#" class="action-marker js-scroll-down">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" ><path fill="currentcolor" d="M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z"></path></svg>
            </a>
        </div>
    </div>
</section>
<?php /**PATH /project/quadcode/releases/20210312125017Z/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>