focalboard/website/site/layouts/partials/footer.html
Asaad Mahmood 7226ed2cbb
MM-54013- Removing some mattermost references (#4865)
* MM-54013- Removing some mattermost references

* Updating css

* Updating logo

* Removing clients banner from website

* Update footer.html

* Updating links and text

* Updating image
2023-09-25 08:18:35 -06:00

22 lines
883 B
HTML
Executable file

<footer class='py-5'>
<div class="container">
<div class='d-flex justify-content-between'>
<a href="/"><img class='header__logo' src="/img/logo.svg?version=v2" alt="Logo" width="180"></a>
<div>
<a href="https://github.com/mattermost/focalboard#readme-ov-file" target='_blank'>
Read me
</a>
|
<a href="https://github.com/mattermost/focalboard/blob/main/LICENSE.txt" target='_blank'>
License
</a>
</div>
</div>
</div>
</footer>
<!-- JS -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="{{ "js/tabs.js" | absURL }}"></script>
<script src="{{ "js/main.js" | absURL }}"></script>