Skip to content

Fix misspelled word on join-us.html file from "non-profit" to "nonprofit" #2914

@answebdev

Description

@answebdev

Prerequisite

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page.
  2. Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.

Overview

Our website needs to be free of misspellings so that our reputation for quality is maintained.

Action Items

  • For the file pages/join-us.html, on line 77, change the spelling from "non-profit" to "nonprofit", so

    <a href="./survey3" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="Non-profit 
    Contact Form">Non-Profit</a>
    

    becomes

    <a href="./survey3" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="Nonprofit 
    Contact Form">Nonprofit</a>
    
  • Make sure the changes look fine in your local environment. (For both desktop and mobile views)

Resources

Website page with issue: https://www.hackforla.org/join
File on GitHub: https://github.com/hackforla/website/blob/gh-pages/pages/join-us.html
Line of code:

<a href="./survey3" target="_blank" class="btn btn-primary btn-md btn-partner-with-us btn--default" title="Non-profit Contact Form">Non-Profit</a>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions