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/19f6d3b1bbbd60245a7e32c1e1e79fbd4e6656fa.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 class="action-marker js-scroll-trigger" href="#">
                <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 /**PATH /var/www/html/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>