-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
320 lines (297 loc) · 20.7 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
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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="icon" type="image/png" href="img/favicon-hd.png">
<!--[if IE]><link rel="SHORTCUT ICON" href="img/favicon.ico"/><![endif]-->
<title>SocialEdge</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/socialedge.css">
<link rel="stylesheet" href="css/fontello.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="splash-screen">
<img src="img/socialedge-logo.svg">
</div>
<nav class="navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#header-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="img/socialedge.svg" class="img-responsive">
</a>
</div>
<div class="collapse navbar-collapse" id="header-collapse">
<ul class="nav navbar-nav navbar-right">
<li data-toggle="collapse" data-target=".navbar-collapse.in"><a href="#" class="scroll" data-i18n="menu_home">Home</a></li>
<li data-toggle="collapse" data-target=".navbar-collapse.in"><a href="#whatwedo" class="scroll" data-i18n="menu_whatwedo">What we do</a></li>
<li data-toggle="collapse" data-target=".navbar-collapse.in"><a href="#portfolio" class="scroll" data-i18n="menu_portfolio">Portfolio</a></li>
<li data-toggle="collapse" data-target=".navbar-collapse.in"><a href="#team" class="scroll" data-i18n="menu_team">Team</a></li>
<li data-toggle="collapse" data-target=".navbar-collapse.in"><a href="#contact" class="scroll" data-i18n="menu_contact-us">Contact Us</a></li>
<li class="dropdown lang-panel">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-globe hidden-sm hidden-xs" aria-hidden="true"></span>
<span class="visible-xs visible-sm"><span data-i18n="menu_language">Language</span> <span class="caret"></span></span>
</a>
<ul class="dropdown-menu">
<li><a href="#" class="lang-code" data-lang="en" data-country="gb,us"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAACQUlEQVQoU4WPW0hUYRSFv6MZWb1kFpEXiLBCHaNikKFBSbOIkoRwbFKLtALN0tIiNS9IFGk3TBIrVDBMUAoTJaXSNBSlJmXsoigWkaFYT2M558x//hh9iOihvdmsh8VeF6W86oXcYA6jp3uUqRkAgdAFF5IMDF+uQAqBoSCTrBv9SM2D2Z9zBAR5EzXYxsQ+C8qDhgGZ6P0JGRvP+JdZ+t5+Q0iFI/vXo9y5DqoTmZVHRd0wmktgDlmJsbsKsgsob/2AknLppTwUYyB6rB38V0NEFFcq35ObFgwn0kGbg5pqzt20U+w7iufUBEtycqhptJNf2rsgEBnqz/jnOVINS/F7VYtnQbG7CyQng+aChodwOh3yixhyeHHmVAdbTAHUNL5BGRn/LoPW+aAoCz9/jcUCTic0N/9DSQm2j9MoTUcL5IGty2BoDDQNVPUP6jrS6cSlqkhVRdc0dDcvBIs2+XHtteM/CSIiEE4Nz/4+QAIKulvUve4EIzMokYefyNiIAGwDU+RlhhOyRqCez2bx/VrkNiPC7TZoA3Qmo3cympCDteQr5phVNLU8Qwm3PJIZ1o0kxQXjKClCeC8nY9pMXZkJERo27+j1zs72HfV0diWi3avG0dvJXeNZCi9WodxuscuTe4NxXs3HZkqlqWsSgQe3Cs1Iyx50XcOzsQNrWjv63CwpxzezyxTIj2PxFPskoORVd8m19XU8DorE1qOiuX7hEoK+5oO0xcQhXS52P2/FGF0Kupg/38AV5JZZeZpbyW9StBQBCrx1xAAAAABJRU5ErkJggg=="> English</a></li>
<li><a href="#" class="lang-code" data-lang="ua" data-country="ua,ru"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAABWElEQVQoU32Szyp2URSHn4WMcAVeJPdh9KZchoGByTdTkpGUvtmXEhfgBkxMTITI4CtlIvkvEyR63+Scs/dP6+xzeKOcWv3W2mc9a619zjKWJDqfGKEAIkkLjyvLOtR9wFiU5idShSgRBUGJCVEUUsWLPLgvcrcgNtdbmE8w34S7tkowRMqEECBXSqyBLIisght9xtbKa5pgrilu21CUnROceWeHO6CyQHU21G9sr75gLATNTho3rQQXnZ2/wWWxaqLhAWNn2Sf4d6C/4yPct97TnWMkL7+Vq5tPEVMcvuJGXy8ba3tYuEYM/kG6QmSgAilHyn7Vrq5Rng+OsPwSWWMG6bL8bz/Bn8U8z2yUx8P/2Ps56h6eJsYLwJNr4PsEX4UgYDbG0/4x9naGekamKjDHX6Yi7rvWV3J1C2WO28PuCdY+Rb58sYBafQs/49r3RatzfAnTIvIBSIKJ3nzbDCEAAAAASUVORK5CYII="> Українська</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<header>
<h1 data-i18n="header_title">
Accelerating <strong>society</strong> with <strong>technology</strong>
</h1>
<p>
<span data-i18n="header_sub"></span> <strong class="typed"></strong>
</p>
</header>
<section id="whatwedo">
<div class="container-fluid">
<div class="section-head row">
<div class="col-lg-10 col-lg-offset-1">
<div class="title" data-i18n="whatwedo_title">Our services</div>
<div class="sub" data-i18n="whatwedo_sub">We believe our daily world should be smarter to save time, resources and become more people friendly. With your cooperation, we solve social problems using modern technology and open new opportunities for your business.</div>
<div class="divider"></div>
</div>
</div>
<div class="section-body">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-xs-offset-0 col-xs-12">
<div class="row">
<div class="service col-md-4 col-xs-12 col-sm-6 text-center">
<div class="icon icon-child pic"></div>
<h3 data-i18n="whatwedo_engineering">e-society engineering</h3>
<p data-i18n="whatwedo_engineering_sub">We design and implement society-oriented e-services that enhance interaction between
citizens, government, public institutions and your business <!--We believe government and
our cities should be smarter and more technology-oriented to save resources, time and
become more people friendly.--></p>
</div>
<div class="service col-md-4 col-xs-12 col-sm-6 text-center">
<div class="icon icon-bank pic"></div>
<h3 data-i18n="whatwedo_pro-bono">Pro bono development</h3>
<p data-i18n="whatwedo_pro-bono_sub">We stand ready to offer pro bono service to projects and initiatives in such spheres as
e-government, education and public services.</p>
</div>
<div class="service col-md-4 col-xs-12 col-sm-6 text-center">
<div class="icon icon-connectdevelop pic"></div>
<h3 data-i18n="whatwedo_cooperation">Cooperation</h3>
<p data-i18n="whatwedo_cooperation_sub">We explore latest proven technologies and e-society solutions to make your
projects fast, reliable and user-friendly.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio" style="padding-bottom: 100px;">
<div class="container-fluid">
<div class="section-head row">
<div class="col-lg-10 col-lg-offset-1">
<div class="title" data-i18n="portfolio_title">Our projects</div>
<div class="divider"></div>
</div>
</div>
<div class="section-body">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-xs-12 col-xs-offset-0">
<div class="projects">
<a class="project" href="#" data-toggle="modal" data-target="#hermesModal">
Hermes
<small data-i18n="portfolio_hermes_short">A Municipal Transport Timetable System</small>
</a>
<a class="project" href="#" data-toggle="modal" data-target="#vegaModal">
Vega
<small data-i18n="portfolio_vega_short">An Electronic Transit Fare Payment System</small>
</a>
</div>
<!-- Hermes Modal -->
<div class="modal fade" id="hermesModal" tabindex="1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title"><span data-i18n="about_project">About</span> - Hermes</h4>
</div>
<div class="modal-body">
<img src="img/socialedge-logo.svg" height="64px" width="64px" class="center-block">
<h1 class="text-center">Hermes</h1>
<div data-i18n="portfolio_hermes_desc">Hermes is a Municipal Transport Timetable System. It was originally created for Sumy, Ukraine city but in more general context, so it can be customized for every city easily.</div>
<p><strong><span data-i18n="status">Status</span>:</strong> <span data-i18n="suspended">Suspended</span></p>
<p><strong><span data-i18n="developers">Developers</span>:</strong> <span data-i18n="illia_ovchynnikov">Illia Ovchynnikov</span>, <span data-i18n="vladyslav_vlasenko">Vladyslav Vlasenko</span></p>
<a href="https://github.com/socialedge/hermes" target="_blank" class="text-center center-block"><span data-i18n="project_on">Project on</span> <img src="img/github.svg" width="64px"></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" data-i18n="popup_close">Close</button>
</div>
</div>
</div>
</div>
<!-- Vega Modal -->
<div class="modal fade" id="vegaModal" tabindex="1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" ><span data-i18n="about_project">About</span> - Vega</h4>
</div>
<div class="modal-body">
<br/><img src="https://cloud.githubusercontent.com/assets/5632544/20643875/78cba032-b424-11e6-94f2-c7904dbb5567.png" height="42px" class="img-responsive center-block"><br/>
<div data-i18n="portfolio_vega_desc"></div>
<p><strong><span data-i18n="status">Status</span>:</strong> <span data-i18n="under_development">Under active development</span></p>
<p><strong><span data-i18n="developers">Developers</span>:</strong> <span data-i18n="illia_ovchynnikov"></span>, <span data-i18n="marcin_szalomski"></span>, <span data-i18n="mikolaj_lewandowski"></span>, <span data-i18n="gosia_solecka"></span></p>
<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2Filliaovchynnikov%2Fvideos%2F1173714332687137%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>
<a href="https://github.com/socialedge/vega" target="_blank" class="text-center center-block"><span data-i18n="project_on">Project on</span> <img src="img/github.svg" width="64px"></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" data-i18n="popup_close">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="team">
<div class="container-fluid">
<div class="section-head row">
<div class="col-lg-10 col-lg-offset-1">
<div class="title" data-i18n="team_title">Team</div>
<div class="divider"></div>
</div>
</div>
<div class="row section-body">
<div class="col-lg-10 col-lg-offset-1 col-xs-12 col-xs-offset-0">
<div class="row">
<div class="col-xs-12 col-md-4 team-member">
<div class="member-ico">
<img src="img/elias150.png">
</div>
<div class="member-desc">
<span data-i18n="illia_ovchynnikov">Illia Ovchynnikov</span>
<small>Software Engineer<br/>EPAM Systems, Gdańsk, Poland</small>
</div>
</div>
<div class="col-xs-12 col-md-4 team-member">
<div class="member-ico">
<img src="img/vladyslav150.png">
</div>
<div class="member-desc">
<span data-i18n="vladyslav_vlasenko">Vladyslav Vlasenko</span>
<small>Software Engineer<br/>SoftServe, Lviv, Ukraine</small>
</div>
</div>
<div class="col-xs-12 col-md-4 team-member">
<div class="member-ico">
<img src="img/yaroslav150.png">
</div>
<div class="member-desc">
<span data-i18n="yaroslav_sotnyk">Yaroslav Sotnyk</span>
<small>Junior Python Engineer</small>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 team-member">
<div class="member-desc">
<span data-i18n="joinus-question">Do you love to code in your spare time?</span>
<small>
<a target="_blank" href="mailto:[email protected]" data-i18n="tell-about-yourself">Tell us about yourself</a>
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container-fluid">
<div class="row section-head">
<div class="col-lg-10 col-lg-offset-1 text-center">
<div class="title" data-i18n="contact-us_title" >Contact us</div>
<div class="sub" data-i18n="contact-us_sub" >Let's talk about <strong>your</strong> service <strong>e-Sociability</strong></div>
<div class="divider"></div>
</div>
</div>
<div class="row section-body">
<div class="col-lg-8 col-lg-offset-2 col-xs-12 col-xs-offset-0">
<form id="contact-form">
<div class="input-group input-group-lg">
<span class="input-group-addon glyphicon glyphicon-user"></span>
<input id="contact-name" type="text" name="name" class="form-control" placeholder="Your Name" data-i18n="contact-us_name" required>
</div>
<br>
<div class="input-group input-group-lg">
<span class="input-group-addon glyphicon glyphicon-envelope"></span>
<input id="contact-email" type="email" name="name" class="form-control" placeholder="Your Email" data-i18n="contact-us_email" required>
</div>
<br>
<div class="input-group input-group-lg">
<span class="input-group-addon glyphicon glyphicon-info-sign"></span>
<input id="contact-subject" type="text" name="number" class="form-control" placeholder="Mail subject" data-i18n="contact-us_subject" required>
</div>
<br>
<div class="input-group input-group-lg">
<span class="input-group-addon glyphicon glyphicon-pencil"></span>
<textarea id="contact-body" class="form-control" name="query" style="height: 100px;" data-i18n="contact-us_question" placeholder="Email body*" required></textarea>
</div>
<br>
<div class="submit-panel pull-right">
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
<span class="glyphicon glyphicon-hourglass" aria-hidden="true"></span>
<button type="submit" class=" btn-lg btn-primary" data-i18n="contact-us_submit" id="sendMail">I'm in</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-offset-1 col-md-8 col-md-offset-0 col-xs-12 col-xs-offset-0">
<img src="img/socialedge-white.svg" width="200px">
<div style="margin-left: 45px">
<div><strong>GitHub</strong>: <a href="https://github.com/socialedge" target="_blank">github.com/socialedge</a></div>
<div><strong>Email</strong>: <a href="mailto:[email protected]">[email protected]</a></div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery.2.2.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/1.1.4/typed.min.js"></script>
<script src="js/socialedge.js"></script>
<script src="js/jquery.i18n.js"></script>
<script src="js/jquery.i18n.messagestore.js"></script>
<script src="js/jquery.i18n.fallbacks.js"></script>
<script src="js/jquery.i18n.language.js"></script>
<script src="js/jquery.i18n.parser.js"></script>
<script src="js/jquery.i18n.emitter.js"></script>
<script src="js/jquery.i18n.emitter.bidi.js"></script>
</body>
</html>