Skip to content

Commit 41bb63a

Browse files
authored
Add company sponsors (#352)
* Add company sponsors * Add loadview and dotcom-monitor * styles
1 parent 35e9e0a commit 41bb63a

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,10 @@ table {
210210
}
211211
}
212212
}
213+
214+
.sponsor-logo {
215+
max-height: 64px;
216+
max-width: 255px;
217+
padding: 15px;
218+
vertical-align: middle;
219+
}

src/pages/index.js

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function Home() {
110110
<section className={clsx(styles.openCollective, 'padding-vert--lg padding-horiz--md')}>
111111
<h2>Meet Our Sponsors</h2>
112112

113-
<p>Pester is sponsored by all the great folks on OpenCollective, GitHub and the DevOps Collective.</p>
113+
<p>Pester is sponsored by all the great folks on OpenCollective and GitHub Sponsors.</p>
114114

115115
<p>Become a financial contributor and help us sustain our community.</p>
116116

@@ -126,7 +126,20 @@ function Home() {
126126
<h3>Organizations</h3>
127127

128128
<a href="https://opencollective.com/pester#sponsors" target="_blank">
129-
<img src="https://opencollective.com/pester/sponsors.svg" />
129+
<img src="https://opencollective.com/pester/sponsors.svg" class="sponsor-logo" />
130+
</a>
131+
132+
<a href="https://chocolatey.org/">
133+
<img src="https://chocolatey.org/assets/images/global-shared/logo-square.svg" class="sponsor-logo" />
134+
</a>
135+
<a href="https://www.lambdatest.com/" target="_blank">
136+
<img src="https://www.lambdatest.com/blue-logo.png" class="sponsor-logo" />
137+
</a>
138+
<a href="https://www.dotcom-monitor.com/" target="_blank">
139+
<img src="img/sponsors/dotcom-monitor-logo.png" class="sponsor-logo" />
140+
</a>
141+
<a href="https://www.loadview-testing.com/" target="_blank">
142+
<img src="img/sponsors/loadview-logo.png" class="sponsor-logo" />
130143
</a>
131144
</div>
132145
</section>
12.5 KB
Loading
10.8 KB
Loading

0 commit comments

Comments
 (0)