Sha256: 3abc95b28449f22aa8133c4831db813385bf3066a2016ae6dee482b86a7ae19e

Contents?: true

Size: 706 Bytes

Versions: 4

Compression:

Stored size: 706 Bytes

Contents

%header
  = yield :navbar
  #intro.view.hm-black-strong{ style: "background-image: url('#{block.background.url}')" }
    .container-fluid.full-bg-img.d-flex.align-items-center.justify-content-center
      .row.d-flex.justify-content-center
        .col-md-10.text-center
          %h2.display-3.font-bold.white-text.mb-2
            = block.title
          %hr.hr-light
          %h4.white-text.my-4
            = block.tagline
          - if defined?(buttons)
            - buttons.each do |button|
              %button.btn.btn-outline-white.waves-effect.waves-light.header-buttons{ type: :button, data: { anchor: "##{button.link}" } }
                = button.title
          - else
            = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-landing-1.2.12 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.11 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.10 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.9 app/views/tramway/landing/blocks/templates/_full_page.html.haml