diff --git a/website_and_docs/data/sponsors.yml b/website_and_docs/data/sponsors.yml index a4182fbacf3a..9e2dc26493a0 100644 --- a/website_and_docs/data/sponsors.yml +++ b/website_and_docs/data/sponsors.yml @@ -1,12 +1,7 @@ -selenium: - # Set to false if no items are present +development: enable: true item: - # Sponsorship start date: April 16, 2024 - - logo: "/images/sponsors/bright-data.png" - url: "https://brightdata.com/?utm_source=brand&utm_campaign=brnd-mkt_partners_selenium" - name: "Bright Data" - # Sponsorship start date: July 30, 2014 - Renewed April 2024 under the "Development" level + # Sponsorship start date: July 30, 2014 - Renewed April 2024 under the "Development" level - logo: "/images/sponsors/browserstack.png" url: "http://www.browserstack.com/automate/?utm_campaign=open-source-sponsor&utm_source=seleniumorg&utm_medium=referral" name: "BrowserStack" @@ -14,6 +9,15 @@ selenium: - logo: "/images/sponsors/saucelabs.png" url: "https://saucelabs.com/resources/topic-hub/selenium?utm_source=selenium&utm_medium=website&utm_campaign=selenium-sponsorship-fy25" name: "Sauce Labs" + +selenium: + # Set to false if no items are present + enable: true + item: + # Sponsorship start date: April 16, 2024 + - logo: "/images/sponsors/bright-data.png" + url: "https://brightdata.com/?utm_source=brand&utm_campaign=brnd-mkt_partners_selenium" + name: "Bright Data" # Sponsorship start date: June 24, 2015, updated July 2023 (only logo, not the agreement) - logo: "/images/sponsors/Digital.ai.jpg" url: "http://bit.ly/36uZ7ad" diff --git a/website_and_docs/layouts/home.html b/website_and_docs/layouts/home.html index 95d4c6274de3..6f1cc5902387 100644 --- a/website_and_docs/layouts/home.html +++ b/website_and_docs/layouts/home.html @@ -2,6 +2,7 @@ {{ with .Content }} {{ . }} +{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "platinum-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "news-feed.html" (dict "regular_pages" $.Site.RegularPages) }} diff --git a/website_and_docs/layouts/partials/development-level-sponsors.html b/website_and_docs/layouts/partials/development-level-sponsors.html new file mode 100644 index 000000000000..412d9bd9e9b4 --- /dev/null +++ b/website_and_docs/layouts/partials/development-level-sponsors.html @@ -0,0 +1,14 @@ +{{ if .Data.sponsors.selenium.enable }} +
+

Development Level Sponsors

+
+
+ {{ range .Data.sponsors.development.item }} +
+ + + +
+ {{ end }} +
+{{ end }} diff --git a/website_and_docs/layouts/partials/footer.html b/website_and_docs/layouts/partials/footer.html index 031b1b91832d..f69a924c294f 100644 --- a/website_and_docs/layouts/partials/footer.html +++ b/website_and_docs/layouts/partials/footer.html @@ -1,5 +1,6 @@ {{/* Avoiding showing extra sections for home page and sponsors */}} {{ if and (ne .Kind "home") (ne .Section "sponsors" ) }} +{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "selenium-container.html" (dict "title" "Support the Selenium Project" "text" "Learn more or view the full list of sponsors." "color_bg" "selenium-cyan" "color_btn" "selenium-white-cyan" "btn_text" "Learn more") }} {{ end }} diff --git a/website_and_docs/layouts/sponsors/list.html b/website_and_docs/layouts/sponsors/list.html index 60b18dfc7e08..3aa700711bc5 100644 --- a/website_and_docs/layouts/sponsors/list.html +++ b/website_and_docs/layouts/sponsors/list.html @@ -2,9 +2,10 @@
- {{ .Content }} + {{ .Content }}
+{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "platinum-level-sponsors.html" (dict "Data" $.Site.Data) }} {{ partial "gold-level-sponsors.html" (dict "Data" $.Site.Data) }} @@ -16,8 +17,9 @@

Sponsoring

- Would you like your company to be listed on this page? Learn more about sponsoring Selenium. -

+ Would you like your company to be listed on this page? Learn more about sponsoring + Selenium. +