Footer
Component
Provides information related your service at the bottom of every page.
Related components: Header, LayoutComponent
Basic Footer
<GoAAppFooter maxContentWidth="100%"></GoAAppFooter>
Properties
maxContentWidth
string
The maximum width of the main content area Defaults to
100%
.App Footer Nav Section
maxColumnCount
number
Set the number of columns for navigation links on larger viewports Defaults to
1
.heading
string
Sub heading of the navigation links
Examples
Show quick links
<GoAAppFooter maxContentWidth="100%">
<GoAAppFooterMetaSection>
<a href="privacy.html">
Privacy
</a>
<a href="disclaimer.html">
Disclaimer
</a>
<a href="accessibility.html">
Accessibility
</a>
<a href="using-alberta.html">
Using Alberta.ca
</a>
</GoAAppFooterMetaSection>
</GoAAppFooter>
Show links to navigation items
<GoAAppFooter maxContentWidth="100%">
<GoAAppFooterNavSection maxColumnCount={1}>
<a href="a.html">
Arts and culture
</a>
<a href="b.html">
Education and training
</a>
<a href="c.html">
Family and social supports
</a>
<a href="d.html">
Housing and community
</a>
<a href="e.html">
Life events
</a>
<a href="f.html">
Business and economy
</a>
<a href="g.html">
Emergencies and public safety
</a>
<a href="h.html">
Government
</a>
<a href="i.html">
Jobs and employment
</a>
<a href="j.html">
Moving to Alberta
</a>
</GoAAppFooterNavSection>
<GoAAppFooterMetaSection>
<a href="privacy.html">
Privacy
</a>
<a href="disclaimer.html">
Disclaimer
</a>
<a href="accessibility.html">
Accessibility
</a>
<a href="using-alberta.html">
Using Alberta.ca
</a>
</GoAAppFooterMetaSection>
</GoAAppFooter>
Coming Soon
Book time in drop in hours