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

Add SDG color variables: 2-5, 8-11, 13, 16, 17 #4233

Closed
4 of 5 tasks
Tracked by #4153 ...
JessicaLucindaCheng opened this issue Mar 22, 2023 · 4 comments · Fixed by #4404
Closed
4 of 5 tasks
Tracked by #4153 ...

Add SDG color variables: 2-5, 8-11, 13, 16, 17 #4233

JessicaLucindaCheng opened this issue Mar 22, 2023 · 4 comments · Fixed by #4404
Assignees
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue 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
Milestone

Comments

@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Mar 22, 2023

Overview

We need to add the SDG (Sustainable Development Goal) colors to our repo so we can use these colors with their corresponding, matching SDG icons.

Action Items

  • In the _sass/variables, create a new file: _colors-sdg.scss
  • In the file you just created, add the following:
/**
 * Sustainable Development Goal (SDG) Colors
 *
 * The hex color values for these variables match the SDG color icons provided by the United Nations (UN).
 * These hex values are from the last the page in the SDG Guidelines provided by the UN:
 * https://www.un.org/sustainabledevelopment/wp-content/uploads/2019/01/SDG_Guidelines_AUG_2019_Final.pdf
 */

$color-sdg2: #DDA63A;
$color-sdg3: #4C9F38;
$color-sdg4: #C5192D;
$color-sdg5: #FF3A21;
$color-sdg8: #A21942;
$color-sdg9: #FD6925;
$color-sdg10: #DD1367;
$color-sdg11: #FD9D24;
$color-sdg13: #3F7E44;
$color-sdg16: #00689D;
$color-sdg17: #19486A;
  • In the _sass/main.scss, under the General Settings and Utilities section, add this:
@import 'variables/colors-sdg';

Merge Team, Technical Lead, or Product Manager

  • Once the pull request associated with this issue is merged, go to each of the following issues and check if all the issues/dependencies listed under the Dependency section are closed or checked off. If the dependencies are all closed or checked, move those issues into the New Issue Approval column, remove the Dependency label on it, and add a ready for dev lead label to it.

Resources/Instructions

@JessicaLucindaCheng JessicaLucindaCheng added role: front end Tasks for front end developers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) Complexity: Small Take this type of issues after the successful merge of your second good first issue Draft Issue is still in the process of being created size: 0.25pt Can be done in 0.5 to 1.5 hours labels Mar 22, 2023
@ExperimentsInHonesty ExperimentsInHonesty added this to the 05. Know HFLA milestone Mar 23, 2023
@ExperimentsInHonesty ExperimentsInHonesty added the p-feature: SDGs SDGs wherever they appear on the site (they all use a color library, set of icons, etc.) label Mar 23, 2023
@JessicaLucindaCheng

This comment was marked as resolved.

@github-actions

This comment was marked as resolved.

@JessicaLucindaCheng JessicaLucindaCheng removed Status: Help Wanted Internal assistance is required to make progress Blockers labels Mar 29, 2023
@JessicaLucindaCheng JessicaLucindaCheng changed the title SDG 11: Add SDG color Add SDG color variables Mar 29, 2023
@JessicaLucindaCheng JessicaLucindaCheng removed the Draft Issue is still in the process of being created label Mar 30, 2023
@JessicaLucindaCheng JessicaLucindaCheng removed their assignment Mar 30, 2023
@JessicaLucindaCheng JessicaLucindaCheng changed the title Add SDG color variables Add SDG 2-5, 8-11, 13, 16, 17 color variables Mar 30, 2023
@JessicaLucindaCheng JessicaLucindaCheng changed the title Add SDG 2-5, 8-11, 13, 16, 17 color variables Add SDG color variables: 2-5, 8-11, 13, 16, 17 Mar 30, 2023
@JessicaLucindaCheng JessicaLucindaCheng changed the title Add SDG color variables: 2-5, 8-11, 13, 16, 17 Add SDG color variables: 2-5, 8-11, 13, 16, 17 Mar 30, 2023
@JessicaLucindaCheng JessicaLucindaCheng removed the P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) label Mar 30, 2023
@StephenTheDev1001 StephenTheDev1001 self-assigned this Apr 4, 2023
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

Hi @StephenTheDev1001, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@StephenTheDev1001
Copy link
Contributor

StephenTheDev1001 commented Apr 4, 2023

Availability: Sun-Thrus 3pm-7pm PDT.
ETA: Apr 6th

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: 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
3 participants