Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
executable file
·229 lines (220 loc) · 9.83 KB
/
Copy pathindex.html
File metadata and controls
executable file
·229 lines (220 loc) · 9.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
---
layout: layout
title: "VanRuby - Vancouver Ruby on Rails Group"
---
<divclass="p-5 mb-4 bg-body-tertiary rounded-3">
<divclass="container-fluid">
<divclass="row">
<divclass="col-lg-7 col-md-12 order-2 order-lg-1 d-flex flex-column pt-2 pb-1">
<h3class="text-center fw-semibold text-lg-start">Vancouver's Ruby Community</h3>
<pclass="fs-6 fw-light text-center text-lg-start">Connect, learn, and grow with VanRuby—a thriving community of
Ruby enthusiasts and professionals in Vancouver. Whether you are a beginner or a seasoned expert, our events,
talks, and networking opportunities help you stay ahead in the world of Ruby.</p>
<ahref="https://lu.ma/vanruby" target="_blank"
class="btn btn-primary btn-lg btn-primary mt-auto align-self-lg-start">Join VanRuby</a>
</div>
<divclass="col-lg-5 col-md-12 order-1 order-lg-2 d-flex flex-column justify-content-center mb-4 mb-lg-0">
<iframesrc="https://lu.ma/embed/calendar/cal-ek97jTetLbE3c6t/events?compact=true" width="100%" height="325px"
frameborder="0" style="border: 1px solid #bfcbda88; border-radius: 6px;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
</div>
</div>
<divclass="row d-flex align-tems-stretch mb-4">
<divclass="col-12 col-lg-6 d-flex flex-column mb-4 mb-lg-0">
<divclass="card h-100 d-flex flex-column">
<divclass="card-body d-flex flex-column">
<h5class="card-title">Engaging Speakers</h5>
<pclass="card-text">VanRuby events thrive because of those who share their ideas, projects, and passion for
Ruby. You could be next!</p>
<ahref="https://github.com/vanruby/talks/issues/new?template=talk.yml" target="_blank"
class="btn btn-secondary mt-auto">Submit a talk</a>
<pclass="text-center mt-3 mb-0">
<small>No GitHub account? <ahref="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Talk Submission">Email us instead</a></small>
</p>
</div>
</div>
</div>
<divclass="col-12 col-lg-6 d-flex flex-column">
<divclass="card h-100 d-flex flex-column">
<divclass="card-body d-flex flex-column">
<h5class="card-title">Community Driven</h5>
<pclass="card-text">VanRuby would not exist without support from our sponsors. If your school or business could
benefit from connecting with our community, we would love to hear from you.</p>
<ahref="{{ site.baseurl }}/sponsors.html" class="btn btn-secondary mt-auto">Become a sponsor</a>
<pclass="text-center mt-3 mb-0">
<small>No GitHub account? <ahref="mailto:michael@mrlee.io,weston@netsign.com?subject=VanRuby Sponsorship">Email us instead</a></small>
</p>
</div>
</div>
</div>
</div>
<divid="carouselExampleCaptions" class="carousel slide">
<divclass="carousel-indicators">
<buttontype="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<buttontype="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<divclass="carousel-inner rounded-3">
<divclass="carousel-item active">
<imgsrc="/assets/images/events/janeapp-sept-2024.jpg" class="d-block w-100 carousel-image"
alt="Jane App October 2024">
<divclass="carousel-caption d-none d-md-block">
<h5>Jane App</h5>
<p>October 2024</p>
</div>
</div>
<divclass="carousel-item">
<imgsrc="/assets/images/events/klue-oct-2024.jpg" class="d-block w-100 carousel-image" alt="Klue September 2024">
<divclass="carousel-caption d-none d-md-block">
<h5>Klue</h5>
<p>September 2024</p>
</div>
</div>
</div>
<buttonclass="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<spanclass="carousel-control-prev-icon" aria-hidden="true"></span>
<spanclass="visually-hidden">Previous</span>
</button>
<buttonclass="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<spanclass="carousel-control-next-icon" aria-hidden="true"></span>
<spanclass="visually-hidden">Next</span>
</button>
</div>
<style>
.carousel-image {
max-height:500px;
object-fit: cover;
object-position: center;
}
.featurea:hoverh3 {
color:#dc3545!important;
}
</style>
<divclass="container px-4 py-2" id="hanging-icons">
<divclass="row g-4 py-4 row-cols-1 row-cols-lg-3">
<divclass="col d-flex align-items-start">
<divclass="icon-square text-body-emphasis fs-4 me-3">
<svgclass="bi" width="1em" height="1em" fill="currentColor">
<usexlink:href="/assets/images/icons/bootstrap-icons.svg#people"></use>
</svg>
</div>
<div>
<h3class="fs-2 text-body-emphasis">3000+ Members</h3>
<p>A growing community, welcoming developers of all backgrounds and skill levels to learn, share, and connect.
</p>
</div>
</div>
<divclass="col d-flex align-items-start">
<divclass="icon-square text-body-emphasis fs-4 me-3">
<svgclass="bi" width="1em" height="1em" fill="currentColor">
<usexlink:href="/assets/images/icons/bootstrap-icons.svg#calendar-event"></use>
</svg>
</div>
<div>
<h3class="fs-2 text-body-emphasis">200+ Events</h3>
<p>Organized hundreds of events, workshops, and hackathons to connect and inspire developers.</p>
</div>
</div>
<divclass="col d-flex align-items-start">
<divclass="icon-square text-body-emphasis fs-4 me-3">
<svgclass="bi" width="1em" height="1em" fill="currentColor">
<usexlink:href="/assets/images/icons/bootstrap-icons.svg#brilliance"></use>
</svg>
</div>
<div>
<h3class="fs-2 text-body-emphasis">18+ Years</h3>
<p>Fostering a strong and supportive developer community through mentorship, knowledge-sharing, and engagement.
</p>
</div>
</div>
</div>
</div>
<!-- Gold Sponsors -->
{% assign gold_sponsors = site.data.companies | where: "sponsor_tier", "gold" %}
{% if gold_sponsors.size > 0 %}
<divclass="container my-5">
<h2class="pb-2 border-bottom">Gold Sponsors</h2>
<divclass="row g-5 py-5 row-cols-1 row-cols-lg-3">
{% for company in gold_sponsors %}
<divclass="feature col">
<ahref="{{ company.website }}" target="_blank"
class="d-flex flex-column align-items-center text-decoration-none text-center">
<divclass="mb-3 text-body">
{% if company.name == "BrainStation" %}
{% include sponsor_logos/brainstation.html %}
{% elsif company.name == "Clio" %}
{% include sponsor_logos/clio.html %}
{% elsif company.name == "ZayZoon" %}
{% include sponsor_logos/zayzoon.html %}
{% endif %}
</div>
<h3class="fs-6 text-body-emphasis mb-0">{{ company.name }}</h3>
</a>
</div>
{% endfor %}
</div>
</div>
{% endif %}
<!-- Silver Sponsors -->
{% assign silver_sponsors = site.data.companies | where: "sponsor_tier", "silver" %}
{% if silver_sponsors.size > 0 %}
<divclass="container my-5">
<h2class="pb-2 border-bottom">Silver Sponsors</h2>
<divclass="row g-5 py-5 row-cols-1 row-cols-lg-4">
{% for company in silver_sponsors %}
<divclass="feature col">
<ahref="{{ company.website }}" target="_blank"
class="d-flex flex-column align-items-center text-decoration-none text-center">
<divclass="mb-3 text-body">
{% if company.name == "GitHub" %}
{% include sponsor_logos/github.html %}
{% elsif company.name == "Ruby Central" %}
{% include sponsor_logos/ruby_central.html %}
{% elsif company.name == "Netsign" %}
{% include sponsor_logos/netsign.html %}
{% elsif company.name == "Gen II Fund" %}
{% include sponsor_logos/gen_ii_fund.html %}
{% endif %}
</div>
<h3class="fs-6 text-body-emphasis mb-0">{{ company.name }}</h3>
</a>
</div>
{% endfor %}
</div>
</div>
{% endif %}
<divclass="container px-4 py-5">
<h2class="pb-2 border-bottom">Upcoming Events</h2>
<divclass="row row-cols-1 row-cols-lg-2 align-items-md-center g-5 py-5">
<divclass="col d-flex flex-column align-items-start gap-2">
<iframesrc="https://lu.ma/embed/calendar/cal-ek97jTetLbE3c6t/events?compact=true" width="100%" height="325px"
frameborder="0" style="border: 1px solid #bfcbda88; border-radius: 6px;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
<divclass="col">
<divclass="row row-cols-1 row-cols-lg-2 g-4">
<divclass="col d-flex flex-column gap-2">
<h4class="fw-semibold mb-0 text-body-emphasis">Free Registration</h4>
<pclass="text-body-secondary">Registration is free to make our events accessible to the entire community.</p>
</div>
<divclass="col d-flex flex-column gap-2">
<h4class="fw-semibold mb-0 text-body-emphasis">Inclusivity</h4>
<pclass="text-body-secondary">Everyone is valued, respected, and able to participate, regardless of their
background, identity, or abilities.</p>
</div>
<divclass="col d-flex flex-column gap-2">
<h4class="fw-semibold mb-0 text-body-emphasis">MINASWAN</h4>
<pclass="text-body-secondary">Matz is nice, and so we are nice. VanRuby embodies the philosophy of the Ruby
programming community.</p>
</div>
<divclass="col d-flex flex-column gap-2">
<h4class="fw-semibold mb-0 text-body-emphasis">Opportunity</h4>
<pclass="text-body-secondary">Network with developers and local employers; we do our best to connect talent
with job opportunities.</p>
</div>
</div>
</div>
</div>
</div>