Skip to content

Commit e10b7c0

Browse files
bipulsikderheliocastro
authored andcommitted
fix: Improve footer layout with better alignment and spacing
1 parent b136684 commit e10b7c0

1 file changed

Lines changed: 15 additions & 31 deletions

File tree

layouts/partials/footer.html

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,20 @@
11
<footer class="footer py-5 row d-print-none">
22
<div class="container-fluid">
33
<div class="row w-100 justify-content-center">
4-
<div class="col-md-1">
5-
<h4>Legal</h4>
6-
<ul>
7-
<li>
8-
<a href="https://www.eclipse.org/legal/privacy.php"
9-
>Privacy Policy</a
10-
>
11-
</li>
12-
<li>
13-
<a href="https://www.eclipse.org/legal/termsofuse.php"
14-
>Terms of Use</a
15-
>
16-
</li>
17-
<li>
18-
<a href="https://www.eclipse.org/legal/copyright.php"
19-
>Copyright Agent</a
20-
>
21-
</li>
22-
<li>
23-
<a href="https://www.eclipse.org/legal/epl-2.0/"
24-
>Eclipse Public License</a
25-
>
26-
</li>
27-
<li><a href="https://www.eclipse.org/legal/">Legal Resources </a></li>
28-
</ul>
4+
<div class="col-md-3 ps-5">
5+
<h4 class="mb-3">LEGAL</h4>
6+
<div class="d-flex flex-column">
7+
<a href="https://www.eclipse.org/legal/privacy.php" style="color: #999" class="mb-2">Privacy Policy</a>
8+
<a href="https://www.eclipse.org/legal/termsofuse.php" style="color: #999" class="mb-2">Terms of Use</a>
9+
<a href="https://www.eclipse.org/legal/copyright.php" style="color: #999" class="mb-2">Copyright Agent</a>
10+
<a href="https://www.eclipse.org/legal/epl-2.0/" style="color: #999" class="mb-2">Eclipse Public License</a>
11+
<a href="https://www.eclipse.org/legal/" style="color: #999">Legal Resources</a>
12+
</div>
2913
</div>
3014

31-
<div class="col-md-9" align="center">
32-
<p><strong>Eclipse SW360</strong> is supported by</p>
33-
<p>
15+
<div class="col-md-4 d-flex flex-column align-items-center justify-content-center">
16+
<p class="text-center"><strong>Eclipse SW360</strong> is supported by</p>
17+
<p class="text-center">
3418
<a href="https://www.siemens.com/">
3519
<img
3620
src="{{ .Site.BaseURL}}/img/clients/Siemens.png"
@@ -48,17 +32,17 @@ <h4>Legal</h4>
4832
</p>
4933

5034
{{ with .Site.Params.copyright }}
51-
<small>&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>
35+
<small class="text-center">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}</small>
5236
{{ end }}
53-
<div style="margin-top: 10px"><a href="http://www.eclipse.org/">
37+
<div class="text-center" style="margin-top: 10px"><a href="http://www.eclipse.org/">
5438
<img
5539
src="{{ .Site.BaseURL}}/img/clients/Eclipse.png"
5640
class="footer-img"
5741
width="100"
5842
alt="Eclipse Foundation"
5943
/></a></div>
6044
</div>
61-
45+
<div class="col-md-3"></div>
6246
</div>
6347
</div>
6448
<!-- /.container -->

0 commit comments

Comments
 (0)