Skip to content

Complete refactor/standardization of all buttons within Join Us Page #2165

@abuna1985

Description

@abuna1985

Overview

We need to refactor for buttons within the Home page from the recommendations in the CSS standardization spreadsheet (resource below) so that we have a consistent button appearance through the HfLA site.

Action Items

  • Make the 4 recommended edits for the buttons from the spreadsheet below (1 files will be updated)
    • Update line 64 of website/pages/join-us.html with HTML from the Reccomendation column
    • Update line 78 of website/pages/join-us.html with HTML from the Reccomendation column
    • Update line 80 of website/pages/join-us.html with HTML from the Reccomendation column
    • Update line 82 of website/pages/join-us.html with HTML from the Reccomendation column
  • add the follow CSS code on line 39 of website/_sass/elements/_buttons.scss
     .btn--default {
       align-items: center;
      display: flex; 
      justify-content: center;
      margin: 5px 0;
    }
    
  • add .btn--default class to line 64, 78, 80, and 82 of website/pages/join-us.html (within the <a> tag
  • Confirm after the recommended edits that the Action of each button works as intended within the Communities of Practice/Join Us/Program Areas page
  • Create a Pull Request with the proposed changes to the button

Resources/Instructions

Google Sheets - CSS Standardization Buttons
Link to the entire audit: #1921

Metadata

Metadata

Assignees

Labels

Complexity: SmallTake this type of issues after the successful merge of your second good first issueFeature: Design systemFeature: Refactor CSSPage is working fine - CSS needs changes to become consistent with other pagesrole: front endTasks for front end developerssize: missingstatus: To Update!No update has been provided

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions