Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- _includes/footer.html | 4 +++- assets/css/style.css | 6 +++++- index.html | 2 -- 3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/_includes/footer.html b/_includes/footer.html index 6e1b247..411ff55 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,6 @@ <ul class="style"> <li><a href="{{ relative_root }}/">Home</a></li> <li><a href="{{ relative_root }}/download">Download</a></li> - <li><a href="{{ relative_root }}/conservancy/">Conservancy / Committee</a></li> <li><a href="http://qemu-advent-calendar.org">QEMU advent calendar</a></li> </ul> <ul class="style"> @@ -27,6 +26,9 @@ <li><a href="https://xenproject.org">Xen</a></li> </ul> </div> + <div id="conservancy"> + QEMU is a member of <a href="{{ relative_root }}/conservancy/">Software Freedom Conservancy</a> + </div> <div id="licenses"> <a href="{{ relative_root }}/license.html">Website licenses</a> </div> diff --git a/assets/css/style.css b/assets/css/style.css index 9daa18b..0b4e043 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -525,7 +525,7 @@ margin: 0 } - #licenses { + #licenses, #conservancy { padding: 0em; padding-left: 1em; padding-right: 1em; @@ -540,6 +540,10 @@ float: right; } + #conservancy { + float: left; + } + /*********************************************************************************/ /* Featured */ /*********************************************************************************/ diff --git a/index.html b/index.html index ad7624f..d72750c 100644 --- a/index.html +++ b/index.html @@ -58,8 +58,6 @@ $('.colorbox').on("click.random-namespace", function() { </script> </div> - <hr> - <p>QEMU is a member of <a href="{{ relative_root }}/conservancy/">Software Freedom Conservancy</a>.</p> </div> </div> -- 2.31.1