Skip to content

Commit 200332b

Browse files
authored
Adding Progress Telerik as a corporate sponsor (#202)
1 parent fd6ca38 commit 200332b

File tree

7 files changed

+63
-4
lines changed

7 files changed

+63
-4
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
# bUnit - a testing library for Blazor components
77

8+
<a href="https://www.telerik.com/campaigns/blazor/free-trial-1?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message"><img align="right" width="200" src="https://bunit.egilhansen.com/sponsors/progress-blazor-300x250.png" alt="Telerik UI for Blazor – Get 40+ native Blazor UI components to build high-performing web apps. Give it a try" /></a>
9+
10+
*Sponsored message: Telerik UI for Blazor – Get 40+ native Blazor UI components to build high-performing web apps. [Give it a try](https://www.telerik.com/campaigns/blazor/free-trial-1?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-readme-sponsored-message).*
11+
812
**bUnit** is a testing library for Blazor Components. Its goal is to make it easy to write _comprehensive, stable unit tests_. You can:
913

1014
- Setup and define components under tests using C# or Razor syntax
@@ -36,7 +40,9 @@ To get started, head to the [getting started documentation](https://bunit.egilha
3640

3741
A hugh thank you to the [sponsors of my work with bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
3842

39-
- [Hassan Rezk Habib (@hassanhabib)](https://github.com/hassanhabib)
43+
<a src="https://github.com/Progress-Telerik"><img src="https://avatars3.githubusercontent.com/u/57092419?s=460&u=fd421a2b423c3cad85866976935df3d4bec2ace3&v=4" alt="@Progress-Telerik" width="40" height="40" /></a><br/>[Progress-Telerik](https://github.com/Progress-Telerik)
44+
45+
<a src="https://github.com/hassanhabib"><img src="https://avatars0.githubusercontent.com/u/1453985?s=460&v=4" alt="Hassan Rezk Habib (@hassanhabib)" width="40" height="40" /></a><br/>[Hassan Rezk Habib (@hassanhabib)](https://github.com/hassanhabib)
4046

4147
## Milestones to v1.0.0
4248

docs/logos/test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

docs/site/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
".nojekyll",
4242
"site.webmanifest",
4343
"*.png",
44-
"CNAME"
44+
"CNAME",
45+
"sponsors/**"
4546
]
4647
}
4748
],

docs/site/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ bUnit is available on NuGet in various incarnations. If you are using xUnit as y
4949

5050
A hugh thank you to the [sponsors of my work with bUnit](https://github.com/sponsors/egil). The higher tier sponsors are:
5151

52-
- [Hassan Rezk Habib (@hassanhabib)](https://github.com/hassanhabib)
52+
<a src="https://github.com/Progress-Telerik"><img src="https://avatars3.githubusercontent.com/u/57092419?s=460&u=fd421a2b423c3cad85866976935df3d4bec2ace3&v=4" alt="@Progress-Telerik" width="40" height="40" /></a><br/>[Progress-Telerik](https://github.com/Progress-Telerik)
53+
54+
<a src="https://github.com/hassanhabib"><img src="https://avatars0.githubusercontent.com/u/1453985?s=460&v=4" alt="Hassan Rezk Habib (@hassanhabib)" width="40" height="40" /></a><br/>[Hassan Rezk Habib (@hassanhabib)](https://github.com/hassanhabib)
5355

5456
## Milestones to v1.0.0
5557

8.48 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2+
3+
<div class="hidden-sm col-md-2" role="complementary">
4+
<div class="sideaffix">
5+
<div class="sponsor-highlight">
6+
<a href="https://www.telerik.com/campaigns/blazor/free-trial-1?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-bunit-sponsored-message">
7+
<img width="200" src="/sponsors/progress-blazor-300x250.png" alt="Telerik UI for Blazor – Get 40+ native Blazor UI components to build high-performing web apps. Give it a try" />
8+
</a>
9+
<p>
10+
<i>Telerik UI for Blazor – Get 40+ native Blazor UI components to build high-performing web apps.
11+
<a href="https://www.telerik.com/campaigns/blazor/free-trial-1?utm_source=egilhansen&utm_medium=cpm&utm_campaign=blazor-trial-bunit-sponsored-message">Give it a try</a>.</i>
12+
</p>
13+
</div>
14+
15+
{{^_disableContribution}}
16+
<div class="contribution">
17+
<ul class="nav">
18+
{{#docurl}}
19+
<li>
20+
<a href="{{docurl}}" class="contribution-link">{{__global.improveThisDoc}}</a>
21+
</li>
22+
{{/docurl}}
23+
{{#sourceurl}}
24+
<li>
25+
<a href="{{sourceurl}}" class="contribution-link">{{__global.viewSource}}</a>
26+
</li>
27+
{{/sourceurl}}
28+
</ul>
29+
</div>
30+
{{/_disableContribution}}
31+
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
32+
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
33+
</nav>
34+
</div>
35+
</div>

docs/site/templates/bunit/styles/main.css

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,18 @@ h1 a h2 a, h3 a, h4 a, h5 a, h6 a {
134134

135135
footer small {
136136
font-size: 0.9rem;
137-
}
137+
}
138+
139+
.sponsor-highlight {
140+
width: 200px;
141+
text-align: center;
142+
font-size: 14px;
143+
/* font-weight: 500; */
144+
border-bottom: 1px solid #cccccc5c;
145+
padding-bottom: 1rem;
146+
margin-bottom: 1rem;
147+
}
148+
149+
.sponsor-highlight p {
150+
padding-top: 1rem;
151+
}

0 commit comments

Comments
 (0)