diff --git a/data/comments.json b/data/comments.json index 5c8510d..f190ef9 100644 --- a/data/comments.json +++ b/data/comments.json @@ -1 +1 @@ -[{"comments":"asdfa","count":1}] \ No newline at end of file +[{"comments":"asdfa","count":1},{"comments":"dfgdfgd","count":1},{"comments":"qwer","count":1}] \ No newline at end of file diff --git a/data/email.json b/data/email.json index 6e35f23..b9e2e42 100644 --- a/data/email.json +++ b/data/email.json @@ -1 +1 @@ -[{"email":"ruchir@gmail.com","count":1}] \ No newline at end of file +[{"email":"ruchir@gmail.com","count":1},{"email":"ruchirawperera@gmail.com","count":2}] \ No newline at end of file diff --git a/data/firstName.json b/data/firstName.json index 51a1878..5e80736 100644 --- a/data/firstName.json +++ b/data/firstName.json @@ -1 +1 @@ -[{"firstName":"Ruchira","count":1}] \ No newline at end of file +[{"firstName":"Ruchira","count":3}] \ No newline at end of file diff --git a/data/lastName.json b/data/lastName.json index e939438..7bfd8d8 100644 --- a/data/lastName.json +++ b/data/lastName.json @@ -1 +1 @@ -[{"lastName":"Perera","count":1}] \ No newline at end of file +[{"lastName":"Perera","count":3}] \ No newline at end of file diff --git a/data/question1.json b/data/question1.json index 23bef35..68c2e75 100644 --- a/data/question1.json +++ b/data/question1.json @@ -1 +1 @@ -[{"question1":"yes","count":1}] \ No newline at end of file +[{"question1":"yes","count":3}] \ No newline at end of file diff --git a/data/question2.json b/data/question2.json index 9319f98..a252763 100644 --- a/data/question2.json +++ b/data/question2.json @@ -1 +1 @@ -[{"question2":"New UI","count":1}] \ No newline at end of file +[{"question2":"New UI","count":3}] \ No newline at end of file diff --git a/data/question3.json b/data/question3.json index 1c2f1b5..4b275e2 100644 --- a/data/question3.json +++ b/data/question3.json @@ -1 +1 @@ -[{"question3":"on","count":1}] \ No newline at end of file +[{"question3":"on","count":3}] \ No newline at end of file diff --git a/data/question4.json b/data/question4.json index a943bf6..ef295ce 100644 --- a/data/question4.json +++ b/data/question4.json @@ -1 +1 @@ -[{"question4":["Position of messages on the screen is consistent ","System always informs about the progress of the task "],"count":1}] \ No newline at end of file +[{"question4":["Position of messages on the screen is consistent ","System always informs about the progress of the task "],"count":1},{"question4":"Prompts for inputs are clear ","count":1},{"question4":"Position of messages on the screen is consistent ","count":1}] \ No newline at end of file diff --git a/data/question5.json b/data/question5.json index bf12696..e953fb4 100644 --- a/data/question5.json +++ b/data/question5.json @@ -1 +1 @@ -[{"question5":"on","count":1}] \ No newline at end of file +[{"question5":"on","count":3}] \ No newline at end of file diff --git a/data/question6.json b/data/question6.json index 39b555e..f0eb53d 100644 --- a/data/question6.json +++ b/data/question6.json @@ -1 +1 @@ -[{"question6":"asdfasa","count":1}] \ No newline at end of file +[{"question6":"asdfasa","count":1},{"question6":"kl","count":2}] \ No newline at end of file diff --git a/public/images/bg4.jpg b/public/images/bg4.jpg new file mode 100644 index 0000000..7686718 Binary files /dev/null and b/public/images/bg4.jpg differ diff --git a/public/styles.css b/public/styles.css index 4bbb485..a2897a5 100644 --- a/public/styles.css +++ b/public/styles.css @@ -24,7 +24,7 @@ p{ } hr{ - border: dotted #FFD591 6px; + border: dotted #276678 6px; border-bottom: none; width: 70%; } @@ -33,13 +33,13 @@ hr{ #form { padding: 7% 15%; text-align: center; - background-image: url('images/bg3.jpg'); + background-image: url('images/bg4.jpg'); } .surveryForm { /* #DDDDDD; */ background-color: #fafafa; border-radius: 2rem; - border: #5B6D5B solid 2rem; + border: #d3e0ea solid 2rem; } .surveyIntro{ @@ -122,6 +122,8 @@ hr{ /* Footer section */ #footer { padding: 3% 4%; - background-color: #ffd591; + background-color: #d3e0ea; + color: #276678; + font-weight: bold; text-align: center; }