-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (131 loc) · 6.77 KB
/
Copy pathindex.html
File metadata and controls
132 lines (131 loc) · 6.77 KB
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!doctype html>
<!--[if lt IE 7 ]><html class="ie6 ie67 ie no-js" lang="ru"><![endif]-->
<!--[if IE 7 ]> <html class="ie7 ie67 ie no-js" lang="ru"><![endif]-->
<!--[if IE 8 ]> <html class="ie8 ie no-js" lang="ru"><![endif]-->
<!--[if IE 9 ]> <html class="ie9 ie no-js" lang="ru"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="ru" class="no-js"><!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
if (window.location.hash) {
setTimeout(function() {
window.scrollTo(0, 0);
}, 1);
}
</script>
<script type="text/javascript" src="static/js/modernizr-2.5.3.min.js"></script>
<script type="text/javascript" src="static/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="static/js/scrolling.js"></script>
<title>C++ Moscow. Московское сообщество программистов на C++</title>
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="static/css/main.css" type="text/css" />
<link rel="stylesheet" href="static/css/share.css" type="text/css" />
<meta name="description" content="Московское сообщество программистов на C++"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(94317700, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/94317700" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div class="body-container">
<header>
<div class="container">
<div class="content">
<div class="logo">
<a href="/"></a>
</div>
<div class="pull-right text-right">
<a class="btn btn-join" href="https://t.me/cppmoscow_info" target="_blank">Присоединиться</a>
</div>
<nav class="text-left">
<ul>
<li>
<a href="#">Главная</a>
</li>
<li>
<a href="#contacts">Контакты</a>
</li>
</ul>
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>
<section id="main" class="section-main">
<div class="container">
<div class="header">
<h1 class="heading">
<span>C++ Moscow Meetup №2</span>
</h1>
<div class="arrow"></div>
</div>
<div class="body">
<div class="signup-form-block text-center">
<h3 class="title">Принять участие в Meetup №2</h3>
<h2 class="date color-red">19 ноября, 15:20</h2>
<div class="address color-white">Малый Конюшковский переулок, д. 2</div>
<a class="btn btn-large" href="https://leader-id.ru/events/456640">Зарегистрироваться</a>
</div>
<div class="timeline">
<div class="outer">
<div class="card">
<div class="announce">
<span class="speaker">Илья Быконя</span>
<div class="time">15<sup>30</sup>-16<sup>00</sup>
</div>
</div>
<div class="info">
<h3 class="talk_title">Корутины и Qt. Библиотека QCoro</h3>
</div>
</div>
<div class="card">
<div class="announce">
<span class="speaker">Дмитрий Косенко</span>
<div class="time">16<sup>15</sup>-16<sup>45</sup>
</div>
</div>
<div class="info">
<h3 class="talk_title">ООП в ClickHouse</h3>
</div>
</div>
</div>
</div>
<div class="b-registration__section b-registration__section_indent section-ank js-section-ank"></div>
</div>
</div>
</section>
<span id="contacts"></span>
<section class="section-contacts">
<div class="container">
<div class="header">
<h1 class="heading">
<span>Остались вопросы?</span>
</h1>
</div>
<div class="contact-form-block text-center">
<h3 class="title">Связаться с нами</h3>
<div class="contacts">
<div class="email">
<a href="mailto:contact@cppmoscow.com">contact@cppmoscow.com</a>
</div>
</div>
</div>
</div>
</section>
</div>
</body>
</html>