Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

8 строки
492 B

  1. <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 %}>
  2. <div class="image-overlay"></div>
  3. <section class="container {{ grid_size }}" style="text-align: {{ page.header.hero_align|default('center') }}">
  4. {{ content|raw }}
  5. </section>
  6. <i id="to-start" class="pulse fa fa-angle-down"></i>
  7. </section>