#48 Reference mediawriter within dnf repository on landing page
Closed 2 years ago by darknao. Opened 4 years ago by sethgoldin.
fedora-web/ sethgoldin/websites master  into  master

@@ -23,7 +23,7 @@ 

        <div class="row">

          <div class="col-12 col-md-6">

            <div class="d-flex flex-column h-100">

-             <h3 class="font-weight-light">{% trans trimmed %}On Windows or MacOS?{% endtrans %}</h3>

+             <h3 class="font-weight-light">{% trans trimmed %}Looking for Fedora Media Writer for Windows, macOS, or Linux?{% endtrans %}</h3>

              <p>

                {% trans trimmed %}

                Get started by using <strong>Fedora Media Writer</strong>, which makes it super easy to give Fedora a try.
@@ -40,7 +40,12 @@ 

                          </a>

                

                          <a class="btn btn-outline-fedora-blue" href="https://getfedora.org/fmw/FedoraMediaWriter-osx-{{releaseinfo.fmw.osx.version}}.dmg">

-                           <i class="fab fa-apple"></i> 

+                           <i class="fab fa-apple"></i>

+                         

+                         <a class="btn btn-outline-fedora-blue" href="https://docs.fedoraproject.org/en-US/fedora/rawhide/install-guide/install/Preparing_for_Installation/#_installing_and_running_fedora_media_writer">

+                           <i class="fab fa-linux"></i> 

+                         

+                         </a>

                          </a>

                      </div>

                    </li>
@@ -49,7 +54,7 @@ 

          </div>

          <div class="col-12 col-md-6 pt-4 pt-md-0">

            <div class="d-flex flex-column h-100">

-             <h3 class="font-weight-light">{% trans trimmed %}On Linux or just want an ISO file?{% endtrans %}</h3>

+             <h3 class="font-weight-light">{% trans trimmed %}Just want an ISO file?{% endtrans %}</h3>

              <p>

                {% trans trimmed link="https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/index.html" %}

                Not sure how to use this file? <a href="{{link}}">Learn here</a>.

Changing options around so as to reference mediawriter within the dnf respository

I don't think this is quite what you intended, you have a link wrapped inside of another link.

I was a little bit confused by the code--I'm just trying to add a link to Linux for Fedora Media Writer, since that's the supported method. The ISO isn't particular to Linux, and it isn't an alternative to the supported mediawriter app. Can you help me out?

Pull-Request has been closed by darknao

2 years ago
Metadata