diff --git a/public/index.html b/public/index.html index 49cca86..cbfa04a 100644 --- a/public/index.html +++ b/public/index.html @@ -45,7 +45,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); -
+
diff --git a/public/partials/home.html b/public/partials/home.html index 9f778da..fdd52a9 100644 --- a/public/partials/home.html +++ b/public/partials/home.html @@ -1,7 +1,9 @@ -

Welcome to the Todo App

- -
- +
+

Welcome to the Todo App

+
+ + + +
-Todos -
+
\ No newline at end of file diff --git a/public/partials/todos.create.html b/public/partials/todos.create.html index 90561da..a2572e8 100644 --- a/public/partials/todos.create.html +++ b/public/partials/todos.create.html @@ -1,20 +1,20 @@ -
-
+
+

Create Todo

- Title + Title Please enter title
- Description - + Description + Please enter description
- Image URL + Image URL Please enter URL Please enter Valid URL diff --git a/public/partials/todos.html b/public/partials/todos.html index c78847e..f9cfd0d 100644 --- a/public/partials/todos.html +++ b/public/partials/todos.html @@ -1,5 +1,5 @@
-
+

Todos

Create New Todo @@ -13,4 +13,4 @@

Todos

-
+
\ No newline at end of file diff --git a/public/partials/todos.show.html b/public/partials/todos.show.html index 6ce05c5..66c8cc0 100644 --- a/public/partials/todos.show.html +++ b/public/partials/todos.show.html @@ -1,10 +1,21 @@ -

This is a todo show page

-
-Title: {{todo.title}} -
-Description: {{todo.description}} -
-Image: -
- - +
+

This is a todo show page

+
+

+ Title: + {{todo.title}} +

+
+

+ Description: + {{todo.description}} +

+
+

+ Image: + +

+
+ + +
\ No newline at end of file diff --git a/public/stylesheets/app.css b/public/stylesheets/app.css index ea54d48..93e7da9 100644 --- a/public/stylesheets/app.css +++ b/public/stylesheets/app.css @@ -7,3 +7,21 @@ input.error { .titleColor { font-weight:bold; } +.container { + width: 540px; +} +.formAlignment { + position:relative; + left:260px +} +.headerStyle { + background-color:black; + height:65px +} +.leftStyle { + color:white; +} +.rightStyle { + position: relative; + top: 22%; +} \ No newline at end of file