Making WordPress.org


Ignore:
Timestamp:
02/02/2023 10:23:21 PM (2 years ago)
Author:
coffee2code
Message:

Photo Directory: Add a link above-the-fold on the front page to submit a photo.

This makes it immediately clear that contributing photos is something that can be done (which, for most people, they can reasonably do) and saves having to scroll past the front page photo grid to get to the submit link.

This is only necessary on the front page since a submit link appears in the nav menu shown on every other page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-photos/css/components/_site.scss

    r12382 r12383  
    4747            margin-left: 20px;
    4848            margin-right: 20px;
     49        }
     50    }
     51}
     52
     53.site-contribute {
     54    color: rgba( 255, 255, 255, 0.8);
     55    font-weight: 300;
     56    margin-top: 0;
     57
     58    a {
     59        color: rgba( 255, 255, 255, 0.8);
     60        font-weight: 500;
     61
     62        &:hover {
     63            color: rgba(0, 0, 0, 0.8);
    4964        }
    5065    }
Note: See TracChangeset for help on using the changeset viewer.