Skip to content

Commit

Permalink
feat: guy fawkes bonfire night fire gif
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 authored Oct 11, 2023
1 parent 4ac8f40 commit 0ef0df6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Can't code? No problem, open an [issue](https://github.com/lancaster-university/
| ----------------- | ----------- |
| Pride Month | June Yearly |
| Halloween | 31st October Yearly |
| Bonfire Night | 5th November Yearly |
| LU LGBT+ Society | Monday Evening 17:00 - 20:00 |
| LU Hack Society | Friday Evening 17:00 - 19:00 |
| Baby Loss Awareness Week (dates varies yearly) | 09/10/23 - 15/10/23 |
4 changes: 3 additions & 1 deletion web/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ config :infolab_light_games, Scheduler,
{"0 */1 9-15 10 *",
{Utils.StaticLoader, :display_static, ["infolab-babyloss.gif", {Timex.Duration, :from_hours, [1]}]}},
{"0 */1 31 10 *",
{Utils.StaticLoader, :display_static, ["halloween_pumpkin.gif", {Timex.Duration, :from_hours, [1]}]}}
{Utils.StaticLoader, :display_static, ["halloween_pumpkin.gif", {Timex.Duration, :from_hours, [1]}]}},
{"0 */1 5 11 *",
{Utils.StaticLoader, :display_static, ["fire.gif", {Timex.Duration, :from_hours, [1]}]}}
]

# Configures Elixir's Logger
Expand Down
Binary file added web/priv/static_images/fire.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ef0df6

Please sign in to comment.