43 lines
1.3 KiB
HTML
43 lines
1.3 KiB
HTML
<footer>
|
|
<div class="footer container">
|
|
<div class="footer-top">
|
|
<div class="footer-logo">
|
|
<a href="/">
|
|
<img src="/assets/base/distrust-text-white.svg" alt="Distrust logo" />
|
|
</a>
|
|
</div>
|
|
<p class="footer-description footer-description-desktop">
|
|
Distrust is a research and consulting company securing mission-critical systems with verifiable open source infrastructure.
|
|
</p>
|
|
<p class="footer-description footer-description-mobile">
|
|
Distrust secures mission-critical systems with verifiable open source infrastructure.
|
|
</p>
|
|
</div>
|
|
<div class="footer-divider">
|
|
</div>
|
|
<div class="footer-links">
|
|
<div class="footer-column">
|
|
<a href="/services.html">Services</a>
|
|
<a href="/software.html">Software</a>
|
|
<a href="/threatmodel.html">Threat model</a>
|
|
</div>
|
|
<div class="footer-column">
|
|
<a href="/company.html">Company</a>
|
|
<a href="/blog.html">Blog</a>
|
|
<a href="/contact.html">Contact</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="footer-bottom container">
|
|
<div class="footer-footer"> {{site.footer}} </div>
|
|
<div class="footer-social">
|
|
<a href="/privacy.html">Privacy</a>
|
|
<a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
|
<img src="/assets/base/rss-bw-tr.png" alt="RSS" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer> |