This is an automated email from the ASF dual-hosted git repository.
rbowen pushed a commit to branch rbowen-volunteers-2
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
The following commit(s) were added to refs/heads/rbowen-volunteers-2 by this
push:
new 7a549a7 Call for volunteers page
7a549a7 is described below
commit 7a549a7fb1fc59bc8363017e2232bffef0a46453
Author: Rich Bowen <[email protected]>
AuthorDate: Tue Feb 3 16:08:51 2026 -0500
Call for volunteers page
---
.../community-over-code/call-for-volunteers.md | 33 ++++++++++++++++++++++
static/style/screen.css | 15 ++++++++++
2 files changed, 48 insertions(+)
diff --git a/source/events/2026/community-over-code/call-for-volunteers.md
b/source/events/2026/community-over-code/call-for-volunteers.md
new file mode 100644
index 0000000..7ff381f
--- /dev/null
+++ b/source/events/2026/community-over-code/call-for-volunteers.md
@@ -0,0 +1,33 @@
+---
+title: Call For Volunteers, Community over Code 2026
+---
+
+**[Community over Code 2026](https://communityovercode.org) will be held in
Glasgow, UK, October 11-14.**
+
+<img src="/images/volunteers.jpg" alt="Code sample" class="pull-right">
+
+Community over Code is an event run by the community, for the community.
+That's you!
+
+We need your help to make it a success!
+
+We are looking for volunteers for a number of community engagement tasks.
+These roles include:
+
+* **[Hackathon Coordination](hackathon.html)** - Help organize and run the
hackathon
+* **[University Outreach](university.html)** - Connect with colleges and
universities across multiple departments
+* **[Meetup Outreach](meetup.html)** - Engage with local meetup groups
+* **[Speaker Support](speaker-support.html)** - Provide coaching and feedback
to speakers
+* **[Design](design.html)** - Create visual materials for outreach and on-site
+
+If you are interested in volunteering for any of these jobs, please:
+
+* Join the **#volunteers** channel on
[apachecon.slack.com](http://s.apache.org/apachecon-slack)
+* Email [[email protected]](mailto:[email protected])
+ indicating your interest, and what you'd like to work on.
+
+There are no specific requirements or qualifications for these jobs -
+just a passion for ASF community and a willingness to collaborate. We're
+looking forward to working with you!
+
+<small>[Photo](https://photos.apachecon.com/picture.php?/5130/category/39&metadata)
courtesy of Kristopher Traquair</small>
diff --git a/static/style/screen.css b/static/style/screen.css
index 22f62c8..49b1399 100644
--- a/static/style/screen.css
+++ b/static/style/screen.css
@@ -200,3 +200,18 @@ th, td {
padding: 0.2em 1em;
text-align: left;
}
+
+.pull-left {
+ float: left;
+ margin-left: 1rem;
+ margin-botton: 1rem;
+ border-radius: 12%;
+}
+
+.pull-right {
+ float: right;
+ margin-left: 1rem;
+ margin-botton: 1rem;
+ border-radius: 12%;
+}
+