Deprecated: ini_set(): assert.warning INI setting is deprecated in /home/ctobi/www/web20/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /home/ctobi/www/web20/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/_partials/_experts.html.twig line 1

Open in your IDE?
  1. <div class="card text-center pt-4">
        <span>
            <img src="{{ icon }}" alt="ooOps..." width="150px">
        </span>
        <div class="card-body">
            <h4 class="card-title">{{ title }}</h4>
            <p class="card-text lead">{{ text_lead }}</p>
            <p class="card-text text-justify">
                <small>{{ text_small }}</small>
            </p>
            <a class="card-link" href="{{ link }}">
                Lire plus &raquo;
            </a>
        </div>
    </div>