Skip to content

Commit 770eee2

Browse files
committed
Initial commit
0 parents  commit 770eee2

15 files changed

+712
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
data.json
3+
json_output.json
4+
.DS_Store

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JSON-Builder
2+
3+
#### TODO

app/css/bootstrap-theme.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.label-overrides{
2+
display: flex;
3+
}
4+
#button-container{
5+
margin-bottom:30px;
6+
}
7+
#form-container{
8+
margin-bottom:30px;
9+
}
10+
textarea{
11+
min-height:150px;
12+
}
19.7 KB
Binary file not shown.

app/fonts/glyphicons-halflings-regular.svg

Lines changed: 288 additions & 0 deletions
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)