Skip to content

Commit 0103bba

Browse files
mrleeioclaude
andcommitted
feat(sponsors): add dedicated sponsorship page with packages and contact options
- Create new sponsors.html page showcasing Gold and Silver packages - Add pricing and benefits for each sponsorship tier - Include email contact options for users without GitHub accounts - Add "Become a Sponsor" button to navbar with gold/warning styling - Update all sponsor buttons to link to new sponsors page - Add email fallback links on index and sponsors pages - Style Gold sponsor buttons with warning/gold color - Style Silver sponsor buttons with secondary/silver color - Ensure consistent sponsor branding across all pages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 89a36c9 commit 0103bba

File tree

4 files changed

+153
-3
lines changed

4 files changed

+153
-3
lines changed

_includes/nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<li class="nav-item">
1313
<a class="nav-link {% if page.url == '/companies.html' %}active{% endif %}" href="{{ site.baseurl }}/companies.html">Get a Ruby Job</a>
1414
</li>
15+
<li class="nav-item d-lg-none">
16+
<a class="btn btn-sm btn-warning d-block my-2" href="{{ site.baseurl }}/sponsors.html">Become a Sponsor</a>
17+
</li>
1518
<li class="nav-item d-lg-none">
1619
<a class="btn btn-sm btn-danger d-block my-2" aria-current="page" target="_blank" href="https://lu.ma/vanruby">Join VanRuby</a>
1720
</li>
@@ -22,6 +25,7 @@
2225
</svg>
2326
</button>
2427

28+
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-sm btn-warning ms-2 d-none d-lg-block">Become a Sponsor</a>
2529
<a href="https://lu.ma/vanruby" target="_blank" class="btn btn-sm btn-danger ms-2 d-none d-lg-block">Join VanRuby</a>
2630
</div>
2731
</div>

companies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 class="mb-3">
6363
</table>
6464
</div>
6565
<p class="text-center mt-3">
66-
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-primary">Become a Sponsor</a>
66+
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-warning">Become a Sponsor</a>
6767
</p>
6868
</div>
6969
{% endif %}

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ <h5 class="card-title">Engaging Speakers</h5>
3131
Ruby. You could be next!</p>
3232
<a href="https://github.com/vanruby/talks/issues/new?template=talk.yml" target="_blank"
3333
class="btn btn-secondary mt-auto">Submit a talk</a>
34+
<p class="text-center mt-3 mb-0">
35+
<small>No GitHub account? <a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Talk Submission">Email us instead</a></small>
36+
</p>
3437
</div>
3538
</div>
3639
</div>
@@ -40,8 +43,10 @@ <h5 class="card-title">Engaging Speakers</h5>
4043
<h5 class="card-title">Community Driven</h5>
4144
<p class="card-text">VanRuby would not exist without support from our sponsors. If your school or business could
4245
benefit from connecting with our community, we would love to hear from you.</p>
43-
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank"
44-
class="btn btn-secondary mt-auto">Become a sponsor</a>
46+
<a href="{{ site.baseurl }}/sponsors.html" class="btn btn-warning mt-auto">Become a sponsor</a>
47+
<p class="text-center mt-3 mb-0">
48+
<small>No GitHub account? <a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Sponsorship">Email us instead</a></small>
49+
</p>
4550
</div>
4651
</div>
4752
</div>

