<?php

// =============================================================================
// FOOTER.PHP
// -----------------------------------------------------------------------------
// The site footer. Consists of the top footer area for widgets and the bottom
// footer area for secondary information. Includes wp_footer() hook as well.
//
// Content is output based on which Stack has been selected in the Customizer.
// To view and/or edit the markup of your Stack's index, first go to "views"
// inside the "framework" subdirectory. Once inside, find your Stack's folder
// and look for a file called "wp-footer.php," where you'll be able to find the
// appropriate output.
// =============================================================================

?>
    <div class='x-section' id='newsletter-container'>
        <div id="newsletter" class="x-container max width" style="margin: 0px auto;padding: 0px;">
            <div class="x-column x-sm cs-ta-left x-1-2" style="padding: 0px;">

                <img src="http://www.biotechnorth.no/wp-content/uploads/2020/12/Endorser-banner-002.jpeg" alt="We support UN Global Compact" >
                <!-- <div class="x-text"><p>Subscribe to our newsletter:</p>
                </div>
                <div class="x-raw-content">
                    <form id='form-subscribe'
                          action="//biotechnorth.us11.list-manage.com/subscribe/post?u=0b61e31d2f76a7187ce79c02a&amp;id=0622eb9a06"
                          method="post" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
                        <label class="email-label">E-mail:</label>
                        <input class="email-input" value="" name="EMAIL">
                        <div style="position: absolute; left: -5000px;" aria-hidden="true">
                            <input type="text" name="b_0b61e31d2f76a7187ce79c02a_0622eb9a06" tabindex="-1" value="">
                        </div>
                        <button type="submit" name="subscribe" value="Subscribe" class="x-btn x-btn-flat x-btn-pill">
                            Subscribe
                        </button>
                    </form>
                </div> -->
                <div class="x-text"><p>Follow us on:</p>
                </div>
                <a class="x-img x-img-link x-img-none" style="width:40px;margin-right:5px;"
                   href="https://www.facebook.com/Biotech-North-154416241283127/" target="_blank"
                   data-options="thumbnail: '/wp-content/uploads/2016/08/fb.png'"><img
                            src="/wp-content/uploads/2016/08/fb.png"></a>
                <a class="x-img x-img-link x-img-none" style="width:40px;" href="https://twitter.com/biotechnorth"
                   target="_blank" data-options="thumbnail: '/wp-content/uploads/2016/08/t@2x.png'"><img
                            src="/wp-content/uploads/2016/08/t@2x.png"></a>
                <a class="x-img x-img-link x-img-none" style="width:40px;"
                   href="https://www.linkedin.com/company/biotech-north/" target="_blank"
                   data-options="thumbnail: '/wp-content/uploads/2016/08/in@2x.png'"><img
                            src="/wp-content/uploads/2016/08/in@2x.png"></a>
            </div>
            <div class="x-column x-sm x-1-2" style="padding: 0px;">
                <ul class="x-block-grid three-up">
                    <li class="x-block-grid-item"><img
                                src="http://biotechn.staging.wpengine.com/wp-content/uploads/2016/11/cl_label_bronze-300x117.png"
                                alt="cl_label_bronze" width="172" class="alignnone size-medium wp-image-346"></li>
                    <li class="x-block-grid-item"><img
                                src="http://www.biotechnorth.no/wp-content/uploads/2020/04/logo_farge_web.png"
                                alt="cl_label_bronze" style="margin-top:7px" width="240"
                                class="alignnone size-medium wp-image-346"></li>
                  <li class="x-block-grid-item"><img class="x-img x-img-none" style="width:172px;"
                                                                        src="http://biotechn.staging.wpengine.com/wp-content/uploads/2017/10/in-bokmal-e1508320196402.jpg"></li>
                </ul>
            </div>
        </div>
    </div>
<?php x_get_view(x_get_stack(), 'wp', 'footer'); ?>