-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
571 lines (562 loc) · 31.8 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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DIAT</title>
<link rel="icon" href="static/img/favicon.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito&display=swap">
<link rel="stylesheet" href="static/css/index.css">
</head>
<body>
<section class="hero is-small is-primary is-bold">
<div class="hero-body">
<p class="is-pulled-right is-hidden-mobile" id="user-info"></p>
<h1 class="title">D I A T</h1>
<h1 class="subtitle">Descriptive Image Annotation Tool</h1>
</div>
</section>
<section class="custom-main">
<div class="columns is-gapless">
<div class="column is-4">
<div class="panel is-dark is-shadowless">
<div class="panel-heading is-radiusless has-text-centered">
<button class="button is-radiusless has-text-link custom-button">
<span class="icon"><i class="fas fa-image fa-2x"></i></span>
</button>
</div>
<div class="custom-box custom-scroll-area">
<figure class="image has-background-dark">
<img id="image" src="static/img/placeholder.jpg">
</figure>
</div>
</div>
</div>
<div class="column">
<div class="panel is-dark">
<div class="panel-heading is-radiusless has-text-centered">
<button class="button is-radiusless has-text-primary custom-button" id="button-database">
<span class="icon"><i class="fas fa-database fa-2x"></i></span>
</button>
<button class="button is-radiusless has-text-primary custom-button" id="button-next">
<span class="icon"><i class="fas fa-arrow-circle-right fa-2x"></i></span>
</button>
<button class="button is-radiusless has-text-primary custom-button" id="button-save">
<span class="icon"><i class="fas fa-save fa-2x"></i></span>
</button>
<button class="button is-radiusless has-text-primary custom-button" id="button-delete">
<span class="icon"><i class="fas fa-trash fa-2x"></i></span>
</button>
<button class="button is-radiusless has-text-primary custom-button" id="button-status">
<span class="icon"><i class="fas fa-calculator fa-2x"></i></span>
</button>
</div>
<div class="panel-tabs">
<a class="custom-tab-link">General</a>
<a class="custom-tab-link">View</a>
<a class="custom-tab-link">Head & Body</a>
<a class="custom-tab-link">Hands</a>
<a class="custom-tab-link">Legs</a>
</div>
<div class="custom-tab-container custom-scroll-area">
<div class="custom-tab-content custom-tab-general">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Sex</p>
</div>
<div class="columns is-gapless is-mobile">
<div class="column">
<input type="radio" name="sex" id="sex-male">
<label for="sex-male">Male</label>
</div>
<div class="column">
<input type="radio" name="sex" id="sex-female">
<label for="sex-female">Female</label>
</div>
<div class="column">
<input type="radio" name="sex" id="sex-other">
<label for="sex-other">Other</label>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Visibility</p>
</div>
<div class="columns is-gapless is-mobile">
<div class="column">
<input type="radio" name="visibility" id="visibility-fullbody">
<label for="visibility-fullbody">Full Body</label>
</div>
<div class="column">
<input type="radio" name="visibility" id="visibility-upperbody">
<label for="visibility-upperbody">Upper Body</label>
</div>
<div class="column">
<input type="radio" name="visibility" id="visibility-lowerbody">
<label for="visibility-lowerbody">Lower Body</label>
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Pose</p>
</div>
<div class="columns is-gapless is-mobile">
<div class="column">
<input type="radio" name="pose" id="pose-standing">
<label for="pose-standing">Standing</label>
</div>
<div class="column">
<input type="radio" name="pose" id="pose-sitting">
<label for="pose-sitting">Sitting</label>
</div>
<div class="column">
<input type="radio" name="pose" id="pose-lying">
<label for="pose-lying">Lying</label>
</div>
</div>
</div>
</div>
<div class="custom-tab-content custom-tab-view">
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Nose</p>
</div>
<input type="radio" name="nose" id="nose-visible">
<label for="nose-visible">Visible</label>
<input type="radio" name="nose" id="nose-occluded">
<label for="nose-occluded">Occluded</label>
<input type="radio" name="nose" id="nose-concealed">
<label for="nose-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Neck</p>
</div>
<input type="radio" name="neck" id="neck-visible">
<label for="neck-visible">Visible</label>
<input type="radio" name="neck" id="neck-occluded">
<label for="neck-occluded">Occluded</label>
<input type="radio" name="neck" id="neck-concealed">
<label for="neck-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Eye</p>
</div>
<input type="radio" name="left-eye" id="left-eye-visible">
<label for="left-eye-visible">Visible</label>
<input type="radio" name="left-eye" id="left-eye-occluded">
<label for="left-eye-occluded">Occluded</label>
<input type="radio" name="left-eye" id="left-eye-concealed">
<label for="left-eye-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Eye</p>
</div>
<input type="radio" name="right-eye" id="right-eye-visible">
<label for="right-eye-visible">Visible</label>
<input type="radio" name="right-eye" id="right-eye-occluded">
<label for="right-eye-occluded">Occluded</label>
<input type="radio" name="right-eye" id="right-eye-concealed">
<label for="right-eye-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Ear</p>
</div>
<input type="radio" name="left-ear" id="left-ear-visible">
<label for="left-ear-visible">Visible</label>
<input type="radio" name="left-ear" id="left-ear-occluded">
<label for="left-ear-occluded">Occluded</label>
<input type="radio" name="left-ear" id="left-ear-concealed">
<label for="left-ear-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Ear</p>
</div>
<input type="radio" name="right-ear" id="right-ear-visible">
<label for="right-ear-visible">Visible</label>
<input type="radio" name="right-ear" id="right-ear-occluded">
<label for="right-ear-occluded">Occluded</label>
<input type="radio" name="right-ear" id="right-ear-concealed">
<label for="right-ear-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Shoulder</p>
</div>
<input type="radio" name="left-shoulder" id="left-shoulder-visible">
<label for="left-shoulder-visible">Visible</label>
<input type="radio" name="left-shoulder" id="left-shoulder-occluded">
<label for="left-shoulder-occluded">Occluded</label>
<input type="radio" name="left-shoulder" id="left-shoulder-concealed">
<label for="left-shoulder-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Shoulder</p>
</div>
<input type="radio" name="right-shoulder" id="right-shoulder-visible">
<label for="right-shoulder-visible">Visible</label>
<input type="radio" name="right-shoulder" id="right-shoulder-occluded">
<label for="right-shoulder-occluded">Occluded</label>
<input type="radio" name="right-shoulder" id="right-shoulder-concealed">
<label for="right-shoulder-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Elbow</p>
</div>
<input type="radio" name="left-elbow" id="left-elbow-visible">
<label for="left-elbow-visible">Visible</label>
<input type="radio" name="left-elbow" id="left-elbow-occluded">
<label for="left-elbow-occluded">Occluded</label>
<input type="radio" name="left-elbow" id="left-elbow-concealed">
<label for="left-elbow-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Elbow</p>
</div>
<input type="radio" name="right-elbow" id="right-elbow-visible">
<label for="right-elbow-visible">Visible</label>
<input type="radio" name="right-elbow" id="right-elbow-occluded">
<label for="right-elbow-occluded">Occluded</label>
<input type="radio" name="right-elbow" id="right-elbow-concealed">
<label for="right-elbow-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Wrist</p>
</div>
<input type="radio" name="left-wrist" id="left-wrist-visible">
<label for="left-wrist-visible">Visible</label>
<input type="radio" name="left-wrist" id="left-wrist-occluded">
<label for="left-wrist-occluded">Occluded</label>
<input type="radio" name="left-wrist" id="left-wrist-concealed">
<label for="left-wrist-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Wrist</p>
</div>
<input type="radio" name="right-wrist" id="right-wrist-visible">
<label for="right-wrist-visible">Visible</label>
<input type="radio" name="right-wrist" id="right-wrist-occluded">
<label for="right-wrist-occluded">Occluded</label>
<input type="radio" name="right-wrist" id="right-wrist-concealed">
<label for="right-wrist-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Hip</p>
</div>
<input type="radio" name="left-hip" id="left-hip-visible">
<label for="left-hip-visible">Visible</label>
<input type="radio" name="left-hip" id="left-hip-occluded">
<label for="left-hip-occluded">Occluded</label>
<input type="radio" name="left-hip" id="left-hip-concealed">
<label for="left-hip-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Hip</p>
</div>
<input type="radio" name="right-hip" id="right-hip-visible">
<label for="right-hip-visible">Visible</label>
<input type="radio" name="right-hip" id="right-hip-occluded">
<label for="right-hip-occluded">Occluded</label>
<input type="radio" name="right-hip" id="right-hip-concealed">
<label for="right-hip-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Knee</p>
</div>
<input type="radio" name="left-knee" id="left-knee-visible">
<label for="left-knee-visible">Visible</label>
<input type="radio" name="left-knee" id="left-knee-occluded">
<label for="left-knee-occluded">Occluded</label>
<input type="radio" name="left-knee" id="left-knee-concealed">
<label for="left-knee-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Knee</p>
</div>
<input type="radio" name="right-knee" id="right-knee-visible">
<label for="right-knee-visible">Visible</label>
<input type="radio" name="right-knee" id="right-knee-occluded">
<label for="right-knee-occluded">Occluded</label>
<input type="radio" name="right-knee" id="right-knee-concealed">
<label for="right-knee-concealed">Concealed</label>
</div>
</div>
</div>
<div class="columns is-mobile">
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Ankle</p>
</div>
<input type="radio" name="left-ankle" id="left-ankle-visible">
<label for="left-ankle-visible">Visible</label>
<input type="radio" name="left-ankle" id="left-ankle-occluded">
<label for="left-ankle-occluded">Occluded</label>
<input type="radio" name="left-ankle" id="left-ankle-concealed">
<label for="left-ankle-concealed">Concealed</label>
</div>
</div>
<div class="column">
<div class="panel">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Ankle</p>
</div>
<input type="radio" name="right-ankle" id="right-ankle-visible">
<label for="right-ankle-visible">Visible</label>
<input type="radio" name="right-ankle" id="right-ankle-occluded">
<label for="right-ankle-occluded">Occluded</label>
<input type="radio" name="right-ankle" id="right-ankle-concealed">
<label for="right-ankle-concealed">Concealed</label>
</div>
</div>
</div>
</div>
<div class="custom-tab-content custom-tab-head-body">
<div class="columns is-gapless is-mobile">
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Head</p>
</div>
<input type="radio" name="head" id="head-front">
<label for="head-front">Facing Front</label>
<input type="radio" name="head" id="head-back">
<label for="head-back">Facing Back</label>
<input type="radio" name="head" id="head-left">
<label for="head-left">Facing Left</label>
<input type="radio" name="head" id="head-partially-left">
<label for="head-partially-left">Facing Partially Left</label>
<input type="radio" name="head" id="head-right">
<label for="head-right">Facing Right</label>
<input type="radio" name="head" id="head-partially-right">
<label for="head-partially-right">Facing Partially Right</label>
</div>
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Body</p>
</div>
<input type="radio" name="body" id="body-front">
<label for="body-front">Facing Front</label>
<input type="radio" name="body" id="body-back">
<label for="body-back">Facing Back</label>
<input type="radio" name="body" id="body-left">
<label for="body-left">Facing Left</label>
<input type="radio" name="body" id="body-partially-left">
<label for="body-partially-left">Facing Partially Left</label>
<input type="radio" name="body" id="body-right">
<label for="body-right">Facing Right</label>
<input type="radio" name="body" id="body-partially-right">
<label for="body-partially-right">Facing Partially Right</label>
</div>
</div>
</div>
<div class="custom-tab-content custom-tab-hands">
<div class="columns is-gapless is-mobile">
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Hand</p>
</div>
<input type="radio" name="left-hand-pose" id="lh-pose-straight">
<label for="lh-pose-straight">Straight</label>
<input type="radio" name="left-hand-pose" id="lh-pose-folded">
<label for="lh-pose-folded">Folded</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="left-hand-elbow" id="lh-elbow-hp-sh">
<label for="lh-elbow-hp-sh">Elbow is in between Hip and Shoulder</label>
<input type="radio" name="left-hand-elbow" id="lh-elbow-sh-hd">
<label for="lh-elbow-sh-hd">Elbow is in between Shoulder and Head</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="left-hand-wrist" id="lh-wrist-kn-hp">
<label for="lh-wrist-kn-hp">Wrist is in between Knee and Hip</label>
<input type="radio" name="left-hand-wrist" id="lh-wrist-hp-sh">
<label for="lh-wrist-hp-sh">Wrist is in between Hip and Shoulder</label>
<input type="radio" name="left-hand-wrist" id="lh-wrist-sh-hd">
<label for="lh-wrist-sh-hd">Wrist is in between Shoulder and Head</label>
<input type="radio" name="left-hand-wrist" id="lh-wrist-above-hd">
<label for="lh-wrist-above-hd">Wrist is above Head</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="left-hand-direction" id="lh-direction-to-body">
<label for="lh-direction-to-body">Pointing towards Body</label>
<input type="radio" name="left-hand-direction" id="lh-direction-from-body">
<label for="lh-direction-from-body">Pointing away from Body</label>
</div>
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Hand</p>
</div>
<input type="radio" name="right-hand-pose" id="rh-pose-straight">
<label for="rh-pose-straight">Straight</label>
<input type="radio" name="right-hand-pose" id="rh-pose-folded">
<label for="rh-pose-folded">Folded</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="right-hand-elbow" id="rh-elbow-hp-sh">
<label for="rh-elbow-hp-sh">Elbow is in between Hip and Shoulder</label>
<input type="radio" name="right-hand-elbow" id="rh-elbow-sh-hd">
<label for="rh-elbow-sh-hd">Elbow is in between Shoulder and Head</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="right-hand-wrist" id="rh-wrist-kn-hp">
<label for="rh-wrist-kn-hp">Wrist is in between Knee and Hip</label>
<input type="radio" name="right-hand-wrist" id="rh-wrist-hp-sh">
<label for="rh-wrist-hp-sh">Wrist is in between Hip and Shoulder</label>
<input type="radio" name="right-hand-wrist" id="rh-wrist-sh-hd">
<label for="rh-wrist-sh-hd">Wrist is in between Shoulder and Head</label>
<input type="radio" name="right-hand-wrist" id="rh-wrist-above-hd">
<label for="rh-wrist-above-hd">Wrist is above Head</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="right-hand-direction" id="rh-direction-to-body">
<label for="rh-direction-to-body">Pointing towards Body</label>
<input type="radio" name="right-hand-direction" id="rh-direction-from-body">
<label for="rh-direction-from-body">Pointing away from Body</label>
</div>
</div>
</div>
<div class="custom-tab-content custom-tab-legs">
<div class="columns is-gapless is-mobile">
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Left Leg</p>
</div>
<input type="radio" name="left-leg-pose" id="ll-pose-straight">
<label for="ll-pose-straight">Straight</label>
<input type="radio" name="left-leg-pose" id="ll-pose-forward">
<label for="ll-pose-forward">Stepped Forward</label>
<input type="radio" name="left-leg-pose" id="ll-pose-backward">
<label for="ll-pose-backward">Stepped Backward</label>
<input type="radio" name="left-leg-pose" id="ll-pose-away">
<label for="ll-pose-away">Stepped Left (Away)</label>
<input type="radio" name="left-leg-pose" id="ll-pose-crossed">
<label for="ll-pose-crossed">Stepped Right (Crossed)</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="left-leg-ankle" id="ll-ankle-on-ground">
<label for="ll-ankle-on-ground">Ankle is on ground</label>
<input type="radio" name="left-leg-ankle" id="ll-ankle-below-kn">
<label for="ll-ankle-below-kn">Ankle is below Knee</label>
<input type="radio" name="left-leg-ankle" id="ll-ankle-above-kn">
<label for="ll-ankle-above-kn">Ankle is above Knee</label>
</div>
<div class="column">
<div class="panel-heading is-radiusless has-background-light">
<p class="subtitle">Right Leg</p>
</div>
<input type="radio" name="right-leg-pose" id="rl-pose-straight">
<label for="rl-pose-straight">Straight</label>
<input type="radio" name="right-leg-pose" id="rl-pose-forward">
<label for="rl-pose-forward">Stepped Forward</label>
<input type="radio" name="right-leg-pose" id="rl-pose-backward">
<label for="rl-pose-backward">Stepped Backward</label>
<input type="radio" name="right-leg-pose" id="rl-pose-away">
<label for="rl-pose-away">Stepped Right (Away)</label>
<input type="radio" name="right-leg-pose" id="rl-pose-crossed">
<label for="rl-pose-crossed">Stepped Left (Crossed)</label>
<div class="panel-heading is-radiusless has-background-light"></div>
<input type="radio" name="right-leg-ankle" id="rl-ankle-on-ground">
<label for="rl-ankle-on-ground">Ankle is on ground</label>
<input type="radio" name="right-leg-ankle" id="rl-ankle-below-kn">
<label for="rl-ankle-below-kn">Ankle is below Knee</label>
<input type="radio" name="right-leg-ankle" id="rl-ankle-above-kn">
<label for="rl-ankle-above-kn">Ankle is above Knee</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer has-background-dark custom-footer">
<div class="content">
<h6 class="subtitle has-text-light">Copyright <i class="far fa-copyright"></i> 2020 Prasun Roy</h6>
</div>
</section>
<section class="modal is-active" id="login-modal">
<div class="modal-background"></div>
<div class="modal-content">
<div class="field has-addons custom-modal-container">
<div class="control has-icons-left is-expanded">
<input class="input is-large" type="password" id="access-key" placeholder="Enter access key">
<span class="icon is-left"><i class="fas fa-lock"></i></span>
</div>
<div class="control">
<button class="button is-large has-background-success has-text-white" id="button-login"><strong>Login</strong></button>
</div>
</div>
</div>
</section>
<section class="modal" id="database-modal">
<div class="modal-background"></div>
<div class="modal-card">
<div class="modal-card-head has-background-dark">
<div class="modal-card-title has-text-light">Connect to a database</div>
<button class="delete is-medium"></button>
</div>
<div class="modal-card-body custom-modal-body"></div>
<div class="modal-card-foot"></div>
</div>
</section>
<section class="notification is-radiusless has-text-centered custom-notification">
</section>
<script defer src="https://use.fontawesome.com/releases/v6.4.0/js/all.js"></script>
<script defer src="static/js/index.js"></script>
</body>
</html>