Skip to content

Commit 782ee04

Browse files
Merge branch 'dev' into testing
2 parents c29622d + 117fda6 commit 782ee04

File tree

11 files changed

+9320
-778
lines changed

11 files changed

+9320
-778
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

experiment-descriptor.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"unit-type": "task",
1414
"content-type": "text"
1515
},
16-
16+
1717
{
1818
"target": "procedure.html",
1919
"source": "procedure.md",
@@ -28,7 +28,7 @@
2828
"unit-type": "task",
2929
"content-type": "simulation"
3030
},
31-
{
31+
{
3232
"target": "observations.html",
3333
"source": "observations.md",
3434
"label": "Observations",
@@ -42,7 +42,7 @@
4242
"unit-type": "task",
4343
"content-type": "text"
4444
},
45-
45+
4646
{
4747
"target": "references.html",
4848
"source": "references.md",

experiment/simulation/css/main.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
/* You CSS goes in here */
1+
body {
2+
text-align: center;
3+
}
4+
5+
#heading {
6+
text-align: center;
7+
font-family: 'Roboto Slab', serif;
8+
}
9+
10+
#flex-container {
11+
display: flex;
12+
flex-direction: row;
13+
justify-content: space-around;
14+
align-items: center;
15+
overflow-x:auto;
16+
}
17+

experiment/simulation/exp.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

experiment/simulation/exp.html

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)