Skip to content

Commit f9b088b

Browse files
authored
Merge pull request #23 from apache/rbowen-volunteers-2
Typos, and breadcrumb fix
2 parents cc2c69f + 515aa53 commit f9b088b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

layouts/partials/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ range $index, $element := split $url "/" }}
66
{{ $.Scratch.Add "path" $element }}
77
{{ if ne $element "" }}
8-
<li class="breadcrumb-item"><a href='{{ $.Scratch.Get "path" }}'>{{ humanize . | replaceRE "\\.[hH]tml$" "" }}</a></li>
8+
&nbsp; <a href='{{ $.Scratch.Get "path" }}'>{{ humanize . | replaceRE "\\.[hH]tml$" "" }}</a>
99
{{ $.Scratch.Add "path" "/" }}
1010
{{ end }}
1111
{{ end }}

source/volunteer/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Visual design plays a crucial role in promoting Apache events and reaching diver
2828
## Get Involved
2929

3030
If you have design skills and want to help promote Apache events, please
31-
come talk to us! Subscrie to the [Event planning mailing list](mailto:planners@apachecon.com)
31+
come talk to us! Subscribe to the [Event planning mailing list](mailto:planners@apachecon.com)
3232
and join us in Slack to discuss design volunteer opportunities.

source/volunteer/hackathon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Hackathon Coordination
44

55
Hackathons are hands-on collaborative events where developers work together on Apache projects.
66

7-
A hackathon coordinater works with representatives from projects likely
7+
A hackathon coordinator works with representatives from projects likely
88
to have a presence at event to help them think about what they might
99
work on, and publicize this work to the project community and the
1010
audience of the event.

source/volunteer/university.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ We engage with multiple departments and programs:
2121

2222
* Connect with faculty and student organizations
2323
* Create simple posters targeted at each audience
24-
* Create more detailed landing pages for each audiencem, describing what
24+
* Create more detailed landing pages for each audience, describing what
2525
they night get out of the event. Note that many students will be
2626
unaware of the ASF, but familiar with some of the individual projects,
2727
or open source in general
2828
* Put up posters or fliers at local colleges, universities, and
29-
highschools.
29+
high schools.
3030

3131
## How to volunteer.
3232

0 commit comments

Comments
 (0)