diff --git a/css/logameal.css b/css/logameal.css index 3c9b247..05f0893 100644 --- a/css/logameal.css +++ b/css/logameal.css @@ -23,9 +23,10 @@ } .logameal_submit { - background: silver; - padding: .3em; - line-height: 1.5em; + padding: .1em .3em; + border-radius: .2em; + background: #6dd2a6; + box-shadow: .1em .1em .05em #369081; } #food_input { diff --git a/css/logged.css b/css/logged.css new file mode 100644 index 0000000..763208b --- /dev/null +++ b/css/logged.css @@ -0,0 +1,36 @@ +#top, #bottom, #left, #right { + background: #a5ebff; + position: fixed; + } + #left, #right { + top: 0; bottom: 0; + width: 30px; + } + #left { left: 0; } + #right { right: 0; } + + #top, #bottom { + left: 0; right: 0; + height: 30px; + } + #top { top: 0; } + #bottom { bottom: 0; } + +p { + text-align: center; + font-size: 1.5em; +} +.container { + padding: 1em; +} + +.success-svg { + padding: 2em; +} + +.home { + padding: .1em .3em; + border-radius: .2em; + background: #6dd2a6; + box-shadow: .1em .1em .05em #369081; +} diff --git a/images/success.svg b/images/success.svg new file mode 100644 index 0000000..24af63e --- /dev/null +++ b/images/success.svg @@ -0,0 +1 @@ + diff --git a/logged.html b/logged.html index b842479..2f341be 100644 --- a/logged.html +++ b/logged.html @@ -6,29 +6,30 @@ + + Document -
+ +
+ +
+
-
- your profile image
-
+ + + + +
-

Meal successfully logged

- -
- -
- -
- -
+

Thank you,
meal successfully logged!

+success +Go back home
diff --git a/package.json b/package.json new file mode 100644 index 0000000..c3baf66 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "herewithyou", + "version": "1.0.0", + "description": "a friendly food diary", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/yvonne-liu/annafreud-app.git" + }, + "author": "yvonne lucy and maja", + "license": "ISC", + "bugs": { + "url": "https://github.com/yvonne-liu/annafreud-app/issues" + }, + "homepage": "https://github.com/yvonne-liu/annafreud-app#readme" +}