#207 Fix: Bring all downloads together
Closed 2 years ago by darknao. Opened 2 years ago by d-enow.
fedora-web/ d-enow/websites reorder-downloads  into  master

Fix: Bring all downloads together
Ojong Enow • 2 years ago  
file modified
+1
@@ -5,5 +5,6 @@ 

  bundle.css

  *.po

  *.pot

+ .idea

  translations

  sites/getfedora.org/static/magazine.json

@@ -105,7 +105,39 @@ 

    </div> <!--contatiner-->

  </div> <!-- gradient-->

  

- <div class="bg-light border">

+ <div class="bg-light py-5">

+   <div class="container">

+     <div class="row">

+       <div class="col-12 text-center">

+         <h2 class="font-weight-light">{% trans trimmed %}Want more Fedora options?{% endtrans %}</h2>

+       </div>

+     </div>

+     <div class="row">

+       <div class="col-lg-4 mt-5">

+         {{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/"

+         )}}

+       </div>

+ 

+       <div class="col-lg-4 mt-5">

+         {{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/"

+         )}}

+       </div>

+ 

+       <div class="col-lg-4 mt-5">

+         {{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/"

+         )}}

+       </div>

+     </div> <!--row-->

+   </div> <!--contatiner-->

+ </div> <!-- gradient-->

+ 

+ <div class="bg-gray-200 border">

    <div class="container">

      <div class="row mb-4">

        <div class="col-4">
@@ -133,38 +165,6 @@ 

    </div>

  </div>

  

- <div class="bg-gray-200 py-5">

-   <div class="container">

-     <div class="row">

-       <div class="col-12 text-center">

-         <h2 class="font-weight-light">{% trans trimmed %}Want more Fedora options?{% endtrans %}</h2>

-       </div>

-     </div>

-     <div class="row">

-       <div class="col-lg-4 mt-5">

-         {{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/"

-         )}}

-       </div>

- 

-       <div class="col-lg-4 mt-5">

-         {{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/"

-         )}}

-       </div>

- 

-       <div class="col-lg-4 mt-5">

-         {{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/"

-         )}}

-       </div>

-     </div> <!--row-->

-   </div> <!--contatiner-->

- </div> <!-- gradient-->

- 

  <div class="bg-light py-5">

    <div class="container">

      <div class="row align-items-center">

rebased onto 87613b4

2 years ago

@d-enow Can you rebase your branch and fix all conflicts?

Metadata Update from @darknao:
- Request assigned

2 years ago

Metadata Update from @thunderbirdtr:
- Request assigned

2 years ago

Metadata Update from @thunderbirdtr:
- Request assigned

2 years ago

Pull-Request has been closed by darknao

2 years ago