mbox series

[qemu-web,0/6] Small header/footer layout changes

Message ID 20210908122814.707744-1-berrange@redhat.com
Headers show
Series Small header/footer layout changes | expand

Message

Daniel P. Berrangé Sept. 8, 2021, 12:28 p.m. UTC
I previously sent a large series to more fully re-design the
website, especially the front page

  https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg08205.html

Paolo had some feedback on that which I want to take into account
but playing with CSS / layout always takes me way too long. I
figured it could still be beneficial to take some of the simpler
patches in that series.

So essentially this small series is the part of that large series
that changes the header and footer. The changes to the front page
body content are cut out until I can get them working better.

In a slight change from the previous posting for the "edit page"
link at the bottom, I've now used an icon to represent it and
moved its position, such that the layout is more visually
pleasant.

The slight downside with only taking the header/footer changes
is that some of the links I removed from the footer, would have
been added in the page body of the front page instead. I think
that's probably ok not to have them regardless though, as they
are just a single jump away in an obvious place from the navbar
header.

Daniel P. Berrangé (6):
  Compress the two front page headings into one
  Simplify copyright and integrate into footer
  Put a full SFC membership blurb in footer of every page
  Move wiki link from footer into the header navbar
  Simplify and restructure the page footer
  Add link to "page source" for all pages

 _includes/copyright.html     |   8 -----
 _includes/footer.html        |  33 +++++++-----------
 _includes/nav.html           |   1 +
 _layouts/blog.html           |   1 -
 _layouts/home.html           |   1 -
 _layouts/page.html           |   1 -
 assets/css/style-desktop.css |  21 +-----------
 assets/css/style-mobile.css  |  22 +-----------
 assets/css/style.css         |  63 ++++++++++++++++++++++-------------
 assets/images/edit-page.png  | Bin 0 -> 4997 bytes
 index.html                   |   8 +----
 11 files changed, 56 insertions(+), 103 deletions(-)
 delete mode 100644 _includes/copyright.html
 create mode 100644 assets/images/edit-page.png

Comments

Paolo Bonzini Sept. 10, 2021, 3:39 p.m. UTC | #1
On 08/09/21 14:28, Daniel P. Berrangé wrote:
> I previously sent a large series to more fully re-design the
> website, especially the front page
> 
>    https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg08205.html
> 
> Paolo had some feedback on that which I want to take into account
> but playing with CSS / layout always takes me way too long. I
> figured it could still be beneficial to take some of the simpler
> patches in that series.
> 
> So essentially this small series is the part of that large series
> that changes the header and footer. The changes to the front page
> body content are cut out until I can get them working better.
> 
> In a slight change from the previous posting for the "edit page"
> link at the bottom, I've now used an icon to represent it and
> moved its position, such that the layout is more visually
> pleasant.
> 
> The slight downside with only taking the header/footer changes
> is that some of the links I removed from the footer, would have
> been added in the page body of the front page instead. I think
> that's probably ok not to have them regardless though, as they
> are just a single jump away in an obvious place from the navbar
> header.

Yeah, some of them may be useful for easier access to contribution 
information and documentation, but it's okay to remove them for now.

I merged this part, thanks!

Paolo