-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunity.html
32 lines (28 loc) · 1.76 KB
/
community.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Rachel Myers</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="talks.css">
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="images/starfish.png">
</head>
<body>
<header>
<h1> Community </h1>
</header>
<div class="railsbridge">
<div class="text-left">
<a name="railsbridge"><h2>RailsBridge</h2></a>
<p><a href="http://www.railsbridge.org/">RailsBridge</a> is an organization that teaches marginalized groups Ruby, Rails, and Frontend development.</p>
<p>The RailBridge community and workshops were a huge help to me when I started programming, and I started teaching as soon as I was able. I'm currently on the RailsBridge Board of Directors and volunteer regularly at workshops in San Francisco.</p>
<p>If you'd like to get involved, check out <a href="https://www.bridgetroll.org/">Bridge Troll</a> for a workshop near you, start an issue in our <a href="https://github.com/railsbridge/organizing/issues">Organizing Repo</a>, or help us maintain the <a href="https://github.com/railsbridge/docs/blob/master/CONTRIBUTING.md">curriculum</a>! Also, checkout <a href="http://www.clojurebridge.org/">ClojureBridge</a> and <a href="https://github.com/mobilebridge">MobileBridge</a>.</p>
</div>
</div>
<footer>
<p>I used <a href="http://www.fiftythree.com/paper">Paper by 53</a> for the drawings. ♡</p>
</footer>
</body>
</html>