diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 0000000..43eebb8 --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "2-web-app-exercise-gas2", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..43eebb8 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "2-web-app-exercise-gas2", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{} diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..78e47b6 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,31 @@ +body { + font-family: sans-serif; + background: #5e4d47; + padding: 48px; + } + + h1 { + color: #e1948d; + text-align: center; + font-size: 115px; + } + + h3 { + color: #e1948d; + text-align: center; + font-size: 55px; + } + + .card { + display: flex; + justify-content: center; + align-items: center; + + margin: auto; + width: 90%; + aspect-ratio: 8 / 5; + border-radius: 7rem; + background: #fafafa; + padding: 10px; + } + \ No newline at end of file diff --git a/static/images/otter.gif b/static/images/otter.gif new file mode 100644 index 0000000..4fc26e9 Binary files /dev/null and b/static/images/otter.gif differ diff --git a/static/images/otter.png b/static/images/otter.png new file mode 100644 index 0000000..d1bd2f0 Binary files /dev/null and b/static/images/otter.png differ diff --git a/static/images/otter2.gif b/static/images/otter2.gif new file mode 100644 index 0000000..ff12c10 Binary files /dev/null and b/static/images/otter2.gif differ diff --git a/templates/mainScreen.html b/templates/mainScreen.html index e69de29..e7f748c 100644 --- a/templates/mainScreen.html +++ b/templates/mainScreen.html @@ -0,0 +1,31 @@ + + +
+