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/resources/views/site/blocks/features_list.blade.php
<script src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>

<section class="features">
    <div class="container">
        <h2>What we offer</h2>
        <div class="features-content masonry">
            <div class="features-block">
                <div class="block__icon">
                    <img src="{{ asset('/files/features/group-263x.svg') }}" alt="feature img" />
                </div>
                <div class="block__text">
                    <div class="block__title">Reasonable approach</div>
                    <div class="block__description">
                        <p>We develop products for clients from all over the world. We choose open source when it’s suitable and create our own instruments when they are needed. We trust in microservice architecture and data-driven approach.</p>
                    </div>
                </div>
            </div>
            <div class="features-block">
                <div class="block__icon">
                    <img src="{{ asset('/files/features/group-173x.svg') }}" alt="feature img" />
                </div>
                <div class="block__text">
                    <div class="block__title">Comfortable conditions</div>
                    <div class="block__description">
                        <p>Hybrid work schedule, generous benefit package and modern offices with comfortable workstations and rest areas.</p>
                    </div>
                </div>
            </div>
            <div class="features-block">
                <div class="block__icon">
                    <img src="{{ asset('/files/features/group-413x.svg') }}" alt="feature img" />
                </div>
                <div class="block__text">
                    <div class="block__title">Highload fintech</div>
                    <div class="block__description">
                        <p>We have serious requirements for security, reliability and stability of the services. Quadcode team works with big data, lots of maths and machine learning over hundreds of terabytes of data.</p>
                    </div>
                </div>
            </div>
            <div class="features-block">
                <div class="block__icon">
                    <img src="{{ asset('/files/features/professional_community_icon.svg') }}" alt="feature img" />
                </div>
                <div class="block__text">
                    <div class="block__title">Professional community</div>
                    <div class="block__description">
                        <p>Our employees have been working in IT for many years and regularly upgrade their skills in trainings. Our experts write articles for corporate blogs and speak at such professional conferences as CodeFest, HR API and others.</p>
                    </div>
                </div>
            </div>
        </div>
        <a href="{{ route('jobs') }}" class="button" rel="noopener">See all jobs</a>
    </div>
</section>

<script>

  if (window.innerWidth >= 1024) {
    new Masonry('.masonry', {
      itemSelector: '.features-block',
      gutter: 30
    });
  }

</script>