From 374c6ad868b6fd2f598dc017916809bbad764225 Mon Sep 17 00:00:00 2001 From: Sergiu Waxmann <47978446+sergiuwaxmann@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:34:48 +0200 Subject: [PATCH] Add Ultralytics HUB Cloud Training banner to Docs (#8656) Co-authored-by: Glenn Jocher --- docs/overrides/main.html | 4 ++-- docs/overrides/stylesheets/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 9fa5537e..bc088cee 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -4,9 +4,9 @@ {% block announce %}
- - Ultralytics YOLOv8 Turns One! 🎉 A Year of Breakthroughs and Innovations   ➜ + Introducing Ultralytics HUB Cloud Training! ☁️ Scalable. Simple. Smart.   ➜
{% endblock %} diff --git a/docs/overrides/stylesheets/style.css b/docs/overrides/stylesheets/style.css index 9c58913d..6607002d 100644 --- a/docs/overrides/stylesheets/style.css +++ b/docs/overrides/stylesheets/style.css @@ -51,7 +51,7 @@ div.highlight { /* Update the background of the banner (same as the one on the Ultralytics website) */ .md-banner { - background-image: url(https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/659fc4f4163e480e7ec280d0_banner.webp); + background-image: url(https://uploads-ssl.webflow.com/646dd1f1a3703e451ba81ecc/65e60cd6a4080bba757850a3_banner_ct.webp); background-size: cover; background-position: center; }