|
| 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