Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some typos #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/views/static_pages/about.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
.clearfix

%h2 What's a RailsBridge Workshop?
%p Our most well-known efforts are free weekend workshops where women learn Ruby on Rails from volunteers. The students at our workshops range from folks who are completely new to programming to QA engineers and professional developers who want to learn Rails. During the Installfest (usually on a Friday evening), we get students' laptops setup with the requisite technologies. The next day, we break into small group based on experience level and build a web app! (When we aren't teaching Ruby and Rails, we teach HTML & CSS.)
%p Our most well-known efforts are free weekend workshops where women learn Ruby on Rails from volunteers. The students at our workshops range from folks who are completely new to programming to QA engineers and professional developers who want to learn Rails. During the Installfest (usually on a Friday evening), we get students' laptops setup with the requisite technologies. The next day, we break into small groups based on experience level and build a web app! (When we aren't teaching Ruby and Rails, we teach HTML & CSS.)

%h2 Origin Story
= image_tag "workshop-shots/ten_humans.jpg", width: "500", class: "img-responsive float-right", alt: "A RailsBridge class in a room with exposed brick"
%p
Back in the heady days of of June 2009, the #{ link_to "San Francisco Ruby community", "https://www.meetup.com/sfruby/", class: 'inline-link' }
Back in the heady days of June 2009, the #{ link_to "San Francisco Ruby community", "https://www.meetup.com/sfruby/", class: 'inline-link' }
stood at about 97% men, and 3% women. RailsBridge was started as an effort to even that out a bit.
#{ link_to "Sarah Mei", "https://github.com/sarahmei", class: 'inline-link' } and
#{ link_to "Sarah Allen", "https://github.com/ultrasaurus", class: 'inline-link' }
figured that there were more women in (at that time) popular languages like PHP and Java,
and if they could show them the wonder of developing in Ruby, perhaps they could change the SF Ruby community's makeup.
%p And so they held a workshop. They sent a few emails out, including one to a women in technology mailing list, and within 24 hours, the workshop was full. It turned out every speculation of "Well, maybe there aren't more women in programming because they just aren't interested" was 100% rubbish (as we all knew), and there has been an insatiable appetite for education and community every since that first workshop.
%p And so they held a workshop. They sent a few emails out, including one to a women in technology mailing list, and within 24 hours, the workshop was full. It turned out every speculation of "Well, maybe there aren't more women in programming because they just aren't interested" was 100% rubbish (as we all knew), and there has been an insatiable appetite for education and community ever since that first workshop.
%p The Open Workshop project (at it was then known) was just one part of RailsBridge. RailsBridge also put on Rails Bug Mashes (or bug smashes, depending on who you ask), taught Ruby to kids, set up online mentoring, and sponsored other projects. Over time, the name RailsBridge has become synonymous with the workshops.

%h2 Where is RailsBridge?
Expand All @@ -33,7 +33,7 @@
Check out our #{ link_to "past events", :past_events, class: 'inline-link' } and our
#{ link_to "chapters page", :chapters, class: 'inline-link' } to see all the different places that workshops happen.
%p
Some places have workshops regularly, and sometime workshops can be independent,
Some places have workshops regularly, and sometimes workshops can be independent,
one-time events put on by people trying to make their Ruby communities more diverse. Workshops
are also put on in conjunction with tech conferences. #{ link_to "Desi McAdam", "https://github.com/desi", class: 'inline-link' },
#{ link_to "Renée De Voursney", "https://github.com/reneedv", class: 'inline-link' },
Expand Down