#239 Improving placement of Fedora logo
Merged 2 years ago by darknao. Opened 2 years ago by duffy.
fedora-web/ duffy/websites master  into  master

Add Fedora logo to footer
Máirín Duffy • 2 years ago  
Add full Fedora logo to header
Máirín Duffy • 2 years ago  
@@ -172,7 +172,8 @@ 

          <img class="w-75" src="/static/images/globe.png" alt="globe" />

        </div>

        <div class="col-lg-7 col-md-6">

-         <h5 class="display font-weight-light pt-3">{% trans trimmed %}Fedora is always free for anyone to <strong>use, modify, and distribute</strong>.{% endtrans %}</h5>

+         <img src="/static/images/fedora-logofull-blue.png" height="50px" alt="Fedora logo"/>

+ 	<h5 class="display font-weight-light pt-3">{% trans trimmed %}Fedora is always free for anyone to <strong>use, modify, and distribute</strong>.{% endtrans %}</h5>

          <h5 class="display font-weight-light pb-3">{% trans trimmed %}It is built and used by people across the globe who work together as a community.{% endtrans %}</h5>

        </div>

      </div>

@@ -1,7 +1,12 @@ 

  <div class="footer bg-dark text-white font-size-80">

    <div class="container py-4">

-     <div class="row footerlinks justify-content-center">

-       <div class="col-sm-3 col-4 mt-3">

+       <div class="row footerlinks py-4 justify-content-center">

+         <div class="col-sm-9 col-12">

+           <img src="/static/images/fedora-logofull-white.png" height="35px" alt="Fedora Logo" />

+         </div>

+       </div>

+       <div class="row footerlinks justify-content-center">

+         <div class="col-sm-3 col-4 mt-3">

          <div>

            <dl>

  	    <dt class="text-uppercase h5"><strong>{% trans %}About{% endtrans %}</strong></dt>

@@ -18,7 +18,7 @@ 

      <div class="bg-fedora-new-blue border-bottom border-fedora-new-blue border-width-2">

        <div class="container">

          <nav class="navbar navbar-dark navbar-expand-sm bg-none p-0">

-           <a class="navbar-brand pb-2" href="{{url_for('index', lang_code=lang_code)}}"><img src="/static/images/fedora-logotext-white.png" height="16" alt="Fedora Logo"/></a>

+           <a class="navbar-brand pb-2" href="{{url_for('index', lang_code=lang_code)}}"><img src="/static/images/fedora-logofull-white.png" height="22" alt="Fedora Logo"/></a>

            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">

              <span class="navbar-toggler-icon"></span>

            </button>

empty or binary file added
empty or binary file added

The current website is somewhat sparse on its usage of the Fedora logo (the full logo with mark doesn't currently appear on edition download pages, for example), and it is important that we make appropriate usage of our logo on our main download website, so this PR improves the visibility of the logo on the website.

rebased onto a6a3a45

2 years ago

Pull-Request has been merged by darknao

2 years ago