{{!
    This file is part of Moodle - http://moodle.org/

    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template theme_moove/footer

    Footer template

    Example context (json): {}
}}
<div id="top-footer">
  <div class="container-fluid">
    <div class="row">
        <div class="col-md-7 contact">
            <h3>CONTATO</h3>
            <ul>
                <li>
                    <i class="slicon-phone"></i>
                    <spam style="color:#ee4540">Telefone | Whatsapp:</spam> (11) 4226 5728
                </li>
                <li>
                    <i class="slicon-envelope"></i>
                    <spam style="color:#ee4540">Email:</spam> <a href="mailto:suporte@wire.net.br" target="_blank">suporte@wire.net.br</a>
                </li>
                <li>
                    <i class="slicon-map"></i>
                    <spam style="color:#ee4540">Endereço:</spam> Rua Pará, 139 | Sala 211 | São Caetano do Sul - SP
                </li>                
            </ul>
        </div>
        <div class="col-md-5 social">
          <ul>
              {{#facebook}}
                <li>
                  <a href="{{{facebook}}}" target="_blank" class="facebook btn">
                    <i class="slicon-social-facebook"></i>
                  </a>
                </li>
              {{/facebook}}

              {{#twitter}}
                <li>
                  <a href="{{{twitter}}}" target="_blank" class="twitter btn">
                    <i class="slicon-social-twitter"></i>
                  </a>
                </li>
              {{/twitter}}

              {{#googleplus}}
                <li>
                  <a href="{{{googleplus}}}" target="_blank" class="googleplus btn">
                    <i class="slicon-social-google"></i>
                  </a>
                </li>
              {{/googleplus}}

              {{#linkedin}}
                <li>
                  <a href="{{{linkedin}}}" target="_blank" class="linkedin btn">
                    <i class="slicon-social-linkedin"></i>
                  </a>
                </li>
              {{/linkedin}}

              {{#youtube}}
                <li>
                  <a href="{{{youtube}}}" target="_blank" class="youtube btn">
                    <i class="slicon-social-youtube"></i>
                  </a>
                </li>
              {{/youtube}}

              {{#instagram}}
                <li>
                  <a href="{{{instagram}}}" target="_blank" class="instagram btn">
                    <i class="slicon-social-instagram"></i>
                  </a>
                </li>
              {{/instagram}}
          </ul>

          {{{ output.standard_footer_html }}}
        </div>
    </div>
  </div>
</div>

{{^disablebottomfooter}}
  <footer id="page-footer" class="p-y-1">
      <div class="container-fluid">
          <div id="course-footer">{{{ output.course_footer }}}</div>

          <div class="madeby">
              <p>O Corre foi desenvolvido pela <a href="https://wire.net.br/" target="_blank">Wire Edtech</a></p>
          </div>
      </div>
  </footer>
{{/disablebottomfooter}}

{{{ output.standard_end_of_body_html }}}
