From 87613b4d12d2d076a4b754a73bcbf6fcb617b43d Mon Sep 17 00:00:00 2001 From: Ojong Enow Date: Nov 20 2021 02:09:51 +0000 Subject: Fix: Bring all downloads together --- diff --git a/.gitignore b/.gitignore index d0501ae..ecaeb49 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ bundle.js bundle.css *.po *.pot +.idea translations sites/getfedora.org/static/magazine.json diff --git a/sites/getfedora.org/site/index.html b/sites/getfedora.org/site/index.html index c397598..dfe839f 100644 --- a/sites/getfedora.org/site/index.html +++ b/sites/getfedora.org/site/index.html @@ -105,7 +105,39 @@ -
+
+
+
+
+

{% trans trimmed %}Want more Fedora options?{% endtrans %}

+
+
+
+
+ {{link_card(logo="/static/images/fedora-spins-logo.png", + description=_('If you prefer an alternative desktop environment such as KDE Plasma Desktop or Xfce, you can download a Fedora Spin for your preferred desktop environment and use that to install Fedora, pre-configured for the desktop environment of your choice.'), + learnmorelink="https://spins.fedoraproject.org/" + )}} +
+ +
+ {{link_card(logo="/static/images/fedora-labs-logo.png", + description=_('Fedora Labs is a selection of curated bundles of purpose-driven software and content as curated and maintained by members of the Fedora Community. These may be installed as standalone full versions of Fedora or as add-ons to existing Fedora installations.'), + learnmorelink="https://labs.fedoraproject.org/" + )}} +
+ +
+ {{link_card(logo="/static/images/fedora-alt-logo.png", + description=_('The Fedora Alternative Downloads are either special-purpose - for testing, for specific architectures - or are more standard versions of Fedora in alternative formats such as network installer format or formatted for BitTorrent download.'), + learnmorelink="https://alt.fedoraproject.org/" + )}} +
+
+
+
+ +
@@ -133,38 +165,6 @@
-
-
-
-
-

{% trans trimmed %}Want more Fedora options?{% endtrans %}

-
-
-
-
- {{link_card(logo="/static/images/fedora-spins-logo.png", - description=_('If you prefer an alternative desktop environment such as KDE Plasma Desktop or Xfce, you can download a Fedora Spin for your preferred desktop environment and use that to install Fedora, pre-configured for the desktop environment of your choice.'), - learnmorelink="https://spins.fedoraproject.org/" - )}} -
- -
- {{link_card(logo="/static/images/fedora-labs-logo.png", - description=_('Fedora Labs is a selection of curated bundles of purpose-driven software and content as curated and maintained by members of the Fedora Community. These may be installed as standalone full versions of Fedora or as add-ons to existing Fedora installations.'), - learnmorelink="https://labs.fedoraproject.org/" - )}} -
- -
- {{link_card(logo="/static/images/fedora-alt-logo.png", - description=_('The Fedora Alternative Downloads are either special-purpose - for testing, for specific architectures - or are more standard versions of Fedora in alternative formats such as network installer format or formatted for BitTorrent download.'), - learnmorelink="https://alt.fedoraproject.org/" - )}} -
-
-
-
-