-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
79 lines (64 loc) · 3.17 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Geneva Ruby Brigade</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<link rel="shortcut icon" type="image/png" href="images/genevarb2.png" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav class="menu">
<li><a href="http://www.meetup.com/genevarb/">Register on Meetup</a></li>
<li><a href="https://twitter.com/genevarb">Follow us</a></li>
<li><a href="mailto:[email protected]">Contact us</a></li>
</nav>
</div>
<div class="wrapper">
<section>
<div id="title">
<h1>
<img src="images/genevarb1.png" height="150" width="150" />
Geneva Ruby Brigade
</h1>
<p><em>Geneva.rb</em></p>
<hr>
</div>
<h2>Who are we?</h2>
<p>We're a bunch of Ruby programmers based in Geneva, Switzerland.
We get together every month for presentations, demos and discussions.</p>
<p>We share knowledge on the second or third wednesday of each month about the Ruby programming language.</p>
<p>You aren't expected to be an expert to join us! Meetings are free and open to the public.</p>
<hr />
<h2>Location</h2>
<p>
The venue is at <a href="https://maps.google.com/?ll=46.194938,6.13992&spn=0.014868,0.033002&t=m&z=16&iwloc=A">Université de Genève</a> in the building Sciences III, at the 4th floor (room 4059).
The entrance is at <a href="https://maps.google.com/maps?q=Boulevard+D'Yvoy,+Gen%C3%A8ve,+Switzerland&hl=en&ie=UTF8&ll=46.197708,6.134341&spn=0.007159,0.016308&sll=37.0625,-95.677068&sspn=65.645551,133.59375&t=h&hnear=Boulevard+D'Yvoy,+Jonction,+1205+Gen%C3%A8ve,+Switzerland&z=17&layer=c&cbll=46.19846,6.133172&panoid=XXP8R8ePeYEd2r_Yqx-VQA&cbp=12,221.97,,0,-0.47" target="_blank">Boulevard d'Yvoy</a>.
</p>
<hr />
<h2>Our page on Meetup</h2>
<div id='meetup'>
<p>We now have a <a href='http://www.meetup.com/genevarb/'><img src="http://img2.meetupstatic.com/906521611995523788/img/header/logo.png" alt="Meetup" id='meetup-logo'></a> page, please <a href='http://www.meetup.com/genevarb/'>check it out and register</a>!</p>
</div>
<hr />
<h2>Sponsors</h2>
<div class="sponsors">
<a href='http://ruby42.com'><img src="images/ruby42.png" alt="Ruby42"></a>
<a href='http://inagua.ch'><img src="images/inagua.png" alt="Inagua"></a>
</div>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>