Skip to content

Commit 8ec17a8

Browse files
authored
Merge pull request #24 from apache/rbowen-volunteers-2
Call for volunteers page
2 parents f9b088b + 7a549a7 commit 8ec17a8

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Call For Volunteers, Community over Code 2026
3+
---
4+
5+
**[Community over Code 2026](https://communityovercode.org) will be held in Glasgow, UK, October 11-14.**
6+
7+
<img src="/images/volunteers.jpg" alt="Code sample" class="pull-right">
8+
9+
Community over Code is an event run by the community, for the community.
10+
That's you!
11+
12+
We need your help to make it a success!
13+
14+
We are looking for volunteers for a number of community engagement tasks.
15+
These roles include:
16+
17+
* **[Hackathon Coordination](hackathon.html)** - Help organize and run the hackathon
18+
* **[University Outreach](university.html)** - Connect with colleges and universities across multiple departments
19+
* **[Meetup Outreach](meetup.html)** - Engage with local meetup groups
20+
* **[Speaker Support](speaker-support.html)** - Provide coaching and feedback to speakers
21+
* **[Design](design.html)** - Create visual materials for outreach and on-site
22+
23+
If you are interested in volunteering for any of these jobs, please:
24+
25+
* Join the **#volunteers** channel on [apachecon.slack.com](http://s.apache.org/apachecon-slack)
26+
* Email [planners@apachecon.com](mailto:planners@apachecon.com)
27+
indicating your interest, and what you'd like to work on.
28+
29+
There are no specific requirements or qualifications for these jobs -
30+
just a passion for ASF community and a willingness to collaborate. We're
31+
looking forward to working with you!
32+
33+
<small>[Photo](https://photos.apachecon.com/picture.php?/5130/category/39&metadata) courtesy of Kristopher Traquair</small>

static/style/screen.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,18 @@ th, td {
200200
padding: 0.2em 1em;
201201
text-align: left;
202202
}
203+
204+
.pull-left {
205+
float: left;
206+
margin-left: 1rem;
207+
margin-botton: 1rem;
208+
border-radius: 12%;
209+
}
210+
211+
.pull-right {
212+
float: right;
213+
margin-left: 1rem;
214+
margin-botton: 1rem;
215+
border-radius: 12%;
216+
}
217+

0 commit comments

Comments
 (0)