Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor HTML: _includes/about-page/about-card-platform.html - Giving closing span tag #5397

Merged

Conversation

kristinstockley
Copy link
Contributor

Fixes #5369

What changes did you make?

  • added </span> after Giving
  • Prettier extension may have removed some white spaces throughout the file automatically, but I did not personally make those changes

Why did you make the changes (we will use this info to test)?

  • Repaired tag, missing </span> after Giving

@github-actions
Copy link

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b kristinstockley-refactor-html-giving-5369 gh-pages
git pull https://github.com/kristinstockley/hackforla-website.git refactor-html-giving-5369

@github-actions github-actions bot added good first issue Good for newcomers role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers P-Feature: About Us https://www.hackforla.org/about/ Feature: Refactor HTML size: 0.25pt Can be done in 0.5 to 1.5 hours labels Aug 31, 2023
Copy link
Member

@antho-zng antho-zng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

About page with refactored HTML looks the same as current page across desktop, mobile, tablet views (previewed using Chrome DevTools on Docker-hosted page). Removed whitespace has not changed the formatting or spacing on the text. Great job! :)

Copy link
Member

@adrianang adrianang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kristinstockley — the branching is set up correctly, the corresponding issue is linked, the What/Why of the PR was descriptive, the requested change of adding the closing span tag to the element on line 45 was made, and it did not seem to affect the About page visually or functionally.

Just a note for future PRs — you may want to turn off your Prettier linter while working with the Website codebase. This is because although your Prettier was what caused the whitespace removal and not you actively removing it, those removals will still register as a change in the codebase as your version of the about-card-platform.html file is compared to the one on the gh-pages branch. For this issue, it's not so much of a problem, but for other, more complex issues down the road, it can cause merge conflicts when working with other developers. I'll approve and merge this issue this time as the whitespace removals are cosmetic, but just something to keep in mind for next time.

Thank you for completing this issue! 🙌🏼

@adrianang adrianang merged commit a4bcd84 into hackforla:gh-pages Sep 3, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Refactor HTML good first issue Good for newcomers P-Feature: About Us https://www.hackforla.org/about/ role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor HTML: _includes/about-page/about-card-platform.html - Giving
3 participants