<footer>
<div class="container">
<div class="row">
<div class="link_list">
<legend>Our Apps</legend>
<a href="#groupmate"><strong>groupmate:</strong>
Combined Listings
</a>
<a href="#arise"><strong>ARise:</strong>
View in your Room
</a>
</div>
<div class="link_list">
<legend>Legals</legend>
<a href="#imprint"><strong></strong>
Imprint
</a>
<a href="#dp"><strong></strong>
Data Privacy
</a>
<a href="#toc"><strong></strong>
Terms and Conditions
</a>
</div>
<div class="link_list">
<legend>Support</legend>
<a href="#docs"><strong></strong>
Documentation
</a>
<a href="#contact"><strong></strong>
Contact
</a>
</div>
</div>
</div>
</footer>
<footer>
<div class="container">
<div class="row">
{{#each menu}}
{{> @link_list}}
{{/each}}
</div>
</div>
</footer>
{
"menu": [
{
"legend": "Our Apps",
"links": [
{
"href": "#groupmate",
"label": "groupmate:",
"description": "Combined Listings"
},
{
"href": "#arise",
"label": "ARise:",
"description": "View in your Room"
}
]
},
{
"legend": "Legals",
"links": [
{
"href": "#imprint",
"text": "Imprint"
},
{
"href": "#dp",
"text": "Data Privacy"
},
{
"href": "#toc",
"text": "Terms and Conditions"
}
]
},
{
"legend": "Support",
"links": [
{
"href": "#docs",
"text": "Documentation"
},
{
"href": "#contact",
"text": "Contact"
}
]
}
]
}
No notes defined.