diff --git a/README.md b/README.md index f5dda7b21..cb744b776 100644 --- a/README.md +++ b/README.md @@ -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. + +[](https://github.com/aws/dotnet-foss) diff --git a/Src/Website/src/css/custom.css b/Src/Website/src/css/custom.css index 144f13451..afe06e5ce 100644 --- a/Src/Website/src/css/custom.css +++ b/Src/Website/src/css/custom.css @@ -200,3 +200,7 @@ h1, h2, h3 { .theme-doc-sidebar-item-category ul { margin-left: 10px; } + +.sponsor { + img { padding: 10px 0; } +} diff --git a/Src/Website/src/pages/index.js b/Src/Website/src/pages/index.js index 1f1a1f226..bf3085fe0 100644 --- a/Src/Website/src/pages/index.js +++ b/Src/Website/src/pages/index.js @@ -50,6 +50,13 @@ export default function Home() {
+
+

Sponsors

+ Special thanks to the .NET on AWS Open Source Software Fund for sponsoring the ongoing development CSharpier. +
+ aws logo +
+
); diff --git a/Src/Website/static/img/aws.png b/Src/Website/static/img/aws.png new file mode 100644 index 000000000..80234a151 Binary files /dev/null and b/Src/Website/static/img/aws.png differ