Skip to content

Commit 24c91aa

Browse files
Add .NET Foundation membership to homepage (#57)
* Initial plan * Add .NET Foundation membership section to homepage Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: garrytrinder <11563347+garrytrinder@users.noreply.github.com>
1 parent 82c7c0a commit 24c91aa

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

public/logos/dotnet-foundation.svg

Lines changed: 1 addition & 0 deletions
Loading

src/pages/index.astro

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,29 @@ import Layout from '../layouts/Layout.astro';
279279
</div>
280280
</section>
281281

282+
<!-- .NET Foundation membership -->
283+
<section class="py-24 px-6 sm:px-8">
284+
<div class="max-w-4xl mx-auto text-center">
285+
<a
286+
href="https://dotnetfoundation.org/projects/project-detail/dev-proxy"
287+
target="_blank"
288+
rel="noopener"
289+
class="section-reveal inline-flex flex-col sm:flex-row items-center gap-6 sm:gap-8 rounded-2xl border p-8 sm:p-10 transition-all duration-300 hover:border-purple-500/50 hover:shadow-[0_0_40px_rgba(168,85,247,0.1)] no-underline"
290+
style="background: var(--bg-secondary); border-color: var(--border-primary);"
291+
>
292+
<img
293+
src={`${import.meta.env.BASE_URL}logos/dotnet-foundation.svg`}
294+
alt=".NET Foundation logo"
295+
class="h-20 w-20 shrink-0"
296+
/>
297+
<div class="text-center sm:text-left">
298+
<p class="text-lg font-semibold mb-1" style="color: var(--text-primary);">Proud member of the .NET Foundation</p>
299+
<p class="text-sm" style="color: var(--text-muted);">Dev Proxy is a community-maintained open source project supported by the .NET Foundation.</p>
300+
</div>
301+
</a>
302+
</div>
303+
</section>
304+
282305
<!-- Final CTA — bold, cinematic -->
283306
<section class="py-32 px-6 sm:px-8 relative overflow-hidden">
284307
<div class="absolute inset-0 pointer-events-none" aria-hidden="true">

0 commit comments

Comments
 (0)