From patchwork Wed Sep 8 12:28:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= X-Patchwork-Id: 1525848 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=AF3h8iFT; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H4M4H0CsVz9sW5 for ; Wed, 8 Sep 2021 22:33:17 +1000 (AEST) Received: from localhost ([::1]:38972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNwlL-0004px-Af for incoming@patchwork.ozlabs.org; Wed, 08 Sep 2021 08:33:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNwgg-0007w3-3r for qemu-devel@nongnu.org; Wed, 08 Sep 2021 08:28:22 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:29607) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNwgd-0003ru-KZ for qemu-devel@nongnu.org; Wed, 08 Sep 2021 08:28:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631104099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hFGZAoJ2TiDqy/5eihaxOx9iM3KvWq6AXavgN5u5kDc=; b=AF3h8iFTRlg8W8q+1biAsMYd2CRy5+z1P9KKxPLoR172vXgGgVaWU05dFu9RGQr7X08uqF SVn6McBh4oQTz3PjsyO5jcS7GeCBGotMMzxiSlrMDr0TyyApQudJ0rzENMYcFpXzOlxtNl V00pFGXyIp7gWrg2TDmEFdG2W4odCxs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-117-I-9JZ0gmMxiRD0sFcXEQwg-1; Wed, 08 Sep 2021 08:28:17 -0400 X-MC-Unique: I-9JZ0gmMxiRD0sFcXEQwg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1C8C0DF8A3 for ; Wed, 8 Sep 2021 12:28:16 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.39.192.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1FA4060C04; Wed, 8 Sep 2021 12:28:14 +0000 (UTC) From: =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= To: qemu-devel@nongnu.org Subject: [qemu-web PATCH 0/6] Small header/footer layout changes Date: Wed, 8 Sep 2021 13:28:08 +0100 Message-Id: <20210908122814.707744-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=berrange@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Received-SPF: pass client-ip=216.205.24.124; envelope-from=berrange@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.393, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Paolo Bonzini , Thomas Huth , =?utf-8?q?Daniel_P=2E_Berrang=C3=A9?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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