<!-- Footer - Default Style 1 -->
<footer id="footer" data-footer-style="1">
{% block footer %}
<div class="container">
<div class="row">
<!-- col-sm-12 col-md-4 mb-30 -->
<div class="col-sm-12 col-md-3 mb-30">
<!-- Title -->
<a href="index.html">
<img src="{{ asset('pics/moldplus-logo-light.png') }}" alt="Moldplus SA">
</a>
<!-- Contact details -->
<div class="contact-details">
<p><br>
Av. de la Gottaz 30, CP 22<br>
CH-1110 Morges 2<br>
Switzerland
</p>
</div>
<!--/ .contact-details -->
</div>
<!--/ col-sm-12 col-md-3 mb-30 -->
<div class="col-sm-12 col-md-5 mb-30">
<div class="row">
<div class="col-sm-12 col-md-6">
<!-- Title -->
<h3 class="title m_title">
PRODUCTS
</h3>
<div class="sbs">
<ul class="menu">
<li><a href="index.html">Design Tools</a></li>
<li><a href="about-us.html">5-axis Toolkit</a></li>
<li><a href="our-team.html">Plate Fixture Design</a></li>
<li><a href="faq.html">CAD Translators</a></li>
</ul>
</div>
</div>
<!--/ col-sm-12 col-md-3 -->
<div class="col-sm-12 col-md-6">
<!-- Title -->
<h3 class="title m_title">
SUPPORT & SERVICES
</h3>
<div class="sbs">
<ul class="menu">
<li><a href="index.html">Contact</a></li>
<li><a href="about-us.html">Downloads</a></li>
<li><a href="our-team.html">F.A.Q</a></li>
<li><a href="faq.html">Blog</a></li>
</ul>
</div>
</div>
<!--/ col-sm-12 col-md-3 -->
</div>
</div>
<div class="col-sm-12 col-md-4 mb-30">
<div class="newsletter-signup">
<!-- Title -->
<h3 class="title m_title">
NEWSLETTER SIGNUP
</h3>
<p>
By subscribing to our mailing list you will always be update with the latest news from us.
</p>
<form action="http://YOUR_USERNAME.DATASERVER.list-manage.com/subscribe/post-json?u=YOUR_API_KEY&id=LIST_ID&c=?" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="nl-email form-control" id="mce-EMAIL" placeholder="your.address@email.com" required>
<input type="submit" name="subscribe" class="nl-submit" id="mc-embedded-subscribe" value="JOIN US">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_xxxxxxxxxxxxxxxxxxxCUSTOMxxxxxxxxx" value="">
</div>
</form>
<!-- Notification container -->
<div id="notification_container"></div>
</div><!-- end newsletter-signup -->
</div>
</div>
<!--/ row -->
<div class="row">
<div class="col-sm-12">
<div class="bottom clearfix">
<!-- social-icons
<ul class="social-icons sc--clean clearfix">
<li class="title">GET SOCIAL</li>
<li><a href="#" target="_self" class="fab fa-facebook-f" title="Facebook"></a></li>
</ul>
social-icons -->
<!-- copyright -->
<div class="copyright">
<p>
©2022 Moldplus S.A | Moldplus® is a product of Moldplus SA. | Verisurf® is a registered trademark of Verisurf Software Inc. | Mastercam® is a product of CNC Software.
</p>
</div>
<!--/ copyright -->
</div>
<!--/ bottom -->
</div>
<!--/ col-sm-12 -->
</div>
<!--/ row -->
</div>
<!--/ container -->
{% endblock %}
</footer>
<!--/ Footer - Default Style 1 -->