EyeTrackVR-Docs/docs/_includes/footer_custom.html
DaOfficialWizard 3d299f44db add contributors easter egg
add logo svg to footer
2022-07-01 23:28:33 +01:00

32 lines
859 B
HTML

<!-- Generate footer -->
<style>
a {
text-decoration: none;
color: blue;
}
img {
vertical-align: middle;
}
.footer-logo {
width: 100%;
height: auto;
margin-top: -10px;
margin-bottom: 10px;
text-align: center;
display: inline-block;
}
</style>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="footer-logo">
<img width="30px" height="20px" title="EyeTrackVRLogo"
src="{{ 'assets/images/favicon/logo_no_bg.svg' | relative_url }}" alt="EyeTrackVRLogo">
Copyright &copy; 2019-current EyeTrackVR. Distributed by an <a
href="https://github.com/RedHawk989/EyeTrackVR/blob/main/LICENSE">MIT</a>
</div>
</div>
</div>
</div>