Skip to content

Commit

Permalink
Adding callout to the AWS open source software fund
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Sep 24, 2024
1 parent ccc3660 commit d6b4805
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ public class ClassName
See [Development Readme](CONTRIBUTING.md)

Join Us [![Discord](https://img.shields.io/badge/Discord-chat?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/HfAKGEZQcX)

## Sponsors

Special thanks to the [.NET on AWS Open Source Software Fund](https://github.com/aws/dotnet-foss) for sponsoring the ongoing development CSharpier.

[<img src="./Src/Website/static/img/aws.png" style="padding: 10px 0; width: 200px" />](https://github.com/aws/dotnet-foss)
4 changes: 4 additions & 0 deletions Src/Website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@ h1, h2, h3 {
.theme-doc-sidebar-item-category ul {
margin-left: 10px;
}

.sponsor {
img { padding: 10px 0; }
}
7 changes: 7 additions & 0 deletions Src/Website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export default function Home() {
<div className="codeContainer">
<div className="codeExample" />
</div>
<div className="sponsor">
<h2>Sponsors</h2>
Special thanks to the <a href="https://github.com/aws/dotnet-foss">.NET on AWS Open Source Software Fund</a> for sponsoring the ongoing development CSharpier.
<div>
<a href="https://github.com/aws/dotnet-foss"><img src="/img/aws.png" alt="aws logo" /></a>
</div>
</div>
</main>
</Layout>
);
Expand Down
Binary file added Src/Website/static/img/aws.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6b4805

Please sign in to comment.