forked from project-flotta/project-flotta.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
34 lines (31 loc) · 1.19 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-secondary">{{ site.data.settings.email }}</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Supported by</h5>
<h5><a href="http://www.redhat.com"><img id="sponsorship" class="footerLogo" src="/assets/images/Logo-Red_Hat-Supported_By-A-Reverse-RGB.svg"></a>.</h5>
</div>
<!-- <div class="col-md-4"> -->
<!-- <h5 class="text-light">Address</h5> -->
<!-- <p class="text-white paragraph-lg font-secondary">{{ site.data.settings.address }}</p> -->
<!-- </div> -->
</div>
</div>
</div>
<div class="border-top text-center border-dark py-5">
<p class="mb-0 text-light">{{site.data.settings.copyright | markdownify}}</p>
</div>
</footer>
<!-- /footer -->
<!-- JS Plugins -->
{% for js in site.data.plugins.js %}
<script src="{{ js | relative_url }}"></script>
{% endfor %}
<!-- Main Script -->
<script src="{{ '/assets/js/script.js' | relative_url }}"></script>