diff --git a/README.md b/README.md
index 7e90ece..4c22bac 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,12 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
+
# Platinum Sponsors
diff --git a/docs/README_AR.md b/docs/README_AR.md
index fc9a2d4..5f4790a 100644
--- a/docs/README_AR.md
+++ b/docs/README_AR.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# الرعاة البلاتينيون
diff --git a/docs/README_CN.md b/docs/README_CN.md
index fce435e..81017e1 100644
--- a/docs/README_CN.md
+++ b/docs/README_CN.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# 铂金赞助商
diff --git a/docs/README_DE.md b/docs/README_DE.md
index 6392e20..ca37660 100644
--- a/docs/README_DE.md
+++ b/docs/README_DE.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# Platin-Sponsoren
diff --git a/docs/README_ES.md b/docs/README_ES.md
index 93ff7de..83a6cbc 100644
--- a/docs/README_ES.md
+++ b/docs/README_ES.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# Patrocinadores Platino
diff --git a/docs/README_JP.md b/docs/README_JP.md
index 24c055c..e39f37f 100644
--- a/docs/README_JP.md
+++ b/docs/README_JP.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# プラチナスポンサー
diff --git a/docs/README_RU.md b/docs/README_RU.md
index 7ff5415..3611f24 100644
--- a/docs/README_RU.md
+++ b/docs/README_RU.md
@@ -72,6 +72,11 @@ class MySpider(Spider):
MySpider().start()
```
+
+
+
+
+
# Платиновые спонсоры
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 2c3c512..64bbf2f 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,5 +1,11 @@
{% extends "base.html" %}
+{% block announce %}
+
+
+
+{% endblock %}
+
{% block extrahead %}
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index b174997..1e85760 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -17,4 +17,13 @@
font-family: 'Maple Mono';
font-style: italic;
font-weight: 800;
+}
+
+/* Announcement banner background */
+[data-md-color-scheme="default"] .md-banner {
+ background-color: #232946;
+}
+
+[data-md-color-scheme="slate"] .md-banner {
+ background-color: #141428;
}
\ No newline at end of file
diff --git a/images/DataImpulse.png b/images/DataImpulse.png
new file mode 100644
index 0000000..0c62c3b
Binary files /dev/null and b/images/DataImpulse.png differ
diff --git a/zensical.toml b/zensical.toml
index 0b52de7..e00bb32 100644
--- a/zensical.toml
+++ b/zensical.toml
@@ -77,7 +77,7 @@ logo = "assets/logo.png"
favicon = "assets/favicon.ico"
features = [
"navigation.path",
- "announce.dismiss",
+# "announce.dismiss",
"navigation.top",
"navigation.footer",
"navigation.indexes",