Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <section id="{{ id }}" class="section modular-hero hero {{ page.header.hero_classes }} {{ page.header.background.parallax ? 'parallax' : '' }}" {% if hero_image %}style="background-image: url('{{ hero_image.url }}');"{% endif %}>
- <div class="image-overlay"></div>
- <section class="container {{ grid_size }}" style="text-align: {{ page.header.hero_align|default('center') }}">
- {{ content|raw }}
- </section>
- <i id="to-start" class="pulse fa fa-angle-down"></i>
- </section>
|