Styleguide 0.1.0

28 - Footer

The footer contains various stuff

<footer class="main-footer row" itemtype="http://schema.org/Organization" itemscope role="contentinfo">
    <div class="small-12 medium-2 large-2 columns">
        <a class="main-logo" itemprop="url" href="http://www.topp.no" title="Dagbladet"><img src="/assets/logo/logo.png"/><span itemprop="name" class="hide">Dagbladet</span></a>
    </div>
    <div class="small-12 medium-4 large-4 columns">
        <dl>
            <dt>Postadresse:</dt>
            <dd itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"><span itemprop="postOfficeBoxNumber">Boks 1184</span> Sentrum, <span itemprop="postalCode">0107</span> <span itemprop="addressLocality">Oslo</span></dd>
            <dt>Besøksadresse:</dt>
            <dd itemprop="location" itemscope itemtype="http://schema.org/PostalAddress"><a href="https://goo.gl/maps/EmpIH"><span itemprop="streetAddress">Karvesvingen 1</span>, <span itemprop="postalCode">0579</span> <span itemprop="addressLocality">Oslo</span></a></dd>
            <dt>Sentralbord:</dt>
            <dd><a href="tel:+4724001000" itemprop="telephone">24 00 10 00</a></dd>
        </dl>
    </div>
    <div class="small-12 medium-3 large-3 columns">
        <ul>
            <li><a href="http://www.topp.no/stillinger/">Jobb i TOPP</a></li>
            <li><a href="http://www.dagbladet.no/info/husregler.html">Husregler</a></li>
            <li><a href="http://www.dagbladet.no/2009/08/18/nyheter/avtale/plikter/brukeravtale/7704061/">Brukeravtale</a></li>
            <li><a href="http://www.dagbladet.no/2009/08/18/nyheter/avtale/brukeravtale/plikter/7706966/">Personvernavtale</a></li>
            <li><a href="http://annonse.dagbladet.no/">Annonseinfo</a></li>
        </ul>
    </div>
    <div class="small-12 medium-3 large-3 columns end">
        <a class="button tip primary radius expand">Tips oss <span class="tel">2400</span></a>
        <div itemscope itemtype="http://schema.org/Person">
            <div><span itemprop="jobTitle">Ansvarlig redaktør</span>: <br /><a href="mailto:gjyri.helen.werp@kk.no" itemprop="email"><span itemprop="name">Gjyri Helen Werp</span></a></div>
        </div>
        <div itemtype="http://schema.org/Organization" itemscope>© 2015 <span itemprop="name">DB Medialab</span></div>
    </div>
</footer>