-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
113 lines (99 loc) · 5.32 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Moscow.rb</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Сайт московского ruby сообщества">
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter30737683 = new Ya.Metrika({id:30737683,
webvisor:true,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/30737683" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<section class="container">
<div class="logo">
<img src="images/ruby_logo.png" alt="moscow.rb">
</div>
<div class="about">
<h1>Moscow.rb</h1>
<h2>Московское Ruby Сообщество</h2>
<p>
Moscow.rb - это локальное комьюнити рубистов и просто людей, увлеченных open source.
Каждую третью пятницу мы проводим неофициальные встречи, на которые приглашаем всех рубистов!
</p>
<a href="https://twitter.com/moscowrb" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @moscowrb</a>
</div>
<div class="spacer"></div>
</section>
<section class="container questions">
<article class="question">
<h3>Почему Moscow.rb?</h3>
<p>
Важная составляющая любой технологии - ее комьюнити. Именно поэтому так необходимо поддерживать не только общее, но и локальное комьюнити разработчиков.
</p>
</article>
<article class="question">
<h3>Как я могу yчаствовать?</h3>
<p>
Раз в месяц вы можете посещать наши неофициальные встречи. Приходите и знакомьтесь, общайтесь и узнавайте что-то новое!
<a href="https://github.com/moscowrb/organisation">Предлагайте</a> свои идеи, а так же, пишите open source код <a href="https://github.com/moscowrb">вместе с нами</a>.
</p>
</article>
<article class="question">
<h3>Как я могу помочь?</h3>
<p>
Смотрите на наши <a href="http://github.com/moscowrb" target="_blank">проекты</a>, фолловьте наш
<a href="http://twitter.com/moscowrb" target="_blank">twitter</a> или отписывайтесь в нашем
<a href="https://github.com/moscowrb/organisation">организационном репозитории</a>.
Или же общайтесь в <a href="https://telegram.me/moscowrb">telegram</a> канале.
</p>
</article>
<div class="spacer"></div>
</section>
<section class="container events">
<h2>Встречи</h2>
<article class="event">
<header>
<h3>Неофициальная руби бир пати</h3>
</header>
<p>
Каждую третью пятницу месяца мы встречаемся в <a href="https://ru.foursquare.com/v/pivbar/565f17a2498ef08542e9bbbb?fbLoginFailed=true" target="_blank">Pivbar-е</a> с 20:00 и до победного конца.
Попробуйте 300+ сортов пива, отведайте великолепных бургеров и барбекю, знакомьтесь и общайтесь.
</p>
<h4>Каждую третью пятницу месяца, с <time>20:00</time> и до победного</h4>
<address>
<h4>Pivbar</h4> Большой Черкасский пер., 13, Москва, Россия
</address>
</article>
</section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d561.2711193436271!2d37.626393029258494!3d55.75703469878463!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x46b54a595bdd2b89%3A0xd57920f8b018a4f!2sBolshoy+Cherkasskiy+per.%2C+13%2C+Moskva%2C+109012!5e0!3m2!1sen!2sru!4v1455741385256" width="100%" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
<footer class="footer">
<div class="container">
<p><span>Moscow.rb</span>: Growing the Ruby Community</p>
</div>
</footer>
<script src="app.js"></script>
</body></html>