x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<section class="panel" data-bgc="primary-light" data-panel-style="hero"> <div class="container"> <div class="row"> <div class="panel__body col-9"> <div class='panel__header'> <h1 class="panel_title">Welcome to GLL</h1> </div> <div class='panel__copy large-text'> <p>Inspiring active lifestyles through accessible leisure</p> </div> <div class='panel__button'> <a class="button primary" href="/lookbook/centres"> <div class="button-content"> Find a Centre </div> </a> </div> </div> <div class="panel__media col-3"> <div class="img-container"> <img alt="Swimming pool" src="https://picsum.photos/seed/swimming/800/600" /> </div> </div> </div> </div></section>1
2
3
4
button = show_button ? build_button(title: "Find a Centre", style: button_style, href: "/centres") : nilimage = show_image ? content_a : nilpanel = build_hero_panel(title:, subtitle:, button:, image:, layout_background_colour:)render GllComponentLibrary::Panels::HeroComponent.new(panel:, pages: [])No notes provided.
| Param | Description | Input |
|---|---|---|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|
|
|
— |
|