misp-website/_includes/footer.html

37 lines
1.7 KiB
HTML
Executable File

<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row ">
<div class="6u">
<div class="row collapse-at-2">
<section class="6u">
<!-- Icons -->
<h3 class="join">Join us!</h3>
<ul class="icons">
<li><a href="https://twitter.com/{{ site.twitterUsername }}" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/{{ site.githubUsername }}" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://gitter.im/MISP/{{ site.githubUsername }}" class="icon fa-gitter"><img class="gitterbutton" src="/assets/images/gitter-logo.svg" alt="Small Gitter logo"/></a></li>
</ul>
</section>
</div>
</div>
<section class="6u">
<h3>Get In Touch</h3>
<p>MISP is a community-driven project lead by the community of users.</p>
<p>You can get in touch with the MISP core team at the following email: <a href="mailto:info@misp-project.org">info@misp-project.org</a></p>
</section>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>&copy; MISP project. Software released under approved open source licenses and content released as CC BY-SA 3.0.</li><li><img class="sponsor-img" src="{{ site.baseurl }}/assets/images/en_cef.png"/></li><li><a href="https://www.misp-standard.org/"><img src="https://www.misp-standard.org/assets/images/misp-standard.png" /></a></li>
</ul>
</div>
</div>
</body>
</html>