djbowen95 / Come-Rain-or-Shine

Vibrant daily weather forecast that presents data from the OpenWeather API in a responsive front-end. Built in HTML, CSS and JavaScript, with CSS Flexbox and CSS Grid. Work in progress.
https://djbowen95.github.io/Come-Rain-or-Shine/
0 stars 0 forks source link

Create unique icons for night time weather #6

Open djbowen95 opened 1 year ago

djbowen95 commented 1 year ago

HELP WANTED: This is a graphic editing task rather than a developer task - its not particularly big and something I can do myself at some point, but is just not a priority / open to a PR if somebody else wants to help out!

OUTLINE: In the next version, Come Rain or Shine is going to use this icon pack by Good Ware at Flat Icon. The pack has unique icons for every weather condition that the Open Weather API provides a icon id code for, except for night time rain. While I can use the neutral/daytime rain icon - I would really like unique icons for these two weather options (id codes 09n and 10n).

This is a simple graphic design / image editing task with two parts:

  1. 10n: moderate/heavy rain - night: Recolour the rain icon using the blue cloud palette colours. This might need a shadow/outline added to the bottom of the cloud, to separate it from the raindrops.
  2. 09n: shower rain - night: Take the image created for 10n and layer the moon behind it.

These images then need to replace 09n.png and 10n.png in the repository; a note should also be added to the ICON markdown file to say this has been done.

TASKS:

Let me know if you want do this / open a branch / put through a pull request!

djbowen95 commented 1 year ago

Two quick notes.

./docs/ICONS.md currently only exists on the integrate-new-front-end branch of the project. I think I should be merging this today though.

And... I know this is a really trivial task that I could have probably done in the time it took me to type this up, I just wanted the practice of describing a task for somebody else to do.