-
Notifications
You must be signed in to change notification settings - Fork 15
/
community-en.html
276 lines (251 loc) · 15.2 KB
/
community-en.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Falanster">
<meta name="designer" content="Sviatlana Ermakovich">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Community - Digital Lab</title>
<meta property="og:url" content="http://it.falanster.by/community-en.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Community - Digital Lab" />
<meta property="og:description" content="" />
<meta property="og:image" content="http://it.falanster.by/img/logo_for_site.png" />
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<script src="https://use.fontawesome.com/57e075aec4.js"></script>
<link href="css/cc-icons.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=cyrillic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&subset=cyrillic" rel="stylesheet">
<!-- GitHub Activity -->
<!-- css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="github-activity/src/github-activity.css">
<!-- js -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="github-activity/src/github-activity.js"></script>
<script type="text/javascript" src="js/gha.js"></script>
<!-- Chat widget for slack -->
<script src="slackChatWidget/slackWidgetLoader.js"></script>
</head>
<body>
<header class="main-header">
<nav class="header__nav">
<!-- Burger. It appears only in mobile version -->
<a class="main-header__bars" href="#"><i class="fa fa-bars" aria-hidden="true"></i></a>
<!-- Main navigation -->
<ul class="nav__list">
<li><a href="index-en.html">home</a></li>
<li><a href="http://it.falanster.by/blog/">blog</a></li>
<li><a href="initiative-en.html">for initiative</a></li>
<li><a href="volunteers-en.html">for volunteer</a></li>
<li><a href="#" class="nav-current">community</a></li>
<li><a href="https://geeklauka.by/" target="_blank">geek-shop <i class="fa fa-linux" aria-hidden="true"></i></a></li>
</ul>
<!-- Lang panel -->
<div class="nav__lang">
<a href="community.html">BY</a>
<a href="community-tras.html">TRAS</a>
<a href="community-en.html" class="lang-active">EN</a>
<a href="community-ru.html">RU</a>
</div>
</nav>
<div class="header-bottom">
<!--Logotype and name -->
<div class="container">
<div class="row" --="">
<div class="col-lg-10 col-lg-offset-1 col-sm-12 inner-header-background">
<a href="https://it.falanster.by/index.html"><img class="img-responsive inner-logo" src="img/logo_for_site.png" alt="logo"><h1 class="inner-title">digital Lab</h1></a>
</div>
</div>
</div>
</div>
</header>
<main class="main-wrapper">
<div class="section current-projects">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12">
<h2 class="section-title">Current projects</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12 items card-items card-projects">
<div class="arrows blocked-arrow"><i class="fa fa-caret-left" aria-hidden="true"></i></div>
<div class="item">
<h3>Donation module<br>“Doika”</h3>
<div class="card-img"><img src="img/projects/doika_donate-module.png" alt="Donate module “Doika”" /></div>
<p>A module for NGOs to receive donations in “a one click” via own website. The purpose is to make the fundraising easier.</p>
<button onclick="window.open('https://wiki.falanster.info/wiki/Дойка','_blank')">read more</button>
</div>
<div class="item item-nonactive">
<h3>Dig Lab’s blog<br>upgrade</h3>
<div class="card-img"><img src="img/projects/digital-lab-blog.png" alt="Digital Lab Blog Modernization"></div>
<p>Upgrade of Dig Lab’s blog - the “IT in belarusian” platform. Idea is to improve visual and technical aspects of the blog.</p>
<button onclick="window.open('https://wiki.falanster.info/wiki/%D0%A1%D0%BF%D1%96%D1%81_%D0%BF%D0%BB%D0%B0%D0%BD%D1%83%D0%B5%D0%BC%D1%8B%D1%85_%D0%BF%D1%80%D0%B0%D0%B5%D0%BA%D1%82%D0%B0%D1%9E_%D0%A4%D0%B0%D0%BB%D0%B0%D0%BD%D1%81%D1%82%D1%8D%D1%80%D0%B0#.D0.91.D0.BB.D0.BE.D0.B3_.D0.9C.D0.B0.D0.B9.D1.81.D1.82.D1.8D.D1.80.D0.BD.D1.96','_blank')">read more</button>
</div>
<div class="item item-nonactive">
<h3>Slack-Chat<br>"Bulbutun"</h3>
<div class="card-img"><img src="img/projects/bulbutun-project.png" alt="Online slack client chat web app"></div>
<p>Creation of an online chat, a web application for site, that allows visitors to communicate with community members via slack.</p>
<button onclick="window.open('https://wiki.falanster.info/wiki/Чат-модуль_-_Балбатун','_blank')">read more</button>
</div>
<div class="item item-nonactive">
<h3><br>Falanster 2.0</h3>
<div class="card-img"><img src="img/projects/falanster20.png" alt="Falanster 2.0"></div>
<p>Improvement of falanster.by site. Project goal is to integrate new services on site and to provide more transparency of falanster’s activities.</p>
<button onclick="window.open('https://wiki.falanster.info/wiki/Паляпшаем_сайт_Фаланстэра_2.0','_blank')">read more</button>
</div>
<div class="item item-nonactive">
<h3><br>Geek-Lauka</h3>
<div class="card-img"><img src="img/projects/geeklauka.png" alt="Geeklauka"></div>
<p>Online shop, created by geeks and for geeks. Goods and designs shared in accordance with the ideas of Creative Commons, free price and DIY.</p>
<button onclick="window.open('https://geeklauka.by/about.html','_blank')">read more</button>
</div>
<div class="item item-nonactive">
<h3>Map of public<br>spaces</h3>
<div class="card-img"><img src="img/projects/public-space-map.png" alt="Civil space map"></div>
<p>Interactive map of public spaces, organizations and initiatives. The goal is to make public communities searchable and activity of organizations more transparent.</p>
<button onclick="window.open('https://wiki.falanster.info/wiki/%D0%9C%D0%B0%D0%BF%D0%B0_%D0%B3%D1%80%D0%B0%D0%BC%D0%B0%D0%B4%D1%81%D0%BA%D1%96%D1%85_%D0%B0%D1%80%D0%B3%D0%B0%D0%BD%D1%96%D0%B7%D0%B0%D1%86%D1%8B%D0%B9','_blank')">read more</button>
</div>
<div class="arrows nonblocked-arrow"><i class="fa fa-caret-right" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
<div class="section tools">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12">
<h2 class="section-title">How we work?</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12 items card-items card-tools">
<div class="item">
<div><i class="fa fa-trello" aria-hidden="true"></i><a href="https://trello.com/invite/b/9iYo5zNa/bc921ae2ad7f270e2e501b5d5d15e007/digital-lab-%D0%B0%D0%B9%D1%86%D1%96%D0%B2%D0%B0%D0%BB%D0%B0%D0%BD%D1%86%D1%91%D1%80" target="_blank">Trello</a></div>
<p>Every project, the Digital Laboratory works on, is deployed on a separate board. The introduction board for newcomers you can find on the <a href="https://trello.com/invite/b/9iYo5zNa/bc921ae2ad7f270e2e501b5d5d15e007/digital-lab-%D0%B0%D0%B9%D1%86%D1%96%D0%B2%D0%B0%D0%BB%D0%B0%D0%BD%D1%86%D1%91%D1%80" target="_blank">#айціваланцёр</a> trello board.</p>
</div>
<div class="item">
<div><i class="fa fa-slack" aria-hidden="true"></i><a href="https://falanster.slack.com/messages/C16AP3B3Q/" target="_blank">Slack</a></div>
<p>The Digital Lab team communicates through the slack app. We create own channel for a big task/topic. The chat is integrated with other web-services. Our central channel <a href="https://falanster.slack.com/messages/C16AP3B3Q/" target="_blank">#dig_lab</a> gathers all interested IT-volunteers.</p>
</div>
<div class="item">
<div><i class="fa fa-github-alt" aria-hidden="true"></i><a href="https://github.com/diglabby" target="_blank">Github</a></div>
<p>The main Digital Lab <a href="https://github.com/diglabby" target="_blank">account</a> collects majority of IT-volunteers’ created open source code repos. Here you can also aware and discuss the list of <a href="https://github.com/diglabby/tasks/issues" target="_blank">current</a> issues (beta) which are being filled instantly by civil initiatives</p>
</div>
</div>
</div>
</div>
</div>
<div class="section github-activity">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12">
<h2 class="section-title">Github activity</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12 module-place">
<div id="feed"></div>
</div>
</div>
</div>
</div>
<!-- Green button. Fixed positions, when on a footer - absolute (see script.js for customization) -->
<a href="https://docs.google.com/forms/d/1xvajxU2tx9YequE-0bDqLgxZ5QJtwQqbOAoKcM7nHj4/viewform" class="main-wrapper__button" onclick="goog_report_conversion()">become volunteer</a>
<div class="section subscribe">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12">
<h2 class="section-title">Do you want to receive monthly news?<br>Subscribe!</h2>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-sm-12 submit-form">
<!-- Begin MailChimp Signup Form -->
<link href="https://cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<form action="https://falanster.us6.list-manage.com/subscribe/post?u=a85c8705ea30c06ccde479258&id=53758bd248" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="e-mail" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a85c8705ea30c06ccde479258_53758bd248" tabindex="-1" value=""></div>
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">subscribe</button>
</form>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 col-sm-12">
<ul class="bottom-menu list-inline">
<!-- Footer navigation -->
<li><a href="index-en.html">Home</a></li>
<li><a href="tos-en.html">Terms of use</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="volunteers-en.html">For volunteer</a></li>
<li><a href="initiative-en.html">For initiative</a></li>
<li><a href="#" class="nav-current">Community</a></li>
<li><a href="partners-en.html">Our partners</a></li>
</ul>
<ul class="contact list-inline">
<!-- Contacts -->
<li>Contact us:</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="tel:+375291274267" class="contact__tel">+375 29 127 42 67</a></li>
</ul>
<p class="social"><span class="icons">
<a href="https://www.facebook.com/groups/1039026109504642/?fref=ts" target="_blank">
<i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i>
</a>
<a href="https://vk.com/dig_lab" target="_blank">
<i class="fa fa-vk fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/diglabby" target="_blank">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.youtube.com/channel/UCAmTfxxasQwNaKkljnmvc5A" target="_blank">
<i class="fa fa-youtube-square fa-2x" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/groups/12028397" target="_blank">
<i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i>
</a></span>
</p>
<p class="copyleft">
<!-- Copyrights -->
<a href="https://creativecommons.org/licenses/by-sa/4.0/" class="copyleft__license">
<img src="img/cc.png" width="16" height="16" alt="cc">
<img src="img/by.png" width="16" height="16" alt="cc">
<img src="img/sa.png" width="16" height="16" alt="cc">
</a>
<a href="https://falanster.by/be" class="copyleft__falanster">Falanster</a></p>
</div>
</div>
</div>
</footer>
<!-- Custom styles -->
<script type="text/javascript" src="js/script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89579350-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>