52 lines
2.2 KiB
HTML
52 lines
2.2 KiB
HTML
{% load static %}
|
|
<footer class="footer" role="contentinfo">
|
|
<div class="footer-main">
|
|
<div class="container footer-main-inner">
|
|
<div class="footer-brand">
|
|
<a href="{% url 'pages:home' %}" class="footer-logo" aria-label="Tecvico home">
|
|
<img src="{% static 'images/tecvico/brand-logo.svg' %}" alt="Tecvico" class="brand-icon" />
|
|
</a>
|
|
<p class="footer-tagline">
|
|
Join us in a world of<br />
|
|
innovation, advancement,<br />
|
|
and success. At Tecvico, our<br />
|
|
relentless commitment focuses on meeting evolving customer needs.
|
|
</p>
|
|
</div>
|
|
<div class="footer-social">
|
|
<h2 class="footer-social-title">Follow us</h2>
|
|
<ul class="footer-social-list" role="list">
|
|
<li>
|
|
<a href="https://www.facebook.com/tecvico/" target="_blank" rel="noopener noreferrer" aria-label="Facebook">
|
|
<img src="{% static 'images/tecvico/social/facebook.png' %}" alt="" />
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://ca.linkedin.com/company/tecvico" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
|
|
<img src="{% static 'images/tecvico/social/linkedin.png' %}" alt="" />
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://twitter.com/tecvico" target="_blank" rel="noopener noreferrer" aria-label="Twitter">
|
|
<img src="{% static 'images/tecvico/social/twitter.png' %}" alt="" />
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.instagram.com/tecvico/" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
|
|
<img src="{% static 'images/tecvico/social/instagram(1).png' %}" alt="" />
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://t.me/s/tecvico" target="_blank" rel="noopener noreferrer" aria-label="Telegram">
|
|
<img src="{% static 'images/tecvico/social/telegram.png' %}" alt="" />
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom">
|
|
<p class="footer-copy">© Copyright {% now "Y" %} TECVICO Group — All Rights Reserved.</p>
|
|
</div>
|
|
</footer>
|