Footer banner strap
This strap is on every page, closing out the main content, and appearing just before the footer.
Example
Code sample
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<div class="strap strap_alternate_primary strap_footer_banner">
<div class="block block_figure" data-image="first">
<h4 class="heading heading_section">
It’s easy to get started
</h4>
<div class="description">
<p>
No setup fees. No software to install. Accessible from anywhere.
</p>
</div>
<picture>
<img src="https://placekitten.com/240/344" width="120" height="172" alt="" loading="lazy">
</picture>
<p class="call_to_action">
<a href="#" class="button button_secondary button_theme_secondary">
Create your event
</a>
</p>
</div>
<div class="block block_list">
<p class="heading heading_paragraph">
Want to know more?
</p>
<ul class="list_horizontal">
<li>
<a href="#" class="link_icon" style="--background-image-url:url('https://placekitten.com/16/16');">
Live chat
</a>
</li>
<li>
<a href="#" class="link_icon" style="--background-image-url:url('https://placekitten.com/32/32');">
Call
</a>
</li>
<li>
<a href="#" class="link_icon" style="--background-image-url:url('https://placekitten.com/24/24');">
Email
</a>
</li>
<li>
<a href="#" class="link_icon" style="--background-image-url:url('https://placekitten.com/48/48');">
Tutorials & help
</a>
</li>
</ul>
</div>
</div>
Usage notes
Uses a List Block to handle the support links
Uses a Figure Block to handle Lil Regie, and the call to action button.
Uses a Secondary button.
Uses a Horizontal list of Icon links
Relies on the author specifying an image for each Icon link. Each Icon is sized to 32x32.
Source files