sponsors.html

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
---
2+
layout: layout
3+
title: "Sponsorship Packages - VanRuby"
4+
---
5+
6+
<div class="container my-5">
7+
<div class="text-center mb-5">
8+
<h1 class="display-4 fw-bold">Sponsorship Packages</h1>
9+
<p class="lead text-muted">Support Vancouver's Ruby community and connect with talented developers</p>
10+
</div>
11+
12+
<div class="row g-5 mb-5">
13+
<!-- Gold Sponsorship -->
14+
<div class="col-lg-6">
15+
<div class="card h-100 border-warning">
16+
<div class="card-header bg-warning text-dark">
17+
<h2 class="card-title mb-0">Gold</h2>
18+
</div>
19+
<div class="card-body d-flex flex-column">
20+
<h3 class="text-warning mb-3">$3000</h3>
21+
<h4 class="h5 mb-3">Sponsor for entire year (12 meetups)</h4>
22+
23+
<ul class="list-unstyled mb-4">
24+
<li class="mb-3">
25+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
26+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
27+
</svg>
28+
A thank you and blurb about your company included in all event marketing materials (social, website, etc)
29+
</li>
30+
<li class="mb-3">
31+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
32+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
33+
</svg>
34+
A thank you before each meetup and opportunity for your representative to speak for 2 minutes to attendees
35+
</li>
36+
<li class="mb-3">
37+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
38+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
39+
</svg>
40+
Your logo on a thank you slide before the presentations
41+
</li>
42+
<li class="mb-3">
43+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
44+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
45+
</svg>
46+
Your logo and link to your website from the sponsors page on vanruby.ca website as Gold sponsor
47+
</li>
48+
</ul>
49+
50+
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-warning btn-lg mt-auto">Become a Gold Sponsor</a>
51+
<p class="text-center mt-3 mb-0">
52+
<small>No GitHub account? <a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Gold Sponsorship">Email us instead</a></small>
53+
</p>
54+
</div>
55+
</div>
56+
</div>
57+
58+
<!-- Silver Sponsorship -->
59+
<div class="col-lg-6">
60+
<div class="card h-100 border-secondary">
61+
<div class="card-header bg-secondary text-white">
62+
<h2 class="card-title mb-0">Silver</h2>
63+
</div>
64+
<div class="card-body d-flex flex-column">
65+
<h3 class="text-secondary mb-3">$300</h3>
66+
<h4 class="h5 mb-3">Sponsor 1 meetup</h4>
67+
68+
<ul class="list-unstyled mb-4">
69+
<li class="mb-3">
70+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
71+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
72+
</svg>
73+
A thank you and blurb about your company included in the sponsored event marketing materials (social, website, etc)
74+
</li>
75+
<li class="mb-3">
76+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
77+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
78+
</svg>
79+
A thank you before the sponsored meetup and opportunity for your representative to speak for 2 minutes to attendees
80+
</li>
81+
<li class="mb-3">
82+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
83+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
84+
</svg>
85+
Your logo on a thank you slide before the presentation
86+
</li>
87+
<li class="mb-3">
88+
<svg class="bi text-success me-2" width="1em" height="1em" fill="currentColor">
89+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#check-circle-fill"></use>
90+
</svg>
91+
Your logo and link to your website from the sponsors page on vanruby.ca website as Silver sponsor
92+
</li>
93+
</ul>
94+
95+
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-secondary btn-lg mt-auto">Become a Silver Sponsor</a>
96+
<p class="text-center mt-3 mb-0">
97+
<small>No GitHub account? <a href="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Silver Sponsorship">Email us instead</a></small>
98+
</p>
99+
</div>
100+
</div>
101+
</div>
102+
</div>
103+
104+
<div class="text-center my-5">
105+
<h3 class="mb-4">Why Sponsor VanRuby?</h3>
106+
<div class="row g-4">
107+
<div class="col-md-4">
108+
<div class="icon-square text-body-emphasis fs-4 mb-3">
109+
<svg class="bi" width="1em" height="1em" fill="currentColor">
110+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#people"></use>
111+
</svg>
112+
</div>
113+
<h4>Reach 3000+ Developers</h4>
114+
<p class="text-muted">Connect with Vancouver's largest Ruby community</p>
115+
</div>
116+
<div class="col-md-4">
117+
<div class="icon-square text-body-emphasis fs-4 mb-3">
118+
<svg class="bi" width="1em" height="1em" fill="currentColor">
119+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#briefcase"></use>
120+
</svg>
121+
</div>
122+
<h4>Hire Top Talent</h4>
123+
<p class="text-muted">Access skilled Ruby developers actively looking for opportunities</p>
124+
</div>
125+
<div class="col-md-4">
126+
<div class="icon-square text-body-emphasis fs-4 mb-3">
127+
<svg class="bi" width="1em" height="1em" fill="currentColor">
128+
<use xlink:href="/assets/images/icons/bootstrap-icons.svg#star"></use>
129+
</svg>
130+
</div>
131+
<h4>Build Your Brand</h4>
132+
<p class="text-muted">Showcase your company to the Vancouver tech community</p>
133+
</div>
134+
</div>
135+
</div>
136+
137+
<div class="text-center mt-5">
138+
<p class="lead">Questions about sponsorship?</p>
139+
<a href="https://github.com/vanruby/talks/issues/new?template=sponsor.yml" target="_blank" class="btn btn-warning btn-lg">Get in Touch</a>
140+
</div>
141+
</div>

0 commit comments

Comments
 (0)