Skip to content

SDG 8: Rename and replace image with correct color one#4554

Merged
Adastros merged 1 commit intohackforla:gh-pagesfrom
aaronweixiangli:replace-img-color-4256
Apr 25, 2023
Merged

SDG 8: Rename and replace image with correct color one#4554
Adastros merged 1 commit intohackforla:gh-pagesfrom
aaronweixiangli:replace-img-color-4256

Conversation

@aaronweixiangli
Copy link
Member

Fixes #4256

What changes did you make and why did you make them ?

  • In the assets/images/sdg directory, delete decent-work.svg
  • From the HackforLA.org website drive's HackforLA.org website/SDG/SDG images folder, download the following svg: E-WEB-Goal-08.svg
  • Add the svg you just downloaded into the assets/images/sdg directory
  • Rename that svg so that it becomes sdg8.svg
  • In _includes/about-page/about-card-sustainability.html, update the path to the SVG you just added by changing
<img src="/assets/images/sdg/decent-work.svg" alt="8 Decent Work and Economic Growth" />

to

<img src="/assets/images/sdg/sdg8.svg" alt="8 Decent Work and Economic Growth" />

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied

image

Visuals after changes are applied

image

After replacing 'decent-work.svg' with 'sdg8.svg', I'm not seeing any visible changes. Please let me know if this is the expected outcome.

@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 aaronweixiangli-replace-img-color-4256 gh-pages
git pull https://github.com/aaronweixiangli/website.git replace-img-color-4256

@github-actions github-actions bot added role: front end Tasks for front end developers P-Feature: About Us https://www.hackforla.org/about/ Complexity: Small Take this type of issues after the successful merge of your second good first issue size: 0.25pt Can be done in 0.5 to 1.5 hours p-feature: SDGs SDGs wherever they appear on the site (they all use a color library, set of icons, etc.) labels Apr 21, 2023
@chrismenke45
Copy link
Member

Review ETA:
4/23 EOD

@mjshelton12 mjshelton12 self-requested a review April 22, 2023 04:02
@mjshelton12
Copy link
Member

Availability: M-F 9am-1pm
ETA: EOD 4/21/23

Copy link
Member

@mjshelton12 mjshelton12 left a comment

Choose a reason for hiding this comment

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

Excellent work! Your issue is set up perfectly with the link to the issue, correct branches, clear explanation of what you did/why, and effective photos. By the way, there is a change in the image it's just very subtle. The color is slightly different, the font is smaller, and the arrow chart thing is a slightly different size. I only noticed when I brought it up in docker and compared to the live site by clicking back and forth.

Anyway, excellent work! Very clean and effective code!

@chrismenke45
Copy link
Member

My apologies, I will need to update my review ETA to tomorrow: 4/24 EOD

Copy link
Member

@KazushiR KazushiR left a comment

Choose a reason for hiding this comment

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

@aaronweixiangli Hello, I don't remember assignee myself this particular PR so I apologize for the delay. I have looked over the PR and everything seems to be good!

Copy link
Member

@chrismenke45 chrismenke45 left a comment

Choose a reason for hiding this comment

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

Nice work @aaronweixiangli! All the required changes have been made and it looks great. Thank you for making the changes from your previous PR.

@Adastros
Copy link
Member

Hi @aaronweixiangli, good job on completing the issue! As @mjshelton12 mentioned, the visual changes are subtle and may not be apparent.

The following are things I noticed when reviewing the issue prior to merging, do not affect the status of this merge, and may need an emergent request:

  • It seems that sdg-la.svg and the sdg link below it are not positioned closely together. Per the Figma wire frame, they should be. Looking at the project board, it doesn't seem like we have an issue to address this.
Current State

image

Figma Design

image

Current State - Firefox

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: About Us https://www.hackforla.org/about/ p-feature: SDGs SDGs wherever they appear on the site (they all use a color library, set of icons, etc.) 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.

SDG 8: Rename and replace image with correct color one

5 participants