All 3 cards have text. We will eventually be getting this text from an API but for now, we need the cards to have text on them. In the labelMap we need to add the following text
Card 1 Text
Bringing the community together twice a month around technical topics that allow you to learn and grow your programming skills to be a stronger developer.
Card 2
No matter your level, you have a community that has your back! Dallas Software Developers are focused on supporting our local community while also trying to support the developers who need our help and support!
Card 3
A 6-week program that is completely free to pair developers working on a project being guided by a developer working in the industry. The focus is to help give you something interesting to showcase in an interview and give you real-world skills!
There is an existing title text in the cards.
The existing title text should be 32px, font-family of raleway, font-weight of 900, color should be 0F1038
The text in this ticket should be under the title text with 20px of space between the two areas of text.
the only difference in the styling should be that the font size is 14 px and weight is 400.
Follow the way we are coding in other areas of the codebase.
Must use prettier before submitting PR otherwise it will not pass the prettier check in the pipeline.
Steps to contribute. NEVER COMMIT TO MAIN. NEVER COMMIT TO MAIN. It should always be on your own branch and that branch name should match the issue. Ensure that you are addressing the correct issue. Each issue will be listed as something like a chore, fix, bug, etc. Your commit message MUST start with one of these tags that correspond with your issue. Followed by your commit message and your commit message must end with the branch name, for example (WEB-1)
An example commit message would look like this: chore: create contributing guidelines (WEB-8)
Commit messages should not be written in an action or present tense. It also should not mention tasks unrelated to the issue "Creating Contributing Guidelines and will work on next task" is not what we would want to see as a commit message.
After a pull request is approved, the branch should be deleted once merged.
Task
All 3 cards have text. We will eventually be getting this text from an API but for now, we need the cards to have text on them. In the labelMap we need to add the following text
Card 1 Text Bringing the community together twice a month around technical topics that allow you to learn and grow your programming skills to be a stronger developer.
Card 2 No matter your level, you have a community that has your back! Dallas Software Developers are focused on supporting our local community while also trying to support the developers who need our help and support!
Card 3 A 6-week program that is completely free to pair developers working on a project being guided by a developer working in the industry. The focus is to help give you something interesting to showcase in an interview and give you real-world skills!
There is an existing title text in the cards. The existing title text should be 32px, font-family of raleway, font-weight of 900, color should be 0F1038 The text in this ticket should be under the title text with 20px of space between the two areas of text. the only difference in the styling should be that the font size is 14 px and weight is 400.
Follow the way we are coding in other areas of the codebase. Must use prettier before submitting PR otherwise it will not pass the prettier check in the pipeline.