From 3a4aa7cd0d427db69ab752a837380b3f2b8aa7d7 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 1 Mar 2026 20:13:49 +0530 Subject: [PATCH 1/2] gitignore: Ignore opencode.json --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e36d813..582deec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules /dist +opencode.json From a497f19eb22ddcd4a73fab1f6a544047909e1272 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sun, 1 Mar 2026 20:07:10 +0530 Subject: [PATCH 2/2] Update the sponsorship page --- .astro/content.d.ts | 2 +- .astro/settings.json | 2 +- .astro/types.d.ts | 1 - src/components/ConferenceSections.astro | 37 +++++++--- src/components/SiteHeader.astro | 4 +- src/pages/sponsors.astro | 95 +++++++++++++++++++++++++ src/styles/global.css | 6 ++ 7 files changed, 133 insertions(+), 14 deletions(-) create mode 100644 src/pages/sponsors.astro diff --git a/.astro/content.d.ts b/.astro/content.d.ts index 96b2fc3..c0082cc 100644 --- a/.astro/content.d.ts +++ b/.astro/content.d.ts @@ -194,6 +194,6 @@ declare module 'astro:content' { LiveContentConfig['collections'][C]['loader'] >; - export type ContentConfig = typeof import("./../src/content.config.mjs"); + export type ContentConfig = typeof import("../src/content.config.mjs"); export type LiveContentConfig = never; } diff --git a/.astro/settings.json b/.astro/settings.json index 310059b..083f9b5 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,5 @@ { "_variables": { - "lastUpdateCheck": 1771186367807 + "lastUpdateCheck": 1772355297781 } } \ No newline at end of file diff --git a/.astro/types.d.ts b/.astro/types.d.ts index 03d7cc4..f964fe0 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -1,2 +1 @@ /// -/// \ No newline at end of file diff --git a/src/components/ConferenceSections.astro b/src/components/ConferenceSections.astro index 2648d21..503b266 100644 --- a/src/components/ConferenceSections.astro +++ b/src/components/ConferenceSections.astro @@ -72,15 +72,31 @@
-
+

Sponsors

Partner with Rust India

Reach a concentrated audience of Rust developers and engineering leaders through curated sponsor slots.

-
- Reach Out To Sponsor + +
+
+

Platinum Sponsor

+

Exclusive speaking slot, prominent logo placement, booth space, and featured mention in all communications.

+
+
+

Gold Sponsor

+

Dedicated booth space, logo on event materials, and inclusion in sponsor announcements.

+
+
+

Silver Sponsor

+

Logo on website and event materials, and recognition during conference.

+
+
+ +
-
- Hiring spotlight - Booth and demos - Branded lounges - Talk sponsorship - Community grants +
+

Sponsor Benefits

+
+ Hiring spotlight + Booth and demos + Branded lounges + Talk sponsorship + Community grants +
diff --git a/src/components/SiteHeader.astro b/src/components/SiteHeader.astro index 803bf9f..a0ee7de 100644 --- a/src/components/SiteHeader.astro +++ b/src/components/SiteHeader.astro @@ -7,9 +7,9 @@
@@ -17,11 +17,11 @@ Menu -
diff --git a/src/pages/sponsors.astro b/src/pages/sponsors.astro new file mode 100644 index 0000000..5fc134e --- /dev/null +++ b/src/pages/sponsors.astro @@ -0,0 +1,95 @@ +--- +import BaseLayout from "../layouts/BaseLayout.astro"; +import SiteHeader from "../components/SiteHeader.astro"; +--- + + + + +
+
+

Sponsor Rust India Conference 2026

+ +

+ Partner with Rust India to reach a concentrated audience of Rust developers and engineering leaders. + Our curated sponsorship opportunities provide visibility and direct engagement with the Rust community in Bengaluru. +

+ +
+
+

Ferris/Platinum

+

+ The highest level of sponsorship, offering maximum visibility and engagement opportunities. +

+ Become a Ferris/Platinum Sponsor +
+ +
+

Cargo/Gold

+

+ Support our conference with prominent visibility and community engagement. +

+ e6data + Become a Cargo/Gold Sponsor +
+
+ +
+
+

Oxide/Silver

+

+ Help us create an exceptional experience for attendees with targeted support. +

+ LaserData + Become an Oxide/Silver Sponsor +
+ +
+

Bronze

+

+ Show your support for the Rust community. +

+ Become a Bronze Sponsor +
+
+ +
+

Additional Sponsorship Opportunities

+
+
+

T-shirt Sponsor

+

Sponsor the conference t-shirts worn by all attendees.

+
+
+

Live-stream Sponsor

+

Support our live-streaming efforts to reach a global audience.

+
+
+

Coffee Sponsor (per session)

+

Keep attendees energized with coffee during sessions.

+
+
+

Diversity Scholarship Sponsor

+

Help make the conference accessible to underrepresented communities.

+
+
+
+ +
+

Ready to partner with us?

+ Email Us to Sponsor +
+
+
+ + +
\ No newline at end of file diff --git a/src/styles/global.css b/src/styles/global.css index 93795a7..c0acd93 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -226,10 +226,16 @@ input:focus-visible { border-radius: 999px; font-size: 0.94rem; font-weight: 600; + background: transparent; + color: var(--color-rust-50); + border: 1px solid rgb(197 214 232 / 0.2); } .cta-button:hover { transform: translateY(-1px); + background: var(--color-rust-400); + color: #111820; + box-shadow: 0 10px 18px rgb(232 155 75 / 0.3); } .sponsor-cta {