1<bar background-color="gradient-light" color="secondary">
2
3<!-- A grid to distribute the content horizontally -->
4<grid>
5
6<!-- A box that takes 50% of the space to explain your brand -->
7<box width="50%">
8
9<text h4 ><icon name="mdi:vector-combine" spacing="mr-1" color="secondary"/>Your Brand</text>
10<text lead>Your slogan</text>
11
12<text width="350px">
13A elevator text that brings your offers
14and explains your missions
15</text>
16</box>
17
18
19<!-- A box that takes 25% of the space to add links about your offer -->
20<box width="25%" text-color="secondary">
21**Get Started** \\
22[[:slot_footer?do=edit|Edit this footer]] \\
23[[https://combostrap.com/docs/how-to-configure-and-get-started-with-a-combostrap-website-m3i8vga8|Get Started]] \\
24[[https://combostrap.com/combostrap-documentation-mqltri27|Docs]] \\
25[[https://combostrap.com/how-to-use-the-combostrap-platform-0oqwozv8|HowTo]] \\
26</box>
27
28<!-- A box that takes 25% of the space to add links about yourself or your company-->
29<box width="25%">
30**Contact** \\
31[[email@example.com?subject=Contact via WebSite&color=secondary|Mail]] \\
32Newsletter \\
33Support \\
34About Us \\
35</box>
36</grid>
37</bar>
38
39
40