diff --git a/README.md b/README.md index d60422e..ef06817 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,4 @@ Can't code? No problem, open an [issue](https://github.com/lancaster-university/ | St Davids Day | 1st March Yearly | | Europe Day | 9th May Yearly | | Holocaust Awareness Week (dates vary yearly) | Week 23/01/24 - 28/01/24 | +| Ukraine Flag | 23 - 24 Feb | diff --git a/web/config/config.exs b/web/config/config.exs index b41af74..d408fb1 100644 --- a/web/config/config.exs +++ b/web/config/config.exs @@ -41,7 +41,9 @@ config :infolab_light_games, Scheduler, {"0 */1 1 3 *", {Utils.StaticLoader, :display_static, ["wales.png", {Timex.Duration, :from_hours, [1]}]}}, {"0 */1 9 5 *", - {Utils.StaticLoader, :display_static, ["eu.png", {Timex.Duration, :from_hours, [1]}]}} + {Utils.StaticLoader, :display_static, ["eu.png", {Timex.Duration, :from_hours, [1]}]}}, + {"0 */1 23-24 2 *", + {Utils.StaticLoader, :display_static, ["ukraine.png", {Timex.Duration, :from_minutes, [10]}]}} ] # Configures Elixir's Logger diff --git a/web/priv/static_images/ukraine.png b/web/priv/static_images/ukraine.png new file mode 100644 index 0000000..5c3fb46 Binary files /dev/null and b/web/priv/static_images/ukraine.png differ