-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
405 lines (402 loc) · 25.9 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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<title>BeeSocial</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="custom.css?201805201945" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#">
<!--<img src="graphics/logo.png" width="30" height="30" class="d-inline-block align-top" alt="">-->
BeeSocial
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#"><span class="icon-user-tie"></span> О нас</a></li>
<li><a class="nav-link" href="#projects"><span class="icon-user-tie"></span> Проекты</a></li>
<li><a class="nav-link" href="#resources"><span class="icon-user-tie"></span> Ресурсы</a></li>
<li><a class="nav-link" href="#"><span class="icon-user-tie"></span> Спонсоры</a></li>
<li><a class="nav-link" href="#purchased-resources"><span class="icon-user-tie"></span> Приобритенные ресурсы</a></li>
</ul>
<span class="navbar-text" id="balance">
</span>
<div class="form-inline my-2 my-lg-0" id="navbar-right">
<li class="nav-item d-flex align-items-center" id="li-log">
<div class="dropdown">
<button class="btn btn-primary my-2 my-sm-0" id="avatar"><span><img class="avatar" height="40" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A7pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%2264%22%20height%3D%2264%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%2220.203125%22%20y%3D%2296.3%22%3E64x64%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"></span></button>
<div class="dropdown-menu dropdown-menu-right" id="dropdown-avatar" aria-labelledby="avatar">
<button class="dropdown-item" type="button">Profile</button>
<button class="dropdown-item" type="button">My projects</button>
<button class="dropdown-item" type="button">Settings</button>
<button class="dropdown-item" type="button">LogOut</button>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">New around here? Sign up</a>
<a class="dropdown-item" href="#">Forgot password?</a>
<button class="btn btn-primary my-2 my-sm-0" id="logout"><span class="icon-exit"></span> Выйти</button>
</div>
</div>
<button class="btn btn-primary btn-success my-2 my-sm-0" id="login"><span class="icon-exit"></span> Войти</button>
</li>
</div>
</div>
</nav>
</header>
<article>
<main role="main" class="container-fluid">
<br>
<div class="row" id="main-page">
<div class="col-8">
<div class="row">
<div class="col">
<h5>Кто мы такие?</h5>
<p>Bee Social – социальная платформа, объединяющая коммерческие компании, социальные проекты и волонтёров.</p>
<p>Платформа Bee Social объединяет тех, кто хочет поделиться своими ресурсами, и тех, кому нужны эти ресурсы.</p>
<p>Платформа, где каждый может помочь социальному проекту своими ресурсами и волонтерством в обмен на соты - токены.</p>
</div>
</div>
</div>
<div class="col-4">
<img class="img-fluid" src="https://beesocial2.github.io/beesocial/black.png">
</div>
</div>
<div class="row">
<div class="col">
<div id="purchased-resources-page" style="display: none;">
<table class="table table-bordered table-hover table-sm" id="purchased-resources">
<thead>
<tr class="table-primary">
<th scope="col">Дата и время приобритения</th>
<th scope="col">Название</th>
<th scope="col">Спонсор</th>
<th scope="col">Соты</th>
<th scope="col">Как получить</th>
<th scope="col">Контакты</th>
<th scope="col">Описание</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="resources-page">
<button type="button" class="btn btn-success" id="create-resource-btn">Создать ресурс</button>
<br>
<br>
<div id="resources">
</div>
</div>
<div id="registr">
<div class="card border-dark mb-3" style="display: none; width: 800px; height: 480px; left: 50%; transform: translate(-50%, 10%);">
<div class="card-header">Registration</div>
<div class="card-body text-dark" style="position: absolute; top: 20%; left: 20%;">
<h5 class="card-title">Register now!</h5>
<div class="input-group" style="width: 400px; padding: 2rem 0 .5rem;">
<div class="input-group-prepend">
<span class="input-group-text" id="">Login</span>
</div>
<input type="text" class="form-control">
</div>
<div class="input-group" style="width: 400px; padding: .5rem 0 .5rem;">
<div class="input-group-prepend">
<span class="input-group-text" id="">Email</span>
</div>
<input type="text" class="form-control">
</div>
<button type="button" class="btn btn-info">Register</button>
<p class="card-text">Further instructions for registration will be sent to your e-mail.</p>
</div>
</div>
</div>
<div id="projects-page" style="display: none;">
<div style="display: inline-flex; height: 2.5rem;">
<label>Геолокация</label>
<input type="text" class="form-control">
<label>Стоимость до сот</label>
<input type="text" class="form-control">
<label>Теги</label>
<input type="text" class="form-control">
<br>
<button type="button" class="btn btn-success" id="create-project-btn">Создать проект</button>
</div>
<label style="display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, 50%); color: dimgrey;">Проектов не найдено</label>
<br>
<br>
<div id="projects" style="display: flex; height: 400px;">
<div class="card" style="width: 18rem; margin: .5rem;">
<img class="card-img-top" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22286%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22107.203125%22%20y%3D%2296.3%22%3E286x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Название ресурса</h5>
<p class="card-text">Описание ресурса. Немного текста: бла-бла-бла бла-бла-бла бла-бла-бла</p>
<button type="button" id="1" class="btn btn-success">Подробнее</button>
</div>
</div>
<div class="card" style="width: 18rem; margin: .5rem;">
<img class="card-img-top" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22286%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22107.203125%22%20y%3D%2296.3%22%3E286x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Название ресурса</h5>
<p class="card-text">Описание ресурса. Немного текста: бла-бла-бла бла-бла-бла бла-бла-бла</p>
<button type="button" id="2" class="btn btn-success">Подробнее</button>
</div>
</div>
<div class="card" style="width: 18rem; margin: .5rem;">
<img class="card-img-top" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22286%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22107.203125%22%20y%3D%2296.3%22%3E286x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Название ресурса</h5>
<p class="card-text">Описание ресурса. Немного текста: бла-бла-бла бла-бла-бла бла-бла-бла</p>
<button type="button" id="3" class="btn btn-success">Подробнее</button>
</div>
</div>
<div class="card" style="width: 18rem; margin: .5rem;">
<img class="card-img-top" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22286%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22107.203125%22%20y%3D%2296.3%22%3E286x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Название ресурса</h5>
<p class="card-text">Описание ресурса. Немного текста: бла-бла-бла бла-бла-бла бла-бла-бла</p>
<button type="button" id="4" class="btn btn-success">Подробнее</button>
</div>
</div>
</div>
</div>
<div id="witnesses-page">
</div>
</div>
</div>
<br>
</main>
</article>
<div class="col-sm-4" id="resource-item">
<div class="card">
<!--<img class="card-img-top" src="..." alt="Card image cap">-->
<div class="card-body">
<h5 class="card-title">Resource title</h5>
<p class="card-text">Resource description.</p>
<button class="btn btn-primary">Подробнее...</button>
</div>
</div>
</div>
<div class="modal" id="create-resource-modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Создание ресурса</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="title">Название:</label>
<input type="text" class="form-control" id="title" name="title" required="">
</div>
<div class="form-group">
<label for="description">Описание:</label>
<textarea class="form-control" id="description" name="description" rows="5" required=""></textarea>
</div>
<div class="form-group">
<label for="how-get">Как получить ресурс:</label>
<input type="text" class="form-control" id="how-get" name="howGet" required="">
</div>
<div class="form-group">
<label for="contacts">Контакты:</label>
<input type="text" class="form-control" id="contacts" name="contacts" required="">
</div>
<div class="form-group">
<label for="combs">Кол-во сот:</label>
<input type="number" class="form-control" id="combs" name="combs" min="1" required="">
</div>
<button type="submit" class="btn btn-success">Создать ресурс</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Закрыть</button>
</div>
</div>
</div>
</div>
<div class="modal" id="resource-modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Подробная информация о ресурсе</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h3>Название: <span class="badge badge-secondary" id="resource-title">resource title</span></h3>
<h3>Описание: <span class="badge badge-secondary" id="resource-description">resource description</span></h3>
<h3>Как получить ресурс: <span class="badge badge-secondary" id="resource-how-get">resource how get</span></h3>
<h3>Контакты: <span class="badge badge-secondary" id="resource-contacts">resource contacts</span></h3>
<h3>Кол-во сот: <span class="badge badge-secondary" id="resource-combs">resource combs</span></h3>
<button type="submit" class="btn btn-success" id="buy-resource-btn">Приобрести ресурс</button>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Закрыть</button>
</div>
</div>
</div>
</div>
<div class="modal" id="project-modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="project-title">Название проекта
<div style="position: absolute; right: 3rem; top: 1rem;"><span class="badge badge-warning" id="project-cost">project cost</span></div>
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-sm-4" style="display: block; height: 100%;">
<img style="position: relative; left: 50%; transform: translate(-35%, 0); margin-bottom: 1rem;" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22180%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%2247.203125%22%20y%3D%2296.3%22%3E180x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E">
<h6>Название некоммерческой организации</h6>
What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</div>
<div class="col-sm" style="display: block; height: 100%; top: 1rem; right: 1rem;">
<img style="position: relative; left: 40%; transform: translate(-40%, 0); margin-bottom: 1rem;" src="data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22286%22%20height%3D%22180%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20286%20180%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%23holder_163cfa757e4%20text%20%7B%20fill%3Argba(255%2C255%2C255%2C.75)%3Bfont-weight%3Anormal%3Bfont-family%3AHelvetica%2C%20monospace%3Bfont-size%3A14pt%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22holder_163cfa757e4%22%3E%3Crect%20width%3D%22286%22%20height%3D%22180%22%20fill%3D%22%23777%22%3E%3C%2Frect%3E%3Cg%3E%3Ctext%20x%3D%22107.203125%22%20y%3D%2296.3%22%3E286x180%3C%2Ftext%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E">
<h6>Описание проекта</h6>What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Where does it come from? Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d472323.8503015012!2d113.84750722665092!3d22.352493024941683!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3403e2eda332980f%3A0xf08ab3badbeac97c!2z0JPQvtC90LrQvtC90LM!5e0!3m2!1sru!2shk!4v1528388900186" width=100% height="250" frameborder="0" style="border:0" allowfullscreen></iframe>
<span style="margin: 1.3rem -50%;" class="badge badge-success" id="project-time">Дата проведения: June 8, 2018 (GMT+8) 0:32 AM</span>
<span style="margin: 1.3rem 50%;" class="badge badge-danger" id="project-cp">Количество мест: 0</span>
<div style="margin: 0 -50% 1.5rem; width: 150%;">
<h6>Требуемые навыки:</h6>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</div>
</div>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-success" id="join-project-btn">Учавствовать</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal" tabindex="-1" role="dialog" id="auth" aria-hidden="false">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Что бы продолжить, вы должны авторизоваться!</h5>
<button type="button" id="change-node-close" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h5>Пожалуйста введите ваш логин и пароль</h5>
<form id="form-login-pass" class="d-flex flex-column">
<div class="form-group">
<label for="input-user">Имя пользователя</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">@</div>
</div>
<input type="text" class="form-control" id="input-user" placeholder="Username" required="">
</div>
</div>
<div class="form-group">
<label for="input-pass">Пароль</label>
<input id="input-pass" type="password" class="form-control" placeholder="Master password" aria-label="Password" aria-describedby="Password" required="">
</div>
<div class="form-group form-check align-self-center">
<input id="logged" class="form-check-input" type="checkbox" value="">
<label class="form-check-label">Запомнить</label>
</div>
<button type="submit" id="log-pass-log" class="btn btn-success align-self-center"><span class="icon-enter"></span> Войти</button>
</form>
<div class="d-flex flex-column" style="width:100%">
<div>
<hr class="bg-light">
<div class="text-center">
ИЛИ
</div>
<hr class="bg-light">
</div>
<a class="align-self-center" target="_blank" href="https://golos.io/create_account">
<button type="button" class="btn btn-primary" aria-label="" style="display: inline-block; background-color: #297dce;"><span class="icon-clipboard"></span> Зарегистрироваться</button>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="modal" id="create-project-modal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Создание проекта</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="title">Название:</label>
<input type="text" class="form-control" id="title" name="title" required="">
</div>
<div class="form-group">
<label for="description">Описание:</label>
<textarea class="form-control" id="description" name="description" rows="5" required=""></textarea>
</div>
<div class="form-group">
<label for="how-get">Местоположение с картой:</label>
<input type="text" class="form-control" id="how-get" name="howGet" required="">
</div>
<div class="form-group">
<label for="contacts">Краткое описание:</label>
<input type="text" class="form-control" id="contacts" name="contacts" required="">
</div>
<div class="form-group">
<label for="combs">Кол-во необходимых волонтеров:</label>
<input type="number" class="form-control" id="combs" name="combs" min="1" required="">
</div>
<div class="form-group">
<label for="data-start">Дата и время начала проекта:</label>
<input type="number" class="form-control" id="data-start" name="data-start" min="1" required="">
</div>
<div class="form-group">
<label for="data-end">Дата и время окончания проекта:</label>
<input type="number" class="form-control" id="data-end" name="data-end" min="1" required="">
</div>
<div class="form-group">
<label for="cost">Стоимость участия в сотах:</label>
<input type="number" class="form-control" id="cost" name="cost" min="1" required="">
</div>
<button type="submit" class="btn btn-success">Создать проект</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Закрыть</button>
</div>
</div>
</div>
</div>
<div class="lding">
<div class="lds-css ng-scope">
<div class="lds-cube">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<span class="text-muted">BeeSocial @ 2018</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/golos.min.js"></script>
<script src="https://thednp.github.io/bootstrap.native/dist/bootstrap-native-v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
<script src="app.js?201805201945"></script>
</body>
</html>