forked from rubymonstas-zurich/rubymonstas-zurich.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (55 loc) · 2.39 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html>
<head>
<title>Ruby Monstas Zurich</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"
href="http://fonts.googleapis.com/css?family=Open+Sans">
<link rel="stylesheet" href="css/style.css">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0">
</head>
<body>
<div class="container">
<header>
<img src="img/ruby-monstas-zurich.png" alt="Ruby Monstas Zurich" class="logo" />
</header>
<div class="content">
<p>
Ruby Monstas Zurich stands for Ruby Monday Study Group’stas in Zurich.
</p>
<p>
It is inspired by the original <a href="http://rubymonstas.org/">Ruby Monstas Berlin</a>.
</p>
<p>
We all know there are still not even remotely enough women in tech and we decided
to do something about it. Our <a href="team.html">team</a> has helped in organising
and coaching at <a href="http://railsgirls.com/">Rails Girls</a> events but we felt we
wanted to take the idea one step further. We want to host a regular Ruby study group
for beginners!
</p>
<p>
If you identify as a woman, and want to learn programming Ruby, learn
how to build a web application, or are otherwise interested in joining or
supporting our group, then feel free to get in touch with us.
</p>
<br />
<p>
We will start our course on <strong>Monday, June 15th 2015 at 18:30</strong> and will
host regular events from then on <strong>every Monday at 18:30</strong>.
We meet at <a href="location.html">Simplificator AG in Zurich</a>.
</p>
<br />
<h4>Resources</h4>
<ul>
<li><a href="http://ruby-for-beginners.rubymonstas.org/">Course curriculum</a></li>
<li><a href="https://github.com/rubymonstas-zurich">Our Github organization</a></li>
<li><a href="https://twitter.com/rubymonstas_ch">Our Twitter account</a></li>
<li><a href="mailto:[email protected]">Our mailing list for organisers and coaches</a></li>
</ul>
</div>
</div>
</body>
</html>