Core Framework v1.4.1 – Documentation

Page Footer

This section explains how to construct the standard ImmobilienScout24 page footer. The footer is fully responsive and will fit all common screen sizes.

Usage

The footer is comprised of one or more unordered lists containing an arbitrary number of links to relevant pages.

It also has a build-information block which contains the copyright claim as well as any additional information on the current build.

Note that the headline is merely for the benefit of search engine optimization and will be hidden from the user.

Footer
<footer class="main-footer">
    <h6>Important Stuff About the Site</h6>
    <ul>
        <li><a title="These" href="#">These</a></li>
        <li><a title="Are" href="#">Are</a></li>
        <li><a title="Some" href="#">Some</a></li>
        <li><a title="Example" href="#">Example</a></li>
        <li><a title="Links" href="#">Links</a></li>
    </ul>
    <ul>
        <li><a title="So" href="#">So</a></li>
        <li><a title="Are" href="#">Are</a></li>
        <li><a title="These" href="#">These</a></li>
    </ul>
    <div class="build-information">
        <p>
            © Copyright 1984
            <i lang="x-newspeak" title="English Socialism">Ingsoc</i>
        </p>
    </div>
</footer>