Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ce0ed15

Browse files
Create new development sponsors level (#1713)
[deploy site]
1 parent 6ce9ec1 commit ce0ed15

File tree

5 files changed

+32
-10
lines changed

5 files changed

+32
-10
lines changed

‎website_and_docs/data/sponsors.yml‎

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
selenium:
2-
# Set to false if no items are present
1+
development:
32
enable: true
43
item:
5-
# Sponsorship start date: April 16, 2024
6-
- logo: "/images/sponsors/bright-data.png"
7-
url: "https://brightdata.com/?utm_source=brand&utm_campaign=brnd-mkt_partners_selenium"
8-
name: "Bright Data"
9-
# Sponsorship start date: July 30, 2014 - Renewed April 2024 under the "Development" level
4+
# Sponsorship start date: July 30, 2014 - Renewed April 2024 under the "Development" level
105
- logo: "/images/sponsors/browserstack.png"
116
url: "http://www.browserstack.com/automate/?utm_campaign=open-source-sponsor&utm_source=seleniumorg&utm_medium=referral"
127
name: "BrowserStack"
138
# Sponsorship start date: August 23, 2014 - Renewed April 2024 under the "Development" level
149
- logo: "/images/sponsors/saucelabs.png"
1510
url: "https://saucelabs.com/resources/topic-hub/selenium?utm_source=selenium&utm_medium=website&utm_campaign=selenium-sponsorship-fy25"
1611
name: "Sauce Labs"
12+
13+
selenium:
14+
# Set to false if no items are present
15+
enable: true
16+
item:
17+
# Sponsorship start date: April 16, 2024
18+
- logo: "/images/sponsors/bright-data.png"
19+
url: "https://brightdata.com/?utm_source=brand&utm_campaign=brnd-mkt_partners_selenium"
20+
name: "Bright Data"
1721
# Sponsorship start date: June 24, 2015, updated July 2023 (only logo, not the agreement)
1822
- logo: "/images/sponsors/Digital.ai.jpg"
1923
url: "http://bit.ly/36uZ7ad"

‎website_and_docs/layouts/home.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
{{ with .Content }}
33
{{ . }}
44

5+
{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }}
56
{{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }}
67
{{ partial "platinum-level-sponsors.html" (dict "Data" $.Site.Data) }}
78
{{ partial "news-feed.html" (dict "regular_pages" $.Site.RegularPages) }}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{{ if .Data.sponsors.selenium.enable }}
2+
<div class="row justify-content-center p-5">
3+
<h2 class="selenium text-center">Development Level Sponsors</h2>
4+
</div>
5+
<div class="row justify-content-around pt-4 pb-5 px-5">
6+
{{ range .Data.sponsors.development.item }}
7+
<div class="col-lg-3 col-md-6 mb-4 mb-lg-0 align-self-center px-5 py-3">
8+
<a href="{{ .url }}" class="border-0">
9+
<img class="w-100 shadow-1-strong rounded selenium-backer-logo" src="{{ .logo }}" alt="{{ .name }}" />
10+
</a>
11+
</div>
12+
{{ end }}
13+
</div>
14+
{{ end }}

‎website_and_docs/layouts/partials/footer.html‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{/* Avoiding showing extra sections for home page and sponsors */}}
22
{{ if and (ne .Kind "home") (ne .Section "sponsors" ) }}
3+
{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }}
34
{{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }}
45
{{ 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") }}
56
{{ end }}

‎website_and_docs/layouts/sponsors/list.html‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
<a class="td-offset-anchor"></a>
44
<div class="td-content">
5-
{{ .Content }}
5+
{{ .Content }}
66
</div>
77

8+
{{ partial "development-level-sponsors.html" (dict "Data" $.Site.Data) }}
89
{{ partial "selenium-level-sponsors.html" (dict "Data" $.Site.Data) }}
910
{{ partial "platinum-level-sponsors.html" (dict "Data" $.Site.Data) }}
1011
{{ partial "gold-level-sponsors.html" (dict "Data" $.Site.Data) }}
@@ -16,8 +17,9 @@
1617
<div class="card-body">
1718
<h2 class="card-title">Sponsoring</h2>
1819
<p class="card-text pb-4 w-lg-75">
19-
Would you like your company to be listed on this page? <a href="/sponsor">Learn more about sponsoring Selenium.</a>
20-
</p>
20+
Would you like your company to be listed on this page? <a href="/sponsor">Learn more about sponsoring
21+
Selenium.</a>
22+
</p>
2123
</div>
2224
</div>
2325
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /