diff --git a/README.md b/README.md index de779c7..0bb51a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Sammy Ofer Notification Bot 🤖 + +[!["Buy Me A Coffee"](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&style=plastic)](https://www.buymeacoffee.com/drehelis) ![Telegram](https://img.shields.io/endpoint?color=neon&style=plastic&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fsammy_ofer_notification_channel) + ## Description A small time scheduled (cron) _web-scraper_ to notify of upcoming game events taking place in [Sammy Ofer Stadium](https://www.haifa-stadium.com/ "Sammy Ofer Stadium"). diff --git a/assets/templates/static_page.jinja2 b/assets/templates/static_page.jinja2 index 6ea0d2c..2c600ad 100644 --- a/assets/templates/static_page.jinja2 +++ b/assets/templates/static_page.jinja2 @@ -1,8 +1,13 @@ {% macro notification_channel() %} - - - Sammy Ofer Notification Channel - +
+ + + Sammy Ofer Notification Channel + + + Buy Me A Coffee + +
{% endmacro -%}