forked from mayacakmak/emarsoftware
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdatain_stress.pug
More file actions
25 lines (22 loc) · 872 Bytes
/
datain_stress.pug
File metadata and controls
25 lines (22 loc) · 872 Bytes
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
extends structure/_layout.pug
block content
include structure/_tool_header.pug
.container-fluid.px-sm-5.pb-4
.row
.col.text-center
h1.display-4 Daily Report
.row
.col
.card.mb-4
.card-header
h2 How stressed do you feel right now?
.card-body
button(class="btn btn-warning" id="next-stress" onclick="recordStressData()") Next
block append scripts
script(src="https://code.responsivevoice.org/responsivevoice.js")
script(src="https://mayacakmak.github.io/robotbackend/scripts/eyes.js")
script(src="https://mayacakmak.github.io/robotbackend/scripts/face.js")
script(src="https://mayacakmak.github.io/robotbackend/scripts/belly.js")
script(src="https://mayacakmak.github.io/robotapijs/scripts/robotapi.js")
script(src="scripts/facedata.js")
script(src="scripts/control.js")