From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id EB28822C2; Tue, 07 Jul 2026 07:18:21 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id DAA2222B7; Tue, 07 Jul 2026 07:18:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_MISSING,FROM_SUSPICIOUS_NTLD, FROM_SUSPICIOUS_NTLD_FP,SPF_HELO_NONE,T_PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=4.0.1 Received: from mail-108-mta226.mxroute.com (mail-108-mta226.mxroute.com [136.175.108.226]) by atuin.qyliss.net (Postfix) with ESMTPS id 7612C22B4 for ; Tue, 07 Jul 2026 07:18:17 +0000 (UTC) Received: from filter006.mxroute.com ([136.175.111.3] filter006.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta226.mxroute.com (ZoneMTA) with ESMTPSA id 19f3b710a3300067f7.001 for (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Tue, 07 Jul 2026 07:18:11 +0000 X-Zone-Loop: 3c5785d670c5bbc5b8dfc05673e525d199321015f503 X-Originating-IP: [136.175.111.3] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gagarin.work; s=x; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date :Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=d8Uc6bV0bq4/OwCoQt3hM8h39BPytaE150DIRxDVX/E=; b=hlNGSCrU25kr1tkvQYTuOdqsbD kmu8VBMeVeU9QfED5B3RTeFwP7y9gEJNhhAw0cpg7em/fmvODC59oVlh5oW4WIWYrfoNAGNPoc2zH 2EHglWbMFtrBwUr53uQxEOLF/d2HHsVVemu0T4DdfMSVzRwB+MYGHVb99t/cvWr3b5+GYzodSIIbc GmOkPQkIOpKwao1bFIpIgjTQZM/vbVUPUAyU/dFXH6AyO3edObTVrknM+pBpQgNo+tFT5Tk6BfhTx MxAT1kvTQks33P3g6dTH9/WnMN8mqItWRJ2sPjWIy5FdJH3g2hcbyFmNNgisyCn5fPjy7BU/nifNT +nKo+ivA==; From: Valentin Gagarin To: devel@spectrum-os.org Subject: [PATCH] Documentation: move funding section to end of front page Date: Tue, 7 Jul 2026 09:17:43 +0200 Message-ID: <20260707071743.134432-1-valentin@gagarin.work> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Authenticated-Id: valentin@gagarin.work Message-ID-Hash: KAFGW2JBISNNCTHO5225CPYQICDWO46G X-Message-ID-Hash: KAFGW2JBISNNCTHO5225CPYQICDWO46G X-MailFrom: valentin@gagarin.work X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; header-match-devel.spectrum-os.org-0; header-match-devel.spectrum-os.org-1; header-match-devel.spectrum-os.org-2; header-match-devel.spectrum-os.org-3; header-match-devel.spectrum-os.org-4; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Valentin Gagarin X-Mailman-Version: 3.3.10 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: It tended to break the reading flow by being more prominent than the links to resources related to development. Signed-off-by: Valentin Gagarin --- Documentation/index.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Documentation/index.html b/Documentation/index.html index 5ce078c..0e5c5fa 100644 --- a/Documentation/index.html +++ b/Documentation/index.html @@ -50,16 +50,6 @@ are interested in participating, we'd love to have you. -

Funding

- -

-Spectrum is mostly funded through individual donations -on GitHub Sponsors -and LiberaPay. Additional -funding is provided -by NGI Zero, an -initiative by the Digital Single Market of the European Commission. -

+ +

Funding

+ +

+Spectrum is mostly funded through individual donations +on GitHub Sponsors +and LiberaPay. Additional +funding is provided +by NGI Zero, an +initiative by the Digital Single Market of the European Commission. + -- 2.54.0